
    /* HKSEV landing page: all selectors are scoped/prefixed to reduce CMS conflicts */
    .hksev-page,
    .hksev-page * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .hksev-page {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0 0 92px;
      overflow: hidden;
      color: #17324d;
      background: #ffffff;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.72;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    .hksev-page img {
      display: block;
      max-width: 100%;
      border: 0;
    }

    .hksev-page a {
      color: inherit;
      text-decoration: none;
    }

    .hksev-page a:focus,
    .hksev-page button:focus,
    .hksev-page summary:focus {
      outline: 3px solid rgba(25, 116, 210, 0.35);
      outline-offset: 3px;
    }

    .hksev-page h1,
    .hksev-page h2,
    .hksev-page h3,
    .hksev-page p,
    .hksev-page ul,
    .hksev-page ol {
      margin-top: 0;
    }

    .hksev-page h1,
    .hksev-page h2,
    .hksev-page h3 {
      color: #0b3158;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: -0.02em;
    }

    .hksev-page h1 {
      margin-bottom: 18px;
      font-size: 42px;
    }

    .hksev-page h2 {
      margin-bottom: 14px;
      font-size: 32px;
    }

    .hksev-page h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }

    .hksev-container {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .hksev-section {
      padding: 74px 0;
    }

    .hksev-section-alt {
      background: #f4f9ff;
      border-top: 1px solid #e1edf8;
      border-bottom: 1px solid #e1edf8;
    }

    .hksev-section-soft {
      background: #eef6ff;
    }

    .hksev-section-heading {
      max-width: 780px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .hksev-section-heading p {
      margin-bottom: 0;
      color: #557086;
      font-size: 17px;
    }

    .hksev-kicker {
      display: inline-block;
      margin-bottom: 10px;
      padding: 7px 12px;
      border: 1px solid #bbd8f4;
      border-radius: 999px;
      color: #1262a9;
      background: #eef7ff;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.06em;
    }

    .hksev-row {
      margin-right: -12px;
      margin-left: -12px;
      font-size: 0;
    }

    .hksev-col-3,
    .hksev-col-4,
    .hksev-col-5,
    .hksev-col-6,
    .hksev-col-7,
    .hksev-col-8 {
      display: inline-block;
      vertical-align: top;
      padding-right: 12px;
      padding-left: 12px;
      font-size: 16px;
    }

    .hksev-col-3 { width: 25%; }
    .hksev-col-4 { width: 33.3333%; }
    .hksev-col-5 { width: 41.6667%; }
    .hksev-col-6 { width: 50%; }
    .hksev-col-7 { width: 58.3333%; }
    .hksev-col-8 { width: 66.6667%; }

    .hksev-card {
      height: 100%;
      padding: 26px;
      border: 1px solid #dbe9f6;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 12px 30px rgba(22, 71, 114, 0.08);
    }

    .hksev-card p:last-child,
    .hksev-card ul:last-child {
      margin-bottom: 0;
    }

    .hksev-card-icon {
      display: inline-flex;
      width: 46px;
      height: 46px;
      margin-bottom: 16px;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      color: #0d61ad;
      background: #e8f4ff;
      font-size: 24px;
      font-weight: 900;
    }

    .hksev-card-copy {
      color: #557086;
    }

    .hksev-btn-row {
      margin: -6px;
      font-size: 0;
    }

    .hksev-btn {
      display: inline-flex;
      min-height: 52px;
      margin: 6px;
      padding: 13px 20px;
      align-items: center;
      justify-content: center;
      border: 2px solid transparent;
      border-radius: 12px;
      cursor: pointer;
      font-family: inherit;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.25;
      text-align: center;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    }

    .hksev-btn:hover {
      transform: translateY(-2px);
    }

    .hksev-btn-primary {
      color: #ffffff !important;
      background: #e84646;
      box-shadow: 0 10px 22px rgba(206, 45, 45, 0.28);
    }

    .hksev-btn-primary:hover {
      background: #d93838;
    }

    .hksev-btn-whatsapp {
      color: #ffffff !important;
      background: #148a57;
      box-shadow: 0 10px 22px rgba(20, 138, 87, 0.24);
    }

    .hksev-btn-whatsapp:hover {
      background: #0f784b;
    }

    .hksev-btn-secondary {
      color: #0d5da4 !important;
      border-color: #b9d7f2;
      background: #ffffff;
    }

    .hksev-btn-secondary:hover {
      background: #edf7ff;
    }

    .hksev-btn-dark {
      color: #ffffff !important;
      background: #0c3d6c;
    }

    .hksev-btn-block {
      display: flex;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

    .hksev-btn-symbol {
      display: inline-block;
      margin-right: 8px;
      font-size: 19px;
      line-height: 1;
    }

    /* Hero */
    .hksev-hero {
      position: relative;
      padding: 48px 0 44px;
      overflow: hidden;
      color: #ffffff;
      background: #0a4f91;
      background: linear-gradient(135deg, #082f57 0%, #0a5ba6 55%, #1478c9 100%);
    }

    .hksev-hero:before,
    .hksev-hero:after {
      position: absolute;
      content: "";
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.07);
    }

    .hksev-hero:before {
      top: -160px;
      right: -120px;
      width: 420px;
      height: 420px;
    }

    .hksev-hero:after {
      bottom: -220px;
      left: -140px;
      width: 480px;
      height: 480px;
    }

    .hksev-hero .hksev-container {
      position: relative;
      z-index: 2;
    }

    .hksev-hero .hksev-kicker {
      color: #d9edff;
      border-color: rgba(255, 255, 255, 0.28);
      background: rgba(255, 255, 255, 0.10);
    }

    .hksev-hero h1 {
      color: #ffffff;
    }

    .hksev-hero-lead {
      max-width: 680px;
      margin-bottom: 22px;
      color: #e4f2ff;
      font-size: 19px;
    }

    .hksev-hero-points {
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .hksev-hero-points li {
      position: relative;
      display: inline-block;
      margin: 0 12px 8px 0;
      padding-left: 22px;
      color: #f2f8ff;
      font-size: 15px;
      font-weight: 700;
    }

    .hksev-hero-points li:before {
      position: absolute;
      top: 8px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      content: "";
      background: #83d4ff;
    }

    .hksev-hero-media {
      position: relative;
      width: 100%;
      height: 0;
      margin-top: 8px;
      padding-top: 56.25%;
      overflow: hidden;
      border: 7px solid rgba(255, 255, 255, 0.16);
      border-radius: 22px;
      background: #dceefe;
      box-shadow: 0 24px 50px rgba(0, 25, 53, 0.35);
    }

    .hksev-hero-media img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .hksev-hero-media:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 48%;
      content: "";
      background: linear-gradient(to top, rgba(5, 33, 61, 0.86), rgba(5, 33, 61, 0));
    }

    .hksev-hero-media-label {
      position: absolute;
      z-index: 3;
      right: 18px;
      bottom: 16px;
      left: 18px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.45;
    }

    .hksev-hero-badge {
      position: absolute;
      z-index: 4;
      top: 16px;
      right: 16px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #ffffff;
      background: #d93636;
      box-shadow: 0 8px 18px rgba(154, 20, 20, 0.28);
      font-size: 13px;
      font-weight: 900;
    }

    .hksev-hero-emergency {
      margin-top: 22px;
      padding: 15px 17px;
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 14px;
      color: #f6fbff;
      background: rgba(4, 31, 58, 0.34);
      font-size: 15px;
    }

    .hksev-hero-emergency strong {
      color: #ffffff;
    }

    /* Branch quick strip */
    .hksev-quick-branches {
      position: relative;
      z-index: 5;
      margin-top: -1px;
      padding: 20px 0;
      border-bottom: 1px solid #dbe8f4;
      background: #ffffff;
      box-shadow: 0 8px 24px rgba(22, 65, 102, 0.06);
    }

    .hksev-quick-branch {
      position: relative;
      min-height: 146px;
      padding: 22px 22px 18px 74px;
      border: 1px solid #dceaf7;
      border-radius: 16px;
      background: #f9fcff;
    }

    .hksev-quick-branch-icon {
      position: absolute;
      top: 22px;
      left: 20px;
      display: flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 13px;
      color: #ffffff;
      background: #1267b3;
      font-weight: 900;
    }

    .hksev-quick-branch h2 {
      margin-bottom: 6px;
      font-size: 20px;
    }

    .hksev-quick-branch p {
      margin-bottom: 10px;
      color: #5c748a;
      font-size: 14px;
      line-height: 1.55;
    }

    .hksev-quick-links a {
      display: inline-block;
      margin: 0 14px 4px 0;
      color: #0a5fa8;
      font-size: 14px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .hksev-status {
      display: inline-block;
      margin-bottom: 8px;
      padding: 4px 9px;
      border-radius: 999px;
      color: #166439;
      background: #e8f8ef;
      font-size: 12px;
      font-weight: 900;
    }

    .hksev-status-urgent {
      color: #9c2f2f;
      background: #fff0f0;
    }

    /* Alert */
    .hksev-alert {
      position: relative;
      margin: 0 0 30px;
      padding: 20px 22px 20px 64px;
      border: 1px solid #f0caca;
      border-left: 5px solid #df4848;
      border-radius: 14px;
      color: #6c3434;
      background: #fff7f7;
    }

    .hksev-alert:before {
      position: absolute;
      top: 18px;
      left: 20px;
      display: flex;
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      content: "!";
      color: #ffffff;
      background: #df4848;
      font-weight: 900;
    }

    .hksev-alert strong {
      color: #812828;
    }

    /* Symptom cards */
    .hksev-symptom-card {
      min-height: 210px;
      margin-bottom: 24px;
    }

    .hksev-symptom-card h3 {
      font-size: 19px;
    }

    .hksev-symptom-card p {
      color: #5a7288;
      font-size: 15px;
    }

    /* Dental bridge explanation */
    .hksev-explain-panel {
      padding: 30px;
      border: 1px solid #cfe2f5;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 14px 34px rgba(22, 71, 114, 0.08);
    }

    .hksev-explain-panel p {
      color: #506b82;
    }

    .hksev-dental-visual {
      position: relative;
      min-height: 410px;
      padding: 34px;
      overflow: hidden;
      border-radius: 20px;
      color: #ffffff;
      background: #0a4f91;
      background: linear-gradient(145deg, #0b3f71 0%, #0870bd 100%);
      box-shadow: 0 18px 38px rgba(12, 64, 108, 0.22);
    }

    .hksev-dental-visual h3 {
      color: #ffffff;
      font-size: 25px;
    }

    .hksev-dental-visual p {
      color: #dceeff;
    }

    .hksev-dental-lines {
      margin-top: 26px;
    }

    .hksev-dental-line {
      position: relative;
      margin-bottom: 14px;
      padding: 14px 14px 14px 50px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.09);
      font-size: 15px;
      font-weight: 700;
    }

    .hksev-dental-line span {
      position: absolute;
      top: 12px;
      left: 12px;
      display: flex;
      width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #0a4e8c;
      background: #ffffff;
      font-weight: 900;
    }

    .hksev-note-box {
      margin-top: 22px;
      padding: 18px 20px;
      border: 1px solid #cde1f4;
      border-radius: 14px;
      color: #355d7d;
      background: #edf7ff;
    }

    .hksev-note-box strong {
      color: #0b4d83;
    }

    /* Checklist */
    .hksev-check-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .hksev-check-list li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 28px;
      color: #4f687e;
    }

    .hksev-check-list li:before {
      position: absolute;
      top: 1px;
      left: 0;
      content: "✓";
      color: #138354;
      font-size: 18px;
      font-weight: 900;
    }

    .hksev-check-list li:last-child {
      margin-bottom: 0;
    }

    /* Process */
    .hksev-process {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
    }

    .hksev-process:before {
      position: absolute;
      top: 31px;
      right: 9%;
      left: 9%;
      height: 2px;
      content: "";
      background: #bcd8ef;
    }

    .hksev-process-item {
      position: relative;
      display: inline-block;
      width: 20%;
      padding: 0 10px;
      vertical-align: top;
      font-size: 16px;
      text-align: center;
    }

    .hksev-process-number {
      position: relative;
      z-index: 2;
      display: flex;
      width: 62px;
      height: 62px;
      margin: 0 auto 16px;
      align-items: center;
      justify-content: center;
      border: 6px solid #edf6ff;
      border-radius: 50%;
      color: #ffffff;
      background: #0d67b2;
      box-shadow: 0 8px 18px rgba(13, 103, 178, 0.24);
      font-size: 21px;
      font-weight: 900;
    }

    .hksev-process-item h3 {
      font-size: 17px;
    }

    .hksev-process-item p {
      margin-bottom: 0;
      color: #60778b;
      font-size: 14px;
      line-height: 1.55;
    }

    /* Fees */
    .hksev-price-card {
      position: relative;
      min-height: 300px;
      margin-bottom: 24px;
      overflow: hidden;
    }

    .hksev-price-card-featured {
      border: 2px solid #4d98d7;
      box-shadow: 0 16px 38px rgba(22, 94, 153, 0.14);
    }

    .hksev-price-label {
      display: inline-block;
      margin-bottom: 16px;
      padding: 5px 9px;
      border-radius: 8px;
      color: #0d5d9f;
      background: #e9f5ff;
      font-size: 12px;
      font-weight: 900;
    }

    .hksev-price {
      margin-bottom: 12px;
      color: #0a4f91;
      font-size: 35px;
      font-weight: 900;
      line-height: 1.1;
    }

    .hksev-price small {
      color: #60768a;
      font-size: 14px;
      font-weight: 700;
    }

    .hksev-price-card p {
      color: #5b7287;
    }

    .hksev-price-disclaimer {
      padding: 18px 20px;
      border-radius: 14px;
      color: #5f4c26;
      background: #fff8e8;
      border: 1px solid #f0ddb0;
      font-size: 14px;
    }

    /* Reviews placeholder */
    .hksev-review-notice {
      margin: 0 auto 24px;
      padding: 13px 16px;
      max-width: 840px;
      border: 1px dashed #9cbfdd;
      border-radius: 12px;
      color: #42677f;
      background: #f4faff;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
    }

    .hksev-review-card {
      min-height: 245px;
      margin-bottom: 24px;
    }

    .hksev-stars {
      margin-bottom: 13px;
      color: #e7a526;
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 1;
    }

    .hksev-review-card blockquote {
      margin: 0 0 18px;
      color: #4f687f;
      font-size: 15px;
    }

    .hksev-review-meta {
      color: #174b75;
      font-size: 13px;
      font-weight: 900;
    }

    /* Branch cards and maps */
    .hksev-branch-card {
      margin-bottom: 28px;
      padding: 0;
      overflow: hidden;
    }

    .hksev-map-wrap {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 58%;
      background: #dbeaf7;
    }

    .hksev-map-wrap iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .hksev-branch-content {
      padding: 26px;
    }

    .hksev-branch-content h3 {
      font-size: 23px;
    }

    .hksev-branch-detail {
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
    }

    .hksev-branch-detail li {
      position: relative;
      margin-bottom: 8px;
      padding-left: 26px;
      color: #506c82;
    }

    .hksev-branch-detail li:before {
      position: absolute;
      top: 0;
      left: 0;
      color: #0d67b2;
      font-weight: 900;
    }

    .hksev-branch-detail li.hksev-detail-address:before { content: "⌖"; }
    .hksev-branch-detail li.hksev-detail-phone:before { content: "☎"; }
    .hksev-branch-detail li.hksev-detail-time:before { content: "◷"; }
    .hksev-branch-detail li.hksev-detail-service:before { content: "＋"; }

    .hksev-branch-detail a {
      color: #0b5fa5;
      font-weight: 800;
    }

    /* FAQ */
    .hksev-faq-list {
      max-width: 920px;
      margin: 0 auto;
    }

    .hksev-faq-item {
      margin-bottom: 12px;
      border: 1px solid #d8e7f5;
      border-radius: 14px;
      background: #ffffff;
      box-shadow: 0 8px 22px rgba(22, 71, 114, 0.05);
    }

    .hksev-faq-item summary {
      position: relative;
      padding: 20px 56px 20px 20px;
      cursor: pointer;
      color: #123e64;
      font-size: 17px;
      font-weight: 900;
      list-style: none;
    }

    .hksev-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .hksev-faq-item summary:after {
      position: absolute;
      top: 18px;
      right: 18px;
      display: flex;
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      content: "+";
      color: #0c63ac;
      background: #eaf5ff;
      font-size: 21px;
      line-height: 1;
    }

    .hksev-faq-item[open] summary:after {
      content: "−";
    }

    .hksev-faq-answer {
      padding: 0 20px 20px;
      color: #556f84;
    }

    .hksev-faq-answer p:last-child {
      margin-bottom: 0;
    }

    /* Final CTA */
    .hksev-final-cta {
      padding: 62px 0;
      color: #ffffff;
      background: #07365f;
      background: linear-gradient(135deg, #07365f 0%, #0b67ae 100%);
      text-align: center;
    }

    .hksev-final-cta h2 {
      color: #ffffff;
      font-size: 34px;
    }

    .hksev-final-cta p {
      max-width: 760px;
      margin: 0 auto 22px;
      color: #dfefff;
      font-size: 17px;
    }

    .hksev-source-note {
      padding: 28px 0 12px;
      color: #6f8292;
      background: #ffffff;
      font-size: 12px;
      line-height: 1.65;
      text-align: center;
    }

    .hksev-source-note a {
      color: #356e9e;
      text-decoration: underline;
    }

    /* Mobile sticky CTA */
    .hksev-mobile-sticky {
      position: fixed;
      z-index: 99999;
      right: 0;
      bottom: 0;
      left: 0;
      display: none;
      padding: 8px;
      border-top: 1px solid #cdddeb;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 -8px 24px rgba(14, 50, 80, 0.14);
      font-size: 0;
    }

    .hksev-mobile-sticky a {
      display: inline-flex;
      width: 33.3333%;
      min-height: 54px;
      padding: 7px 4px;
      align-items: center;
      justify-content: center;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-radius: 11px;
      color: #ffffff;
      font-size: 13px;
      font-weight: 900;
      line-height: 1.2;
      text-align: center;
      background-clip: padding-box;
    }

    .hksev-mobile-call { background-color: #dd3f3f; }
    .hksev-mobile-wa { background-color: #168758; }
    .hksev-mobile-map { background-color: #0b5e9f; }

    /* Small utility classes */
    .hksev-mb-0 { margin-bottom: 0 !important; }
    .hksev-mb-16 { margin-bottom: 16px !important; }
    .hksev-mb-24 { margin-bottom: 24px !important; }
    .hksev-mt-24 { margin-top: 24px !important; }
    .hksev-text-center { text-align: center; }
    .hksev-sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    @media (max-width: 980px) {
      .hksev-page h1 { font-size: 36px; }
      .hksev-page h2 { font-size: 29px; }
      .hksev-col-3 { width: 50%; }
      .hksev-col-4 { width: 50%; }
      .hksev-process:before { display: none; }
      .hksev-process-item {
        width: 33.3333%;
        margin-bottom: 28px;
      }
    }

    @media (max-width: 760px) {
      .hksev-page {
        padding-bottom: 82px;
        font-size: 15px;
      }

      .hksev-container {
        padding-right: 16px;
        padding-left: 16px;
      }

      .hksev-section {
        padding: 54px 0;
      }

      .hksev-page h1 {
        font-size: 31px;
        line-height: 1.22;
      }

      .hksev-page h2 {
        font-size: 26px;
      }

      .hksev-page h3 {
        font-size: 19px;
      }

      .hksev-hero {
        padding: 32px 0 30px;
      }

      .hksev-hero-lead {
        font-size: 17px;
      }

      .hksev-col-3,
      .hksev-col-4,
      .hksev-col-5,
      .hksev-col-6,
      .hksev-col-7,
      .hksev-col-8 {
        width: 100%;
      }

      .hksev-hero .hksev-col-5 {
        margin-top: 28px;
      }

      .hksev-btn-row {
        margin: -5px;
      }

      .hksev-btn {
        min-height: 54px;
        margin: 5px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 15px;
      }

      .hksev-hero .hksev-btn {
        width: calc(50% - 10px);
      }

      .hksev-hero .hksev-btn:last-child {
        width: calc(100% - 10px);
      }

      .hksev-quick-branch {
        min-height: 0;
        margin-bottom: 14px;
      }

      .hksev-symptom-card,
      .hksev-price-card,
      .hksev-review-card {
        min-height: 0;
      }

      .hksev-dental-visual {
        min-height: 0;
        margin-top: 22px;
        padding: 26px 22px;
      }

      .hksev-process-item {
        width: 50%;
      }

      .hksev-mobile-sticky {
        display: block;
      }
    }

    @media (max-width: 480px) {
      .hksev-page h1 { font-size: 28px; }
      .hksev-page h2 { font-size: 24px; }
      .hksev-hero .hksev-btn { width: calc(100% - 10px); }
      .hksev-card { padding: 22px 18px; }
      .hksev-alert { padding: 18px 16px 18px 54px; }
      .hksev-alert:before { left: 15px; }
      .hksev-process-item { width: 100%; }
      .hksev-process-number { margin-bottom: 10px; }
      .hksev-map-wrap { padding-top: 72%; }
      .hksev-mobile-sticky a { font-size: 12px; }
    }

    @media print {
      .hksev-mobile-sticky { display: none !important; }
      .hksev-page { padding-bottom: 0; }
      .hksev-btn { box-shadow: none; }
    }
  