/* ==========================================================================
   Breakpoints (match healthcare_tab_item.js / index.html tab script)
   - desktopQuery: default styles (min-width: 769px)
   - mobileQuery:  @media (max-width: 768px)
   - smallMobile:  @media (max-width: 576px)
   ========================================================================== */

/* ==========================================================================
   1. Utilities
   ========================================================================== */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-modify: none;
  -webkit-highlight: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-callout: none;
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  -webkit-word-break: break-word;
  -webkit-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  pointer-events: none;
}

.onlyDesktop {
  display: inline-block;
}

.onlyMobile {
  display: none;
}

.list-low-roman > li {
  list-style: lower-roman;
}

.list-disc {
  list-style-type: disc;
}

.list-disc > li {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-decimal > li {
  list-style-type: decimal;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}

.list-lower-alpha > li {
  list-style: lower-alpha;
}

.list-decimal,
.list-upper-roman,
.list-lower-roman,
.list-lower-alpha,
.list-disc {
  margin: 0;
  padding-left: 20px;
}

.list-decimal > li,
.list-upper-roman > li,
.list-lower-roman > li,
.list-lower-alpha > li,
.list-disc > li {
  margin: 3px 0;
  position: relative;
}

#tncContent ol.lower-alpha > li::before {
  margin-left: -20px;
}

.offer-Remark {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}

.offer-Remark .list-decimal,
.offer-Remark .list-lower-alpha,
.offer-Remark .list-disc {
  margin: 0;
  padding-left: 1rem;
}

.offer-Remark .list-decimal > li {
  width: 100%;
  text-align: left;
  padding-left: 0.25rem;
}

.tncTablx {
  margin: 6px 0;
  border: 1px solid #999999;
  text-align: center;
  border-collapse: collapse;
}

.tncTablx td {
  padding: 5px;
  border: 1px solid #999999;
  vertical-align: middle;
  text-align: center;
}

.tncTablx .head {
  background-color: #666666;
  color: #ffffff;
}

.Remarksublist {
  padding-left: 10px;
  position: relative;
}

.tncsublist {
  padding-left: 25px;
  position: relative;
  margin: 0.25rem 0;
}

.tncsublist .num,
.Remarksublist .num {
  position: absolute;
  top: 0;
  left: 0;
}

.f12 {
  font-size: 12px;
  line-height: 140%;
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}

.f30 {
  font-size: 30px;
  line-height: 1;
}

.f36 {
  font-size: 36px;
  line-height: 100%;
}

.f40 {
  font-size: 40px;
  line-height: 100%;
}

.f44 {
  font-size: 44px;
  line-height: 1.2;
}

.f48 {
  font-size: 48px;
  line-height: 1;
}

.f60 {
  font-size: 60px;
  line-height: 1;
}

.f80 {
  font-size: 80px;
  line-height: 1;
}

.BigFont {
  font-size: 140%;
  line-height: 1;
}

.BigFont2 {
  font-size: 180%;
  line-height: 1;
}

#tncContent {
  font-size: 12px;
  line-height: 140%;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.new-pink {
  color: #e4015c;
}

.new-orange {
  color: #f07c10;
}

.new-blue {
  color: #0066b3;
}

.p20 {
  padding: 20px;
}

/* ==========================================================================
   2. Font size accessibility
   ========================================================================== */
body.small-font-size .f12 {
  font-size: 10px;
}

body.large-font-size .f12 {
  font-size: 14px;
}

body.small-font-size .f14 {
  font-size: 12px;
}

body.large-font-size .f14 {
  font-size: 16px;
}

body.small-font-size .f16 {
  font-size: 14px;
}

body.large-font-size .f16 {
  font-size: 18px;
}

body.small-font-size .f18 {
  font-size: 16px;
}

body.large-font-size .f18 {
  font-size: 20px;
}

body.small-font-size .f20 {
  font-size: 18px;
}

body.large-font-size .f20 {
  font-size: 22px;
}

body.small-font-size .f24 {
  font-size: 22px;
}

body.large-font-size .f24 {
  font-size: 26px;
}

body.small-font-size .f30 {
  font-size: 26px;
}

body.large-font-size .f30 {
  font-size: 34px;
}

body.small-font-size .f36 {
  font-size: 32px;
}

body.large-font-size .f36 {
  font-size: 40px;
}

body.small-font-size .offer-Remark {
  font-size: 10px;
}

body.large-font-size .offer-Remark {
  font-size: 14px;
}

body.small-font-size #tncContent {
  font-size: 11px;
}

body.large-font-size #tncContent {
  font-size: 14px;
}

body.small-font-size .offer-Remark {
  font-size: 11px;
}

body.large-font-size .offer-Remark {
  font-size: 14px;
}

/* ==========================================================================
   3. Promo layout & content blocks
   ========================================================================== */
.healthcare-highlight.BigFont2 {
  background: #2473d1;
  background: linear-gradient(
    155deg,
    rgba(36, 115, 209, 1) 0%,
    rgba(8, 143, 103, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.healthcare-highlight.f24 {
  color: #0f70a8;
}

.healthcare-color {
  color: #3e1707;
}

.card-tag-row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}

.offer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.offer-col {
  padding: 2px 5px;
}

.text-effect {
  font-weight: bold;
  line-height: 1.4;
  background: -webkit-linear-gradient(90deg, #55a122, #55a122);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 10px transparent;
  color: white;
  letter-spacing: 3px;
  margin-bottom: 6px;
  text-shadow: 1px 1px 1px #666;
}

.healthcare-period {
  background-image: linear-gradient(0deg, #e0771f, #e0771f);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 1px;
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.healthcare-period-inner {
  display: inline-block;
  border-radius: 99px;
  padding: 5px 30px;
  margin: 0 20px;
  color: #fff;
  border: 2px solid #fff;
  background-color: #0f70a8;
  position: relative;
}

.healthcare-period-inner:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #68bdea;
  background: linear-gradient(
    -41deg,
    rgba(104, 189, 234, 1) 0%,
    rgba(39, 187, 88, 1) 100%
  );
  border-radius: 99px;
  z-index: -1;
}

.address-block-head {
  padding: 6px 20px;
  background-color: #c2e48e;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 240px;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: 50px;
}

.address-block-head-inner {
  display: inline-block;
  color: #333;
  background-image: url("../images/shop-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  padding-left: 35px;
}

.address-block {
  border-radius: 25px;
  border: 1px solid #55a122;
  padding-top: 35px;
  margin-top: -20px;
}

.offer-promoTablx table {
  border-collapse: separate;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.offer-promoTablx td {
  padding: 12px 30px !important;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}

.offer-promoTablx td.head {
  background-color: #c2e48e;
  font-weight: normal;
  color: #333;
  border-bottom: none;
  font-weight: bold;
}

.offer-promoTablx .td-right-line::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 1px;
  height: calc(100% - 20px);
  right: 0;
  top: 10px;
}

.offer-promoTablx .td-right-line-w::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: calc(100% - 20px);
  right: 0;
  top: 10px;
}

.offer-bk {
  background-image: linear-gradient(90deg, #fff, #fdba49 15% 75%, #fff);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 0;
  margin-top: 10px;
  position: relative;
}

.light {
  position: absolute;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, transparent, white, transparent);
  transform: skewX(-15deg);
  animation: slide-in-light 5s ease infinite;
  opacity: 0.8;
  z-index: 5;
}

@keyframes slide-in-light {
  0% {
    left: -10%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    left: 95%;
    opacity: 0;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}

.promo_caption h1 {
  color: #0066b3;
}

/* ==========================================================================
   4. Healthcare vertical tabs
   ========================================================================== */
#tab-container.hc-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.hc-tabs__sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 240px;
  z-index: 2;
  padding: 30px 0;
  padding-right: 2px;
}

.hc-tabs__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 8px 20px 8px 20px;
  border: none;
  border-radius: 40px 0 0 40px;
  background: rgba(156, 219, 255, 0.34);
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  outline: none !important;
}

.hc-tabs__tab__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.hc-tabs__tab__icon {
  flex: 0 0 auto;
}

.hc-tabs__tab__icon img {
  display: block;
  width: 48px;
  height: auto;
}

.hc-tabs__tab__icon-img--selected {
  display: none !important;
}

.hc-tabs__tab.active .hc-tabs__tab__icon-img--default {
  display: none !important;
}

.hc-tabs__tab.active .hc-tabs__tab__icon-img--selected {
  display: block !important;
}

.hc-tabs__tab__title {
  flex: 1;
  line-height: 1.3;
  font-size: 18px;
}

/* .hc-tabs__tab:hover {
  background: #dceefb;
} */
.hc-tabs__tab.active {
  background: #0060b0;
  color: #fff;
}

.hc-tabs__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.hc-tabs__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hc-tabs__label {
  flex: 1;
}

.hc-tabs__panel {
  flex: 1;
  min-width: 0;
  margin-left: -2px;
  background: #fff;
  border: 2px solid #0060b0;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}

.hc-tabs__content {
  display: none;
}

.hc-tabs__content.active {
  display: block;
}

.hc-tab-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s;
  position: relative;
}

.hc-tab-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00f2fe;
  background: linear-gradient(
    90deg,
    rgba(0, 242, 254, 0) 0%,
    rgba(79, 172, 254, 1) 50%,
    rgba(0, 242, 254, 0) 100%
  );
}

.hc-tab-item:last-child:after {
  content: none;
}

/* .hc-tab-item:hover {
  background: #f5faff;
  text-decoration: none;
  color: inherit;
} */
.hc-tab-item__logo {
  flex: 0 0 186px;
  width: 186px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-tab-item__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hc-tab-item--has-slider {
  align-items: flex-start;
}

.hc-tab-item__details {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  align-self: stretch;
  padding: 15px 0;
}

.hc-tab-item__swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  align-self: center;
}

.hc-tab-item__swiper.swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.hc-tab-item__swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  box-sizing: content-box;
}

.hc-tab-item__swiper .swiper-slide,
.hc-tab-item__swiper .hc-tab-item__slide {
  width: 100% !important;
  height: auto !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

.hc-tab-item__prev,
.hc-tab-item__next {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  transition: opacity 0.2s;
  margin-bottom: 10px;
}

.hc-tab-item__prev img,
.hc-tab-item__next img {
  display: block;
  width: 19px;
  height: auto;
}

.hc-tab-item__prev:hover,
.hc-tab-item__next:hover {
  opacity: 0.75;
}

.hc-tab-item__prev.is-hidden,
.hc-tab-item__next.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.hc-tab-item__list ul {
  margin: 0;
  padding-left: 1.2em;
}

.hc-tab-item__list li {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.hc-tab-item:not(.hc-tab-item--has-slider) .hc-tab-item__prev,
.hc-tab-item:not(.hc-tab-item--has-slider) .hc-tab-item__next {
  display: none;
}

.hc-tab-item__title {
  display: block;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

.hc-tab-item__short-desc {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.hc-tab-item__offer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-tab-item__offer-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}

.hc-tab-item__offer-list ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-weight: bold;
}

.hc-tab-item__offer-list ul li:last-child {
  margin-bottom: 0;
}

.hc-tab-item__offer-desc {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.hc-tab-item__offer-desc--top {
  margin-bottom: 10px;
}

.hc-tab-item__offer-desc--bottom {
  margin-top: 12px;
}

.hc-tab-item__desc {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.hc-tab-item__list ul {
  padding: 0;
}

.hc-tab-item__info-set + .hc-tab-item__info-set {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}

.hc-tab-item__info-set ul {
  margin: 0;
  padding: 0;
}

.hc-tab-item__list ul li {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}

.hc-tab-item__list ul li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -3px;
  left: 0px;
}

.hc-tab-item__list ul li.promotion-period:before {
  background: url("../images/icon-details-date.png") no-repeat center center;
  background-size: 100% 100%;
}

.hc-tab-item__list ul li.phone:before {
  background: url("../images/icon-details-phone.png") no-repeat center center;
  background-size: 100% 100%;
}

.hc-tab-item__list ul li.address:before {
  background: url("../images/icon-details-location.png") no-repeat center center;
  background-size: 100% 100%;
}

.hc-tab-item__list ul li.address--continued:before {
  display: none;
}

.hc-tab-item__list ul li.address--continued {
  margin-top: -2px;
  margin-bottom: 6px;
}

.hc-tab-item__list ul li.web:before {
  background: url("../images/icon-details-web.png") no-repeat center center;
  background-size: 100% 100%;
}

.hc-tab-item__arrow {
  flex: 0 0 24px;
  font-size: 20px;
  line-height: 1;
  color: #0f70a8;
  letter-spacing: -2px;
}

/* ==========================================================================
   5. Section header
   ========================================================================== */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #4facfe;
  background: linear-gradient(
    0deg,
    rgba(79, 172, 254, 1) 0%,
    rgba(0, 242, 254, 1) 100%
  );
  padding: 2px;
  border-radius: 40px;
  width: fit-content;
  margin: 85px auto 50px;
  min-width: 455px;
  position: relative;
}

.section-header h3 {
  background: #b3e9ff;
  background: linear-gradient(
    0deg,
    rgba(179, 233, 255, 1) 0%,
    rgba(255, 255, 255, 1) 89%
  );
  display: block;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px;
  color: #0060b0;
  filter: drop-shadow(0px 3px 3px rgb(179 224 255 / 78%));
}

.section-header .section-header-icon {
  position: absolute;
  top: -55px;
  left: 20px;
  width: 72px;
  height: 55px;
}

/* ==========================================================================
   6. Hospital section
   ========================================================================== */
.section-hospital {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  margin-top: 40px;
}

.section-hospital-item {
  width: calc(25% - 12px);
  text-align: center;
  background: #66abfa;
  background: linear-gradient(
    0deg,
    rgba(102, 171, 250, 1) 0%,
    rgba(87, 239, 253, 1) 100%
  );
  padding: 2px;
  border-radius: 10px;
  cursor: pointer;
}

.section-hospital-item-inner {
  width: 100%;
  height: 100%;
  background: #fff url(../images/box-bg.jpg) no-repeat bottom left;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-hospital-item-logo {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.section-hospital-item-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 5px;
}

.section-hospital-item-arrow {
  padding: 20px 10px;
  text-align: right;
}

.section-hospital-separator {
  margin: 70px auto 35px;
  background-color: #ababab;
  width: 85%;
  height: 1px;
}

.hv-tnc {
  margin: 50px 0;
}

.hv-tnc a {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

#at-sticky-bottom {
  min-height: 140px;
}

/* ==========================================================================
   Responsive — smallMobile (max-width: 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .onlyDesktop {
    display: none;
  }

  .f20 {
    font-size: 18px;
    line-height: 140%;
  }

  .f24 {
    font-size: 22px;
    line-height: 140%;
  }

  .f30 {
    font-size: 28px;
    line-height: 120%;
  }

  .f36 {
    font-size: 30px;
    line-height: 120%;
  }

  .f44 {
    font-size: 40px;
    line-height: 1.2;
  }

  .f60 {
    font-size: 50px;
    line-height: 1.2;
  }

  .f80 {
    font-size: 60px;
    line-height: 1.2;
  }

  .offer-promoTablx td {
    padding: 12px 15px !important;
  }
}

/* ==========================================================================
   Responsive — mobileQuery (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .onlyMobile {
    display: block;
  }

  /* Healthcare tabs */
  #tab-container.hc-tabs {
    flex-direction: column;
    filter: none;
  }

  .hc-tabs__sidebar {
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 0px;
  }

  .hc-tabs__sidebar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .hc-tabs__tab {
    flex: 0 0 calc((100% - 16px) / 2.5);
    width: calc((100% - 16px) / 2.5);
    min-width: 0;
    min-height: 72px;
    border-radius: 16px;
    padding: 10px 8px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    outline: none;
  }

  .hc-tabs__tab__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }

  .hc-tabs__tab__icon img {
    width: 32px;
  }

  .hc-tabs__tab__title {
    flex: none;
    font-size: 14px;
    line-height: 1.3;
  }

  .hc-tabs__panel {
    margin-left: 0;
    margin-top: 12px;
  }

  .hc-tab-item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 14px 12px;
    gap: 12px;
    scroll-margin-top: 130px;
  }

  .hc-tab-item__logo {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    justify-content: flex-start;
  }

  .hc-tab-item__details {
    flex: 0 0 100%;
    width: 100%;
    gap: 8px;
  }

  .hc-tab-item__prev img,
  .hc-tab-item__next img {
    width: 19px;
  }

  .hc-tab-item__title {
    font-size: 18px;
  }

  .hc-tab-item__offer-list ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .hc-tab-item__offer-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .hc-tab-item__desc {
    font-size: 16px;
  }

  .hc-tab-item__list ul li {
    font-size: 14px;
  }

  /* Section header */
  .section-header {
    min-width: 300px;
    margin: 85px auto 20px;
  }

  .section-header h3 {
    font-size: 24px;
    padding: 8px 0;
  }

  .section-header .section-header-icon {
    top: -55px;
    width: 72px;
    height: 55px;
  }

  /* Hospital section */
  .section-hospital {
    gap: 8px;
    align-items: stretch;
  }

  .section-hospital-item {
    width: calc(50% - 8px);
  }

  .section-hospital-item-logo {
    height: 80px;
    padding: 10px;
  }

  .section-hospital-item-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .section-hospital-item-title {
    font-size: 16px;
    min-height: 48px;
  }

  .section-hospital-item-arrow {
    padding: 10px;
  }

  .section-hospital-separator {
    margin: 40px auto 20px;
    width: 85%;
  }

  .hv-tnc a {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-hospital {
    gap: 8px;
  }
  .section-hospital-item {
    width: calc(33.33% - 6px);
  }
}
