.loc-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.loc-finder-section {
  --lm-map-height: 560px;
  padding: 3rem 0;
}

.loc-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.lm-section-header--compact {
  margin-bottom: 0;
}

.loc-section-title {
  font-size: clamp(1.875rem, 3vw, 2.875rem);
  font-weight: 800;
  color: #1c4886;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.loc-section-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #4b5563;
  max-width: 52rem;
  margin: 0 auto;
  line-height: 1.7;
}

.loc-finder-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.12);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.loc-filter-bar {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}

.loc-filter-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  min-width: 130px;
}

.loc-filter-field--search {
  flex: 2;
  min-width: 200px;
}

.loc-filter-field label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.loc-filter-field input,
.loc-filter-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.625rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #111827;
  background: #fff;
  font-family: inherit;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.loc-filter-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.25rem;
}

.loc-filter-field input:focus,
.loc-filter-field select:focus {
  outline: none;
  border-color: #1c4886;
  box-shadow: 0 0 0 3px rgba(28, 72, 134, 0.12);
}

.loc-search-wrap {
  position: relative;
  display: flex;
}

.loc-search-wrap input {
  flex: 1;
  padding-right: 3rem;
}

.loc-geo-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.75rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  font-size: 1rem;
  border-radius: 0 0.625rem 0.625rem 0;
  transition:
    color 0.2s,
    background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loc-geo-btn:hover {
  color: #1c4886;
  background: rgba(28, 72, 134, 0.06);
}

.loc-geo-btn--loading {
  animation: loc-spin 1s linear infinite;
}

@keyframes loc-spin {
  to {
    transform: rotate(360deg);
  }
}

.loc-filter-field--radius {
  display: none;
}

.loc-filter-field--radius.loc-radius-active {
  display: flex;
}

.loc-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #1c4886;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  font-family: inherit;
  flex-shrink: 0;
  align-self: flex-end;
}

.loc-reset-btn:hover {
  background: #122d54;
}

.loc-map-full {
  position: relative;
  width: 100%;
  height: 560px;
  border-bottom: 1px solid #e5e7eb !important;
  background: #f5f7fb;
}

.loc-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lm-map-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.loc-card-detail--lab i,
.loc-card-detail--lab span {
  color: #1c4886;
}

.loc-card-detail--lab span {
  font-weight: 700;
}

.loc-card-detail--svc i,
.loc-card-detail--svc span {
  color: #6b7280;
}

.loc-card-detail--svc span {
  font-style: italic;
}

.loc-tt-lab i {
  color: #1c4886 !important;
}

.loc-tt-lab span {
  color: #1c4886;
  font-weight: 700;
}

.loc-tt-svc i {
  color: #6b7280 !important;
}

.loc-tt-svc span {
  color: #6b7280;
  font-style: italic;
}

.loc-tt {
  position: fixed;
  z-index: 9999;
  width: 284px;
  background: #fff;
  border-radius: 0.875rem;
  box-shadow:
    0 12px 40px rgba(17, 24, 39, 0.18),
    0 2px 8px rgba(17, 24, 39, 0.08);
  border: 1px solid #e5e7eb;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  overflow: visible;
}

.loc-tt-head {
  background: linear-gradient(135deg, #1c4886 0%, #122d54 100%);
  padding: 0.875rem 1.125rem 0.75rem;
  border-radius: 0.875rem 0.875rem 0 0;
}

.loc-tt-head strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.125rem;
}

.loc-tt-head span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.loc-tt-body {
  padding: 0.75rem 1.125rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.loc-tt-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.8125rem;
  color: #374151;
  line-height: 1.5;
  padding: 0.3rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.loc-tt-row:last-child {
  border-bottom: none;
}

.loc-tt-row i {
  color: #1c4886;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
  width: 12px;
  text-align: center;
}

.loc-tt-row a {
  color: #374151;
  text-decoration: none;
  transition: color 0.15s;
}

.loc-tt-row a:hover {
  color: #029f49;
}

.loc-tt-note i {
  color: #029f49;
}

.loc-tt-note span {
  color: #029f49;
  font-weight: 700;
  font-size: 0.775rem;
}

.loc-tt-foot {
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem 0.875rem;
}

.loc-tt-visit {
  padding: 0.5rem 1.125rem 0.75rem;
  border-top: 1px solid #f0f4fa;
}

.loc-tt-visit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #029f49;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: background 0.15s;
}

.loc-tt-visit a:hover {
  background: #027f3a;
  color: #fff;
}

.loc-tt-visit a i {
  font-size: 0.875rem;
}

.loc-tt-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  transition:
    background 0.15s,
    color 0.15s;
}

.loc-tt-btn--dir {
  background: #1c4886;
  color: #fff;
}

.loc-tt-btn--dir:hover {
  background: #122d54;
}

.loc-tt-btn--svc {
  background: #f0f4fa;
  color: #1c4886;
}

.loc-tt-btn--svc:hover {
  background: #e0e8f5;
  color: #1c4886;
}

.loc-tt-arrow {
  position: absolute;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  filter: drop-shadow(0 2px 2px rgba(17, 24, 39, 0.1));
  transform: translateX(-50%);
}

.loc-listings {
  padding: 1.5rem 1.75rem 1.75rem;
}

.loc-listings-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e7eb !important;
  margin-bottom: 1.5rem;
}

.loc-listings-title {
  display: block;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #111827;
}

.loc-count {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c4886;
  margin-top: 0.125rem;
}

.loc-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.lm-location-map--state .loc-finder-card {
  border-radius: 1.75rem;
}

.lm-location-map--state {
  --lm-map-height: 760px;
}

.lm-location-map--state .loc-map-full {
  border-bottom: 0;
}

.lm-location-map--state .loc-listings {
  padding-top: 2rem;
}

.lm-location-map--state .loc-listings-header {
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
}

.lm-location-map--state .loc-listings-title {
  font-size: 1.0625rem;
  font-weight: 800;
  color: #111827;
}

.lm-location-map--state .loc-count {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c4886;
  margin-top: 0.1rem;
}

.al-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #1c4886;
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.al-btn-outline:hover {
  border-color: rgba(2, 159, 73, 0.4);
  color: #029f49;
}

.al-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.al-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.07);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.al-card:hover,
.al-card.is-active {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
  border-color: rgba(2, 159, 73, 0.3);
}

.al-card-image {
  position: relative;
  max-height: 320px;
  height: 265px;
  overflow: hidden;
  background: linear-gradient(
    to right,
    rgba(18, 45, 84, 0.45) 0%,
    transparent 60%
  );
}

.al-card-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al-card-photo--placeholder {
  min-height: 340px;
  background: linear-gradient(135deg, #20365f 0%, #4f6ca0 45%, #111827 100%);
}

.al-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 45, 84, 0.86),
    rgba(18, 45, 84, 0.15) 58%,
    transparent
  );
}

.al-card-image-label {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 1.5rem 1rem 1.5rem;
}

.al-card-title-overlay {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.15;
}

.al-card-body {
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
}

.al-body {
  font-size: clamp(0.9375rem, 1.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.al-card-state-link {
  margin-bottom: 0.65rem;
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 800;
}

.al-card-state-link a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}

.al-card-state-link a:hover {
  color: #029f49;
}

.al-card-detail {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.6rem;
  align-items: start;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.3rem;
}

.al-card-detail i {
  color: #2b5699;
  font-size: 0.8rem;
  margin-top: 0.22rem;
}

.al-card-detail a {
  color: inherit;
  text-decoration: none;
}

.al-card-detail a:hover {
  color: #029f49;
}

.al-card-detail--lab span,
.al-card-detail--lab i {
  color: #2b5699;
  font-weight: 800;
}

.al-card-detail--svc span,
.al-card-detail--svc i {
  color: #6b7280;
}

.al-card-note {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.4rem;
  align-items: start;
  color: #029f49;
  font-size: 0.8rem;
  line-height: 1.55;
  font-weight: 700;
  margin-top: 0.5rem;
}

.al-card-note i {
  font-size: 0.75rem;
  margin-top: 0.175rem;
}

.al-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
}

.al-card-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #1c4886;
  text-decoration: none;
  transition: color 0.2s;
}

.al-card-actions a:hover {
  color: #029f49;
}

.al-card-actions a + a {
  border-left: 1px solid #d7e0ea;
  padding-left: 0.9rem;
}

.al-card-visit {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  font-weight: 700;
  color: #029f49;
  text-decoration: none;
  transition:
    color 0.2s,
    gap 0.2s;
}

.al-card-visit:hover {
  color: #027f3a;
  gap: 0.6rem;
}

.al-cards-grid--single {
  display: block;
}

.al-cards-grid--single .al-card {
  width: 100%;
}

.al-card--horizontal {
  grid-column: 1 / -1;
  grid-template-columns: 420px 1fr;
  grid-template-rows: 1fr;
  min-height: 320px;
}

.al-card--horizontal .al-card-image {
  min-height: 100%;
}

.al-card--horizontal .al-card-image-label {
  padding: 1.5rem 1rem 1.5rem;
}

.loc-card {
  padding: 1.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    border-color 0.25s;
  display: flex;
  flex-direction: column;
}

.loc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.11);
  border-color: rgba(2, 159, 73, 0.28);
}

.loc-card.is-active {
  border-color: rgba(2, 159, 73, 0.5);
  box-shadow:
    0 18px 42px rgba(17, 24, 39, 0.11),
    inset 4px 0 0 #029f49;
  background: rgba(2, 159, 73, 0.03);
}

.loc-card-title {
  font-size: 1.175rem;
  font-weight: 800;
  color: #1c4886;
  line-height: 1.2;
  margin: 0 0 0.2rem;
}

.loc-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.loc-card-title a:hover {
  color: #029f49;
}

.loc-card-state-link {
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: #6b7280;
}

.loc-card-state-link a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}

.loc-card-state-link a:hover {
  color: #029f49;
}

.loc-card-dist {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #1c4886;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
}

.loc-card-detail {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.6rem;
  align-items: start;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-top: 0.3rem;
}

.loc-card-detail i {
  color: #1c4886;
  font-size: 0.8125rem;
  margin-top: 0.175rem;
  text-align: center;
}

.loc-card-detail a {
  color: #4b5563;
  text-decoration: none;
  transition: color 0.2s;
}

.loc-card-detail a:hover {
  color: #029f49;
}

.loc-card-note {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #029f49;
  margin-top: 0.5rem;
}

.loc-card-note i {
  flex-shrink: 0;
  margin-top: 0.175rem;
  font-size: 0.75rem;
}

.loc-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
}

.loc-card-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #1c4886;
  text-decoration: none;
  transition: color 0.2s;
}

.loc-card-actions a:hover {
  color: #029f49;
}

.loc-card-actions a + a {
  padding-left: 0.75rem;
  border-left: 1px solid #e5e7eb;
}

.loc-card-visit {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  font-weight: 700;
  color: #029f49;
  text-decoration: none;
  transition:
    color 0.2s,
    gap 0.2s;
}

.loc-card-visit:hover {
  color: #027f3a;
  gap: 0.6rem;
}

.loc-empty {
  grid-column: 1 / -1;
  padding: 3rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.9375rem;
}

.loc-empty i {
  font-size: 2.5rem;
  color: #e5e7eb;
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .loc-finder-section {
    padding: 3.75rem 0;
  }

  .loc-container {
    padding: 0 1.5rem;
  }

  .loc-map-full {
    height: 480px;
  }

  .loc-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .al-card--horizontal {
    grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
  }

  .lm-location-map--state {
    --lm-map-height: 620px;
  }
}

@media (max-width: 768px) {
  .loc-finder-section {
    padding: 3rem 0;
  }

  .loc-container {
    padding: 0 1.25rem;
  }

  .loc-filter-bar {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .loc-filter-field {
    flex: 1 1 calc(50% - 0.375rem);
    min-width: 140px;
  }

  .loc-reset-btn {
    width: 100%;
    justify-content: center;
  }

  .loc-map-full {
    height: 420px;
  }

  .lm-location-map--state {
    --lm-map-height: 420px;
  }

  .loc-cards-grid {
    grid-template-columns: 1fr;
  }

  .loc-listings {
    padding: 1.25rem;
  }

  .loc-tt {
    width: 240px;
  }

  .loc-listings-header {
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }

  .al-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .al-cards-grid {
    grid-template-columns: 1fr;
  }

  .al-card--horizontal {
    grid-template-columns: 1fr;
  }

  .al-card-image {
    max-height: 280px;
  }

  .al-card-photo--placeholder {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .loc-section-title {
    font-size: 1.875rem;
  }

  .loc-filter-bar {
    padding: 1rem;
  }

  .loc-filter-field {
    flex: 1 1 100%;
  }

  .loc-map-full {
    height: 340px;
  }

  .lm-location-map--state {
    --lm-map-height: 340px;
  }

  .al-card-body {
    padding: 1.35rem 1.25rem 1.3rem;
  }

  .al-card-image-label {
    padding: 1.2rem 1.15rem 1.1rem;
  }

  .al-card-title-overlay {
    font-size: 1.55rem;
  }
}

@media (max-width: 480px) {
  .loc-container {
    padding: 0 1rem;
  }

  .loc-map-full {
    height: 280px;
  }

  .lm-location-map--state {
    --lm-map-height: 280px;
  }

  .lm-location-map--state .loc-listings {
    padding-top: 1.4rem;
  }

  .al-card {
    border-radius: 1.25rem;
  }

  .al-card-image {
    max-height: 220px;
  }

  .al-card-photo--placeholder {
    max-height: 220px;
  }
}

/* ═══════════════════════════════════════════════════════
   LOCATION SERVICE WIDGET
═══════════════════════════════════════════════════════ */

.location-service-widget .ild-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.location-service-widget .ild-grid--single {
  max-width: 760px;
}

.location-service-widget .ild-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.location-service-widget .ild-photo-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.12);
  aspect-ratio: 3 / 2;
  background: #e5e7eb;
}

.location-service-widget .ild-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-service-widget .ild-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.08);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.location-service-widget .ild-card__header {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.location-service-widget .ild-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 0.625rem;
  background: #1c4886;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.location-service-widget .ild-card__title {
  font-size: 1.0625rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin: 0 0 0.15rem;
}

.location-service-widget .ild-card__state {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
}

.location-service-widget .ild-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(28, 72, 134, 0.07);
  color: #1c4886;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
  border: 1px solid rgba(28, 72, 134, 0.15);
  width: fit-content;
}

.location-service-widget .ild-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.location-service-widget .ild-row {
  display: grid;
  grid-template-columns: 1.125rem 1fr;
  gap: 0.625rem;
  align-items: start;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.55;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.location-service-widget .ild-row:last-child {
  border-bottom: none;
}

.location-service-widget .ild-row i {
  color: #1c4886;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  text-align: center;
}

.location-service-widget .ild-row a {
  color: #374151;
  text-decoration: none;
  transition: color 0.2s;
}

.location-service-widget .ild-row a:hover {
  color: #029f49;
}

.location-service-widget .ild-row--urgent {
  color: #1c4886;
  font-weight: 700;
}

.location-service-widget .ild-row--urgent i {
  color: #1c4886;
}

.location-service-widget .ild-row--area {
  color: #029f49;
  font-weight: 700;
}

.location-service-widget .ild-row--area i {
  color: #029f49;
}

.location-service-widget .ild-actions {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  flex-wrap: wrap;
  padding-top: 0.125rem;
}

.location-service-widget .al-btn-green {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #029f49;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.location-service-widget .al-btn-green:hover {
  background: #35b26d;
}

.location-service-widget .ild-directions-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c4886;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.location-service-widget .ild-directions-link:hover {
  color: #029f49;
}

.location-service-widget .ild-map-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(17, 24, 39, 0.1);
  height: 220px;
}

.location-service-widget .ild-map {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 860px) {
  .location-service-widget .ild-map-wrap {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .location-service-widget {
    padding: 2.5rem 0;
  }

  .location-service-widget .ild-container {
    padding: 0 1.25rem;
  }

  .location-service-widget .ild-card {
    padding: 1.25rem;
  }

  .location-service-widget .al-btn-green {
    width: 100%;
    justify-content: center;
  }
}
