/* Extend the approved v32.8.4 desktop footer to all public and user routes. */
.ls-services-desktop-emergency { display: none; }

@media (min-width: 1024px) and (max-width: 1439.98px) and (hover: hover) and (pointer: fine),
       (min-width: 1440px) {
  .ls-desktop-footer { display: block !important; }

  .ls-services-directory-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .ls-services-soon-card {
    display: flex;
    min-height: 9rem;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem .75rem;
    overflow: hidden;
    border: 1px dashed #cbded1;
    border-radius: 18px;
    background: #f8fbf9;
    color: #617568;
    text-align: center;
    cursor: default;
  }

  .ls-services-soon-card__icon {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    color: #6a9a79;
    background: #eaf4ed;
  }

  .ls-services-soon-card__title {
    display: -webkit-box;
    max-width: 100%;
    margin-top: .5rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2rem;
  }

  .ls-services-soon-card__badge {
    margin-top: .35rem;
    padding: .18rem .5rem;
    border-radius: 999px;
    background: #eaf4ed;
    color: #4e805d;
    font-size: .675rem;
    font-weight: 700;
    line-height: 1rem;
  }

  .ls-services-desktop-emergency { display: block; }
  .ls-services-desktop-emergency .ls-home-emergency { padding-top: 1.25rem; }
  .ls-services-desktop-emergency .ls-home-emergency > div {
    width: 100%;
    max-width: 80rem !important;
  }
  .ls-services-desktop-emergency .ls-home-emergency-card {
    max-width: none;
    aspect-ratio: auto;
    height: clamp(16rem, 20vw, 18rem);
  }
}
