.elementor-47039 .elementor-element.elementor-element-ae13f2a{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-9ac842b */.ce-location-directory,
  .ce-location-directory * {
    box-sizing: border-box;
  }

  .ce-location-directory {
    --ce-text: #1f2933;
    --ce-muted: #59636e;
    --ce-border: #d9dee3;
    --ce-link: #1b5e8f;
    --ce-bg-soft: #f6f8fa;
    width: 100%;
    color: var(--ce-text);
    font-family: inherit;
  }

  .ce-location-directory__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px 72px;
  }

  .ce-location-directory__header {
    max-width: 760px;
    margin-bottom: 48px;
  }

  .ce-location-directory__eyebrow {
    margin: 0 0 8px;
    color: var(--ce-link);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ce-location-directory__header h1 {
    margin: 0 0 16px;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.05;
  }

  .ce-location-directory__header p:last-child {
    margin: 0;
    color: var(--ce-muted);
    font-size: 18px;
    line-height: 1.6;
  }

  .ce-location-state {
    padding: 36px 0;
    border-top: 1px solid var(--ce-border);
  }

  .ce-location-state:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .ce-location-state h2 {
    margin: 0 0 24px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
  }

  .ce-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ce-location-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--ce-border);
    border-radius: 8px;
    background: #fff;
  }

  .ce-location-card h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.35;
  }

  .ce-location-card address {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0 0 14px;
    color: var(--ce-muted);
    font-style: normal;
    line-height: 1.55;
  }

  .ce-location-card__phone {
    width: fit-content;
    margin-bottom: 18px;
    color: var(--ce-text);
    font-weight: 600;
    text-decoration: none;
  }

  .ce-location-card__phone:hover,
  .ce-location-card__phone:focus-visible {
    text-decoration: underline;
  }

  .ce-location-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: var(--ce-link);
    font-weight: 700;
    text-decoration: none;
  }

  .ce-location-card__link span {
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
  }

  .ce-location-card__link:hover,
  .ce-location-card__link:focus-visible {
    text-decoration: underline;
  }

  .ce-location-card__link:hover span,
  .ce-location-card__link:focus-visible span {
    transform: translateX(3px);
  }

  @media (max-width: 1024px) {
    .ce-location-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .ce-location-directory__inner {
      padding: 32px 18px 48px;
    }

    .ce-location-directory__header {
      margin-bottom: 36px;
    }

    .ce-location-state {
      padding: 30px 0;
    }

    .ce-location-grid {
      grid-template-columns: 1fr;
    }

    .ce-location-card {
      min-height: 0;
    }
  }/* End custom CSS */