
  #hksevEmergencyClinicIntro2026 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 16px;
    font-family: inherit;
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 *,
  #hksevEmergencyClinicIntro2026 *::before,
  #hksevEmergencyClinicIntro2026 *::after {
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__main {
    padding: 32px 26px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #dbeafe;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(0, 74, 172, 0.08);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #e0edff;
    color: #004aac;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__overallRating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    width: fit-content;
    margin: 0 auto 12px;
    padding: 9px 14px;
    background: #fffdf5;
    border: 1px solid #f6d978;
    border-radius: 999px;
    color: #334155;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: 0 4px 12px rgba(229, 155, 0, 0.1);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__overallRatingLabel,
  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__overallRatingScore {
    font-weight: 800;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__overallRatingStar {
    color: #f4b400;
    font-size: 19px;
    line-height: 1;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__overallRatingCount {
    color: #004aac;
    font-weight: 700;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__title {
    margin: 0 0 12px;
    color: #004aac;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__text {
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__quickPhones {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 22px;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__quickPhone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 10px;
    background: #ffffff;
    color: #004aac;
    border: 1px solid #bcd5f7;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__quickPhone:hover {
    background: #e8f1ff;
    border-color: #8db8ef;
    transform: translateY(-1px);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branches {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
    align-items: stretch;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branch {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branchName {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.4;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 12px;
    background: #fffdf5;
    border: 1px solid #fde7a8;
    border-radius: 999px;
    color: #334155;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__rating:hover {
    border-color: #f4b400;
    box-shadow: 0 4px 12px rgba(229, 155, 0, 0.12);
    transform: translateY(-1px);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__ratingSource,
  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__ratingScore {
    font-weight: 800;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__ratingStars {
    color: #f4b400;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__ratingCount {
    color: #004aac;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branchNote {
    min-height: 44px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__address {
    margin: 2px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.6;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__mapLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto 2px;
    color: #004aac;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__mapLink:hover {
    color: #003b8f;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__mapIcon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: currentColor;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: auto;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 46px;
    padding: 11px 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn:hover {
    transform: translateY(-1px);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--phone {
    background: #004aac;
    color: #ffffff;
    border: 1px solid #003b8f;
    box-shadow: 0 4px 10px rgba(0, 74, 172, 0.18);
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--phone:hover {
    background: #003b8f;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--whatsapp {
    background: #e9f8ef;
    color: #16803c;
    border: 1px solid #b9e4c7;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--whatsapp:hover {
    background: #d7f2e1;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--map {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #cbd5e1;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: currentColor;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__hint {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    #hksevEmergencyClinicIntro2026 {
      padding: 22px 14px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__main {
      padding: 24px 16px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__title {
      font-size: 23px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__quickPhones {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branches {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__branch {
      padding: 14px;
    }
  }
