/* BHC V10 — visual polish only.
   Keeps the previous layout/sections/navigation intact and improves typography,
   spacing, cards, blog readability, footer balance and responsive behavior. */

:root {
  --bhc-primary: var(--gh-primary, #1554b7);
  --bhc-secondary: var(--gh-secondary, #0f766e);
  --bhc-accent: var(--gh-accent, #dc2626);
  --bhc-ink: #10243e;
  --bhc-muted: #64748b;
  --bhc-line: #e5ebf2;
  --bhc-surface: #ffffff;
  --bhc-soft: #f6f9fc;
  --bhc-soft-2: #eef5f7;
  --bhc-radius-sm: 12px;
  --bhc-radius: 18px;
  --bhc-radius-lg: 26px;
  --bhc-shadow-sm: 0 8px 22px rgba(15, 34, 58, .07);
  --bhc-shadow: 0 18px 45px rgba(15, 34, 58, .10);
  --bhc-transition: 180ms ease;
}

html { scroll-behavior: smooth; }
body.gh-public {
  color: var(--bhc-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.gh-public a { text-underline-offset: 3px; }
body.gh-public img { max-width: 100%; }

.gh-container-wide {
  width: min(100% - 40px, 1420px);
  margin-inline: auto;
  padding-inline: 0 !important;
}

/* Header: same structure, calmer private-hospital polish */
.humanized-header {
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 rgba(16,36,62,.08);
  position: relative;
  z-index: 1000;
}
.v8-header__utility,
.v9-header__utility,
.v10-header__utility {
  background: #f8fbfd !important;
  border-bottom: 1px solid var(--bhc-line) !important;
  color: #40546c !important;
}
.v8-header__utility-inner,
.v9-header__utility-inner,
.v10-header__utility-inner {
  min-height: 38px !important;
  gap: 18px !important;
}
.v9-nepal-clock { font-size: 13px !important; gap: 9px !important; }
.v9-nepal-clock__divider { opacity: .45; }
.v9-header__emergency,
.v10-header__emergency {
  border: 0 !important;
  background: transparent !important;
  color: #b4232d !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.v10-language__button {
  border: 1px solid #d8e1ea !important;
  border-radius: 10px !important;
  background: #fff !important;
  min-height: 31px !important;
  padding: 4px 10px !important;
  color: var(--bhc-ink) !important;
}
.humanized-header__brand-row,
.v10-header__brand-row {
  padding-block: 15px !important;
  gap: 22px !important;
}
.humanized-brand,
.v10-brand {
  min-width: 0;
  gap: 13px !important;
}
.humanized-brand__logo,
.v10-brand__logo {
  width: 62px !important;
  height: 62px !important;
  border-radius: 16px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(15,34,58,.08) !important;
  overflow: hidden;
}
.humanized-brand__logo img,
.v10-brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.humanized-brand__copy strong,
.v10-brand__copy strong {
  color: var(--bhc-ink) !important;
  font-size: clamp(20px, 2vw, 29px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.025em;
  font-weight: 800 !important;
}
.humanized-brand__copy small,
.v10-brand__copy small {
  color: #687b90 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
}
.humanized-nav,
.v10-nav {
  border-top: 1px solid #edf1f5 !important;
  border-bottom: 1px solid #e6ebf0 !important;
  background: #fff !important;
}
.humanized-nav__list > li > a,
.humanized-nav__parent {
  color: #263c55 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding-block: 13px !important;
  transition: color var(--bhc-transition), background var(--bhc-transition);
}
.humanized-nav__list > li > a:hover,
.humanized-nav__list > li.is-active > a,
.humanized-nav__parent:hover { color: var(--bhc-primary) !important; }
.humanized-submenu,
.v10-submenu {
  border: 1px solid var(--bhc-line) !important;
  border-radius: 16px !important;
  box-shadow: var(--bhc-shadow) !important;
  overflow: hidden;
}
.v34-header-action,
.v28-header-action {
  border-radius: 14px !important;
  border: 1px solid #dfe7ef !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition), border-color var(--bhc-transition);
}
.v34-header-action:hover,
.v28-header-action:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--bhc-primary) 28%, #dfe7ef);
  box-shadow: var(--bhc-shadow-sm) !important;
}

/* Global section rhythm */
.gh-section { padding-block: clamp(54px, 6vw, 88px) !important; }
.gh-section + .gh-section { border-top: 0 !important; }
.gh-section:nth-of-type(even) { background-color: #fbfcfe; }
.v25-section-heading,
.bhc-section-heading,
.bhc-home-blog__heading {
  margin-bottom: 30px !important;
  align-items: end !important;
  gap: 20px !important;
}
.v25-section-heading h2,
.bhc-section-heading h2,
.bhc-home-blog__heading h2 {
  color: var(--bhc-ink) !important;
  font-size: clamp(27px, 3.1vw, 43px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.035em !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}
.v25-section-heading p,
.bhc-section-heading p,
.bhc-home-blog__heading p {
  color: var(--bhc-muted) !important;
  font-size: 16px !important;
  max-width: 780px;
  margin: 0 !important;
}
.v25-eyebrow,
.bhc-eyebrow,
.gh-section-kicker {
  color: var(--bhc-secondary) !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

/* Existing action buttons, simply better */
.v25-section-heading__action,
.bhc-home-blog__all,
.bhc-primary-link,
.bhc-text-link {
  border-radius: 12px !important;
  font-weight: 750 !important;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition), background var(--bhc-transition);
}
.v25-section-heading__action {
  background: var(--bhc-primary) !important;
  color: #fff !important;
  border: 1px solid var(--bhc-primary) !important;
  padding: 11px 17px !important;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--bhc-primary) 20%, transparent) !important;
}
.v25-section-heading__action:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--bhc-primary) 25%, transparent) !important;
}

/* Services — same grid/markup, balanced cards */
.v25-services { background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%) !important; }
.v25-service-grid {
  gap: 20px !important;
  align-items: stretch !important;
}
.v25-service-card {
  border: 1px solid var(--bhc-line) !important;
  border-radius: var(--bhc-radius) !important;
  background: #fff !important;
  box-shadow: var(--bhc-shadow-sm) !important;
  overflow: hidden !important;
  min-height: 100% !important;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition), border-color var(--bhc-transition) !important;
}
.v25-service-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--bhc-primary) 24%, var(--bhc-line)) !important;
  box-shadow: var(--bhc-shadow) !important;
}
.v25-service-card__top { padding: 22px 22px 5px !important; }
.v25-service-card__body { padding: 13px 22px 18px !important; }
.v25-service-card__body small { color: var(--bhc-secondary) !important; font-weight: 800 !important; }
.v25-service-card__body h3 { margin: 7px 0 8px !important; }
.v25-service-card__body h3 a {
  color: var(--bhc-ink) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
.v25-service-card__body p { color: var(--bhc-muted) !important; font-size: 14.5px !important; line-height: 1.65 !important; }
.v25-service-card__footer {
  margin-top: auto !important;
  border-top: 1px solid #edf1f5 !important;
  padding: 13px 22px !important;
  color: var(--bhc-primary) !important;
  font-weight: 750 !important;
  background: #fbfdff !important;
}
.v25-service-card__footer:hover { background: #f3f8fe !important; }

/* Departments/doctors/common content cards */
[class*="department-card"],
[class*="doctor-card"],
.gh-card,
.admin-card {
  border-radius: var(--bhc-radius) !important;
}
body.gh-public [class*="department-card"],
body.gh-public [class*="doctor-card"] {
  border-color: var(--bhc-line) !important;
  box-shadow: var(--bhc-shadow-sm) !important;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition) !important;
}
body.gh-public [class*="department-card"]:hover,
body.gh-public [class*="doctor-card"]:hover { transform: translateY(-4px); box-shadow: var(--bhc-shadow) !important; }

/* Homepage blog — preserve previous layout, refine it */
.bhc-home-blog {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
}
.bhc-home-blog__all {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 15px !important;
  border: 1px solid #dce5ee !important;
  background: #fff !important;
  color: var(--bhc-primary) !important;
  text-decoration: none !important;
}
.bhc-home-blog__all:hover { transform: translateY(-2px); box-shadow: var(--bhc-shadow-sm); }
.bhc-home-blog__grid { gap: 22px !important; }
.bhc-home-story {
  background: #fff !important;
  border: 1px solid var(--bhc-line) !important;
  border-radius: var(--bhc-radius-lg) !important;
  overflow: hidden !important;
  box-shadow: var(--bhc-shadow-sm) !important;
  min-width: 0;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition) !important;
}
.bhc-home-story:hover { transform: translateY(-5px); box-shadow: var(--bhc-shadow) !important; }
.bhc-home-story__media { background: #edf3f7 !important; overflow: hidden !important; }
.bhc-home-story__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 450ms ease;
}
.bhc-home-story:hover .bhc-home-story__media img { transform: scale(1.025); }
.bhc-home-story__body { padding: 22px !important; }
.bhc-home-story__meta { color: #74869a !important; font-size: 12px !important; gap: 10px !important; }
.bhc-home-story__meta span:first-child { color: var(--bhc-secondary) !important; font-weight: 800 !important; }
.bhc-home-story h3 { margin: 8px 0 10px !important; }
.bhc-home-story h3 a {
  color: var(--bhc-ink) !important;
  text-decoration: none !important;
  font-size: clamp(19px, 2vw, 25px) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}
.bhc-home-story p { color: var(--bhc-muted) !important; line-height: 1.7 !important; }
.bhc-home-story__read { color: var(--bhc-primary) !important; font-weight: 800 !important; text-decoration: none !important; }
.bhc-home-blog__grid.is-count-1 { grid-template-columns: minmax(0, 1fr) !important; }
.bhc-home-blog__grid.is-count-1 .bhc-home-story {
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr) !important;
  max-width: 1120px;
}
.bhc-home-blog__grid.is-count-1 .bhc-home-story__media { min-height: 340px !important; }
.bhc-home-blog__grid.is-count-2 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
.bhc-home-blog__grid.is-count-3 { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }

/* Blog index */
.bhc-blog-hero {
  background: linear-gradient(135deg, #eef7f7 0%, #f5f8fe 52%, #ffffff 100%) !important;
  border-bottom: 1px solid var(--bhc-line) !important;
  padding-block: clamp(58px, 7vw, 90px) !important;
}
.bhc-blog-hero__inner { gap: 34px !important; }
.bhc-blog-hero h1 {
  color: var(--bhc-ink) !important;
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
  max-width: 850px;
}
.bhc-blog-hero p { max-width: 720px; color: var(--bhc-muted) !important; font-size: 17px !important; }
.bhc-blog-search {
  background: #fff !important;
  border: 1px solid #dfe7ef !important;
  border-radius: 15px !important;
  padding: 6px !important;
  box-shadow: var(--bhc-shadow-sm) !important;
}
.bhc-blog-search input { border: 0 !important; box-shadow: none !important; min-height: 45px; }
.bhc-blog-search button {
  border: 0 !important;
  background: var(--bhc-primary) !important;
  color: #fff !important;
  border-radius: 11px !important;
  padding: 0 18px !important;
  font-weight: 800 !important;
}
.bhc-blog-feature { padding-block: 42px 20px !important; }
.bhc-feature-story {
  border: 1px solid var(--bhc-line) !important;
  border-radius: var(--bhc-radius-lg) !important;
  overflow: hidden !important;
  box-shadow: var(--bhc-shadow-sm) !important;
  background: #fff !important;
  text-decoration: none !important;
}
.bhc-feature-story__media { background: #eef3f7 !important; min-height: 390px !important; }
.bhc-feature-story__media img { width:100%; height:100%; object-fit:cover; }
.bhc-feature-story__copy { padding: clamp(28px, 4vw, 52px) !important; }
.bhc-feature-story__copy > span:first-child { color: var(--bhc-secondary) !important; font-weight: 800 !important; }
.bhc-feature-story__copy h2 { color: var(--bhc-ink) !important; font-size: clamp(30px, 4vw, 48px) !important; letter-spacing: -.035em !important; }
.bhc-feature-story__copy p { color: var(--bhc-muted) !important; font-size: 16px !important; }
.bhc-blog-grid-section { padding-block: 50px 82px !important; }
.bhc-blog-layout { gap: 34px !important; }
.bhc-blog-grid { gap: 22px !important; }
.bhc-article-card {
  background: #fff !important;
  border: 1px solid var(--bhc-line) !important;
  border-radius: var(--bhc-radius) !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(15,34,58,.06) !important;
  transition: transform var(--bhc-transition), box-shadow var(--bhc-transition) !important;
}
.bhc-article-card:hover { transform: translateY(-4px); box-shadow: var(--bhc-shadow) !important; }
.bhc-article-card__media { background: #eef3f7 !important; overflow: hidden; }
.bhc-article-card__media img { width:100%; height:100%; object-fit:cover; transition: transform 420ms ease; }
.bhc-article-card:hover .bhc-article-card__media img { transform: scale(1.025); }
.bhc-article-card__body { padding: 20px !important; }
.bhc-article-card h3 a { color: var(--bhc-ink) !important; text-decoration: none !important; font-weight: 800 !important; line-height: 1.32 !important; }
.bhc-article-card p { color: var(--bhc-muted) !important; }
.bhc-story-meta { color: #7a8999 !important; font-size: 12px !important; }
.bhc-blog-side { gap: 18px !important; }
.bhc-side-card {
  background: #fff !important;
  border: 1px solid var(--bhc-line) !important;
  border-radius: var(--bhc-radius) !important;
  box-shadow: 0 8px 22px rgba(15,34,58,.05) !important;
  padding: 22px !important;
}
.bhc-side-card--care { background: #eff9f6 !important; border-color: #d7eee7 !important; }
.bhc-topic-list a { border-radius: 10px !important; color: #40546c !important; }
.bhc-topic-list a:hover,
.bhc-topic-list a.is-active { background: #edf5ff !important; color: var(--bhc-primary) !important; }
.bhc-blog-pagination { border-top: 1px solid var(--bhc-line) !important; padding-top: 24px !important; margin-top: 28px !important; }

/* Blog article */
.bhc-article-hero { background: #f7fafc !important; border-bottom: 1px solid var(--bhc-line) !important; }
.bhc-article-hero__grid { gap: clamp(28px, 5vw, 70px) !important; padding-block: clamp(52px, 7vw, 90px) !important; }
.bhc-article-hero h1 { color: var(--bhc-ink) !important; font-size: clamp(36px, 5vw, 60px) !important; line-height: 1.08 !important; letter-spacing: -.045em !important; }
.bhc-article-hero__media { border-radius: var(--bhc-radius-lg) !important; overflow: hidden; box-shadow: var(--bhc-shadow) !important; }
.bhc-article-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.bhc-article-section { padding-block: 56px 80px !important; }
.bhc-article-layout { gap: 44px !important; align-items: start; }
.bhc-article-prose {
  color: #24384f !important;
  font-size: 17px !important;
  line-height: 1.82 !important;
  max-width: 820px;
}
.bhc-article-prose h2,
.bhc-article-prose h3,
.bhc-article-prose h4 { color: var(--bhc-ink) !important; line-height: 1.25 !important; letter-spacing: -.02em; margin-top: 1.8em !important; }
.bhc-article-prose p { margin-bottom: 1.25em !important; }
.bhc-article-prose img { border-radius: 16px !important; box-shadow: var(--bhc-shadow-sm) !important; margin-block: 24px !important; }
.bhc-article-prose blockquote {
  border-left: 4px solid var(--bhc-secondary) !important;
  background: #f2f8f7 !important;
  border-radius: 0 14px 14px 0 !important;
  padding: 18px 22px !important;
  color: #385068 !important;
}
.bhc-article-tags a,
.bhc-article-share a { border-radius: 999px !important; }
.bhc-related-articles { border-top: 1px solid var(--bhc-line) !important; padding-top: 38px !important; }

/* Footer: preserve previous content/structure, improve balance */
.bhc-footer {
  background: #0d2637 !important;
  color: #dbe7ee !important;
  margin-top: 0 !important;
}
.bhc-footer__inner { padding-top: clamp(45px, 5vw, 68px) !important; }
.bhc-footer__top { gap: clamp(28px, 4vw, 60px) !important; }
.bhc-footer__brand-copy h2,
.bhc-footer__links h3,
.bhc-footer__contact h3,
.bhc-footer__location h2 { color: #fff !important; }
.bhc-footer__brand-copy p,
.bhc-footer__contact-list,
.bhc-footer__location-copy p { color: #aebfcb !important; }
.bhc-footer__links a,
.bhc-footer__social a { color: #d6e2e9 !important; text-decoration: none !important; }
.bhc-footer__links a:hover,
.bhc-footer__social a:hover { color: #fff !important; }
.bhc-footer__emergency {
  border-radius: 15px !important;
  background: #fff !important;
  color: #a51d29 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.12) !important;
}
.bhc-footer__location {
  margin-top: 34px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  padding-top: 30px !important;
  gap: 26px !important;
}
.bhc-footer__map-frame {
  border-radius: 18px !important;
  overflow: hidden !important;
  min-height: 280px !important;
  background: #18384a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.bhc-footer__map-frame iframe { min-height: 280px !important; }
.bhc-footer__bottom {
  margin-top: 30px !important;
  padding-block: 18px 24px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  color: #91a7b5 !important;
  font-size: 12.5px !important;
}

/* Floating tools */
.government-emergency-dock {
  left: 18px !important;
  bottom: 18px !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(15,34,58,.18) !important;
  z-index: 990 !important;
}

/* Forms and generic pages */
body.gh-public input:not([type="checkbox"]):not([type="radio"]),
body.gh-public select,
body.gh-public textarea {
  border-color: #d9e2eb !important;
  border-radius: 12px !important;
  min-height: 44px;
}
body.gh-public input:focus,
body.gh-public select:focus,
body.gh-public textarea:focus {
  border-color: color-mix(in srgb, var(--bhc-primary) 55%, #d9e2eb) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bhc-primary) 12%, transparent) !important;
}
body.gh-public .btn { border-radius: 11px !important; font-weight: 700 !important; }

/* Responsive: do not alter information architecture */
@media (max-width: 1199.98px) {
  .gh-container-wide { width: min(100% - 32px, 1420px); }
  .humanized-header__brand-row, .v10-header__brand-row { padding-block: 12px !important; }
  .bhc-blog-layout { grid-template-columns: minmax(0,1fr) 290px !important; }
}
@media (max-width: 991.98px) {
  .gh-container-wide { width: min(100% - 28px, 1420px); }
  .humanized-brand__logo, .v10-brand__logo { width: 54px !important; height: 54px !important; }
  .v25-section-heading, .bhc-section-heading, .bhc-home-blog__heading { align-items: flex-start !important; }
  .v25-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .bhc-home-blog__grid.is-count-3 { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .bhc-home-blog__grid.is-count-3 .bhc-home-story:first-child { grid-column: 1 / -1; }
  .bhc-home-blog__grid.is-count-1 .bhc-home-story { grid-template-columns: 1fr !important; }
  .bhc-home-blog__grid.is-count-1 .bhc-home-story__media { min-height: 300px !important; }
  .bhc-feature-story { grid-template-columns: 1fr !important; }
  .bhc-feature-story__media { min-height: 330px !important; }
  .bhc-blog-layout, .bhc-article-layout { grid-template-columns: 1fr !important; }
  .bhc-blog-side { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bhc-side-card--care { grid-column: 1 / -1; }
  .bhc-footer__location { grid-template-columns: 1fr !important; }
}
@media (max-width: 767.98px) {
  .gh-container-wide { width: min(100% - 22px, 1420px); }
  body.gh-public { font-size: 15px; }
  .v8-header__utility-inner, .v9-header__utility-inner, .v10-header__utility-inner { min-height: 35px !important; }
  .v9-nepal-clock__date { display: none !important; }
  .v9-nepal-clock__divider { display: none !important; }
  .v25-service-grid, .bhc-home-blog__grid.is-count-2, .bhc-home-blog__grid.is-count-3 { grid-template-columns: 1fr !important; }
  .bhc-home-blog__grid.is-count-3 .bhc-home-story:first-child { grid-column: auto; }
  .v25-section-heading__action, .bhc-home-blog__all { width: 100%; justify-content: center; }
  .bhc-blog-hero { padding-block: 46px !important; }
  .bhc-blog-search { width: 100% !important; }
  .bhc-blog-side { grid-template-columns: 1fr; }
  .bhc-side-card--care { grid-column: auto; }
  .bhc-article-prose { font-size: 16px !important; }
  .bhc-footer__bottom { gap: 9px !important; text-align: center; }
  .government-emergency-dock { left: 12px !important; bottom: 12px !important; }
}
@media (max-width: 479.98px) {
  .gh-container-wide { width: min(100% - 18px, 1420px); }
  .gh-section { padding-block: 44px !important; }
  .humanized-brand__copy strong, .v10-brand__copy strong { font-size: 18px !important; }
  .humanized-brand__copy small, .v10-brand__copy small { font-size: 11.5px !important; }
  .bhc-home-story__body, .bhc-article-card__body, .bhc-side-card { padding: 18px !important; }
  .bhc-feature-story__copy { padding: 24px !important; }
}

/* Respect accessibility preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
