
  #hksevEmergencyClinicIntro2026 {
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 16px;
    font-family: inherit;
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__main {
    padding: 26px 22px;
    background: #f7fbff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__title {
    margin: 0 0 12px;
    color: #004aac;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__text {
    max-width: 820px;
    margin: 0 auto 20px;
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn,
  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__icon {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    flex: 0 0 auto;
    fill: currentColor;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--water {
    background: #004aac;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--tungchoi {
    background: #111827;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn--whatsapp {
    background: #28a745;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__special {
    margin-top: 18px;
    padding: 22px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fed7aa;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialTitle {
    margin: 0 0 8px;
    color: #9a3412;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialText {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #431407;
    font-size: 16px;
    line-height: 1.75;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialActions {
    display: flex;
    justify-content: center;
  }

  #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialBtn {
    min-height: 50px;
    padding: 13px 22px;
    background: #ea580c;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 6px 12px rgba(234, 88, 12, 0.22);
  }

  @media (max-width: 768px) {
    #hksevEmergencyClinicIntro2026 {
      padding: 22px 14px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__main {
      padding: 22px 16px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__title {
      font-size: 22px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__buttons {
      flex-direction: column;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__btn,
    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialBtn {
      width: 100%;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__special {
      padding: 20px 16px;
    }

    #hksevEmergencyClinicIntro2026 .hksevEmergencyClinicIntro2026__specialTitle {
      font-size: 19px;
    }
  }
