/* =========================================================
   CLINICA OCULISTICA SANTA LUCIA
   Equipe medica — restyling pagina singola
   Bootstrap 5.3 + Bootstrap Icons
   ========================================================= */

/* 1. Variabili */
:root {
  --sl-primary: #91649f;
  --sl-primary-dark: #694878;
  --sl-primary-deep: #4a3455;
  --sl-primary-soft: #f3ebf6;
  --sl-accent: #d7c3de;
  --sl-ink: #302636;
  --sl-text: #5d5262;
  --sl-muted: #7c7081;
  --sl-surface: #ffffff;
  --sl-background: #f6f3f7;
  --sl-border: rgba(105, 72, 120, 0.15);
  --sl-shadow-sm: 0 12px 32px rgba(48, 34, 57, 0.08);
  --sl-shadow-lg: 0 24px 70px rgba(48, 34, 57, 0.16);
  --sl-radius-sm: 14px;
  --sl-radius-md: 22px;
  --sl-radius-lg: 32px;
  --sl-transition: 220ms ease;
}

/* 2. Base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--sl-background);
  color: var(--sl-text);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--sl-primary-dark); }
button, input { font: inherit; }
h1, h2, h3, h4 {
  color: var(--sl-ink);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.08;
}
.container-xxl { max-width: 1380px; }

/* 3. Header */
.sl-header {
  z-index: 1040;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(105, 72, 120, 0.08);
  box-shadow: 0 8px 28px rgba(48, 34, 57, 0.07);
  backdrop-filter: blur(16px);
}
.sl-topbar {
  background: linear-gradient(135deg, var(--sl-primary-deep), var(--sl-primary-dark));
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.79rem;
  font-weight: 600;
}
.sl-topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.sl-topbar__group { display: flex; align-items: center; gap: 1.35rem; }
.sl-topbar a, .sl-topbar span { display: inline-flex; align-items: center; gap: 0.45rem; }
.sl-topbar a { color: #fff; }
.sl-topbar a:hover { color: #fff; opacity: 0.82; }
.sl-navbar { min-height: 92px; padding: 0.55rem 0; }
.sl-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  padding: 0;
}
.sl-brand img { display: block; width: auto; height: 72px; object-fit: contain; }
.sl-nav { gap: 0.05rem; }
.sl-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.75rem 0.68rem !important;
  border: 0;
  background: transparent;
  color: var(--sl-ink);
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}
.sl-nav .nav-link:hover,
.sl-nav .nav-link:focus,
.sl-nav .nav-link.active { color: var(--sl-primary-dark); }
.sl-nav .nav-link.active::before {
  content: "";
  position: absolute;
  right: 0.68rem;
  bottom: 0.38rem;
  left: 0.68rem;
  height: 2px;
  border-radius: 999px;
  background: var(--sl-primary);
}
.sl-nav .dropdown-toggle::after { margin-left: 0.4rem; vertical-align: 0.15em; }
.sl-dropdown {
  min-width: 230px;
  margin-top: 0;
  padding: 0.65rem;
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-sm);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--sl-shadow-sm);
}
.sl-dropdown--wide { min-width: 285px; }
.sl-dropdown .dropdown-item {
  padding: 0.7rem 0.82rem;
  border-radius: 10px;
  color: var(--sl-text);
  font-size: 0.86rem;
  font-weight: 600;
}
.sl-dropdown .dropdown-item:hover,
.sl-dropdown .dropdown-item:focus,
.sl-dropdown .dropdown-item.active {
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
}
.sl-nav__contact { margin-left: 0.45rem; }
.sl-contact-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sl-primary), var(--sl-primary-dark));
  box-shadow: 0 10px 24px rgba(105, 72, 120, 0.2);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}
.sl-contact-btn:hover, .sl-contact-btn:focus { color: #fff; transform: translateY(-1px); }
.sl-menu-toggle {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid var(--sl-border);
  border-radius: 50%;
  background: var(--sl-primary-soft);
}
.sl-menu-toggle:focus { box-shadow: 0 0 0 4px rgba(145, 100, 159, 0.13); }
.sl-menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 999px; background: var(--sl-primary-dark); }
.sl-offcanvas { --bs-offcanvas-width: min(90vw, 390px); }
.sl-offcanvas__header { min-height: 92px; padding: 1rem 1.2rem; border-bottom: 1px solid var(--sl-border); }
.sl-offcanvas__brand img { display: block; width: auto; height: 58px; }
.sl-offcanvas__body { padding: 1rem 1.2rem 1.5rem; }
.sl-mobile-contacts {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--sl-border);
}
.sl-mobile-contacts a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.82rem 0.9rem;
  border-radius: 12px;
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

/* 4. Banner */
.team-hero {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: flex-end;
  overflow: hidden;
  background: url("../images/banner-9.jpg") center 42% / cover no-repeat;
  color: #fff;
}
.team-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 20, 37, 0.9) 0%, rgba(63, 39, 72, 0.67) 48%, rgba(33, 23, 39, 0.18) 100%),
    linear-gradient(180deg, rgba(31, 20, 37, 0.08), rgba(31, 20, 37, 0.54));
}
.team-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.team-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 1.2rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}
.team-breadcrumb .breadcrumb-item,
.team-breadcrumb .breadcrumb-item a { color: rgba(255, 255, 255, 0.78); font-size: 0.73rem; font-weight: 700; }
.team-breadcrumb .breadcrumb-item.active { color: #fff; }
.team-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.5); }
.team-hero__eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--sl-primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.team-hero__eyebrow { margin-bottom: 0.85rem; color: rgba(255, 255, 255, 0.72); }
.team-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 7.5vw, 7.2rem);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.team-hero h1 em { color: #e7d9eb; font-weight: 500; }
.team-hero p { max-width: 680px; margin: 1.2rem 0 1.6rem; color: rgba(255, 255, 255, 0.82); font-size: 1.03rem; }
.team-hero__cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.team-hero__cta:hover { background: #fff; color: var(--sl-primary-dark); }

/* 5. Introduzione */
.team-intro { padding: 4.5rem 0 2.5rem; }
.team-intro__card,
.team-intro__summary {
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-lg);
  box-shadow: var(--sl-shadow-sm);
}
.team-intro__card {
  padding: clamp(1.7rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 90% 18%, rgba(145, 100, 159, 0.12), transparent 28%),
    #fff;
}
.team-intro__card h2 { max-width: 850px; margin: 0.4rem 0 1rem; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.team-intro__card > p { max-width: 900px; margin: 0; color: var(--sl-muted); }
.team-intro__areas { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.5rem; }
.team-intro__areas span {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
  font-size: 0.77rem;
  font-weight: 700;
}
.team-intro__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.13), transparent 28%),
    linear-gradient(145deg, var(--sl-primary-deep), var(--sl-primary));
  color: #fff;
}
.team-intro__number { color: #fff; font-family: "Cormorant Garamond", serif; font-size: clamp(4.8rem, 9vw, 7.2rem); font-weight: 600; line-height: 0.9; }
.team-intro__summary strong { margin-top: 0.65rem; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.team-intro__summary p { margin: 1rem 0; color: rgba(255, 255, 255, 0.76); font-size: 0.9rem; }
.team-intro__summary a { display: inline-flex; align-items: center; gap: 0.45rem; color: #fff; font-size: 0.82rem; font-weight: 700; }

/* 6. Elenco equipe */
.team-directory { padding: 2.5rem 0 5rem; }
.team-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.team-heading h2 { max-width: 800px; margin: 0.35rem 0 0; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.team-heading > p { max-width: 450px; margin: 0; color: var(--sl-muted); font-size: 0.93rem; }
.team-toolbar {
  position: sticky;
  top: 110px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.9rem;
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--sl-shadow-sm);
  backdrop-filter: blur(14px);
}
.team-search {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 0.65rem;
  padding: 0 1rem;
  border: 1px solid var(--sl-border);
  border-radius: 14px;
  background: #fbf9fc;
  color: var(--sl-primary-dark);
}
.team-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--sl-ink); }
.team-filters { display: flex; align-items: center; justify-content: flex-end; gap: 0.45rem; overflow-x: auto; scrollbar-width: none; }
.team-filters::-webkit-scrollbar { display: none; }
.team-filters button {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.78rem;
  border: 1px solid var(--sl-border);
  border-radius: 999px;
  background: #fff;
  color: var(--sl-text);
  font-size: 0.76rem;
  font-weight: 700;
}
.team-filters button span {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
  font-size: 0.66rem;
}
.team-filters button.active { border-color: var(--sl-primary-dark); background: var(--sl-primary-dark); color: #fff; }
.team-filters button.active span { background: rgba(255,255,255,0.16); color: #fff; }
.team-result-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--sl-muted);
  font-size: 0.76rem;
  font-weight: 700;
}
.team-result-line strong {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
}
.team-profile-wrap[hidden] { display: none !important; }
.team-profile {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  background: #fff;
  box-shadow: var(--sl-shadow-sm);
  transition: transform var(--sl-transition), box-shadow var(--sl-transition), border-color var(--sl-transition);
}
.team-profile:hover {
  transform: translateY(-7px);
  border-color: rgba(145, 100, 159, 0.3);
  box-shadow: var(--sl-shadow-lg);
}
.team-profile__media {
  position: relative;
  aspect-ratio: 4 / 4.65;
  overflow: hidden;
  background: linear-gradient(160deg, #f2e9f5, #e8dcec);
}
.team-profile__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(37, 24, 43, 0.22));
}
.team-profile__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 420ms ease;
}
.team-profile:hover .team-profile__media img { transform: scale(1.035); }
.team-profile__index {
  position: absolute;
  z-index: 2;
  right: 0.9rem;
  bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.team-profile__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem 1.35rem;
  text-align: center;
}
.team-profile__area {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--sl-primary-soft);
  color: var(--sl-primary-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.team-profile h3 { margin: 0; color: var(--sl-primary-dark); font-size: clamp(1.45rem, 2vw, 1.8rem); }
.team-profile p { margin: 0.55rem 0 0; color: var(--sl-muted); font-size: 0.86rem; font-weight: 600; line-height: 1.5; }
.team-no-results {
  padding: 3rem 1.5rem;
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  background: #fff;
  text-align: center;
  box-shadow: var(--sl-shadow-sm);
}
.team-no-results i { color: var(--sl-primary); font-size: 2rem; }
.team-no-results h3 { margin: 0.8rem 0 0.4rem; font-size: 2rem; }
.team-no-results p { margin: 0; color: var(--sl-muted); }

/* 7. CTA finale */
.team-final-cta { padding: 0 0 5rem; }
.team-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  border-radius: var(--sl-radius-lg);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, var(--sl-primary-deep), var(--sl-primary));
  box-shadow: var(--sl-shadow-lg);
  color: #fff;
}
.team-final-cta__inner > div:first-child > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.team-final-cta h2 { margin: 0.25rem 0 0.55rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.team-final-cta p { max-width: 660px; margin: 0; color: rgba(255, 255, 255, 0.8); }
.team-final-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 0.65rem; }
.team-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}
.team-btn--light { border: 0; background: #fff; color: var(--sl-primary-dark); }
.team-btn--light:hover { color: var(--sl-primary-dark); }
.team-btn--outline { border: 1px solid rgba(255, 255, 255, 0.35); color: #fff; }
.team-btn--outline:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }

/* 8. Footer */
.footer-clinica { background: #fff; color: var(--sl-text); }
.riga_footer { padding: 1rem 0; background: var(--sl-primary-deep); }
.footer-logo { width: auto; max-height: 84px; }
.footer-doc-btn {
  display: flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}
.footer-doc-btn:hover { border-color: #fff; background: #fff; color: var(--sl-primary-deep); }
.footer-main { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.footer-card {
  overflow: hidden;
  border: 1px solid var(--sl-border);
  border-radius: var(--sl-radius-md);
  background: #fff;
  box-shadow: var(--sl-shadow-sm);
}
.footer-contact-card { padding: 1.6rem; }
.footer-heading { margin: 0 0 1.3rem; color: var(--sl-primary-dark); font-size: 2rem; }
.footer-info-item { padding: 0.9rem 0; border-top: 1px solid var(--sl-border); }
.footer-info-item:first-of-type { border-top: 0; }
.footer-info-item h4 {
  margin: 0 0 0.4rem;
  color: var(--sl-ink);
  font-family: "Manrope", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-info-item p, .footer-info-item a { margin: 0; color: var(--sl-text); font-size: 0.86rem; }
.footer-info-item a { display: block; margin-top: 0.25rem; }
.footer-info-item i { margin-right: 0.35rem; color: var(--sl-primary-dark); }
.footer-actions { margin: 0.5rem 0 0.9rem; }
.btn-footer-action {
  display: flex;
  min-height: 46px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 12px;
  background: var(--sl-primary-dark);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}
.btn-footer-action:hover { background: var(--sl-primary-deep); color: #fff; }
.footer-map-wrap { min-height: 520px; height: 100%; }
.footer-map-wrap iframe { display: block; width: 100%; min-height: 520px; height: 100%; border: 0; }
#bottom-footer { padding: 1.1rem 0; background: #35263e; color: rgba(255, 255, 255, 0.78); }
.copyright { display: block; font-size: 0.72rem; line-height: 1.7; }
.copyright a { color: #fff; }

/* 9. Responsive */
@media (min-width: 1200px) {
  .sl-nav .dropdown:hover > .dropdown-menu { display: block; }
}

@media (max-width: 1199.98px) {
  .sl-navbar { min-height: 80px; padding: 0.45rem 0; }
  .sl-brand img { height: 62px; }
  .sl-offcanvas { background: #fff; }
  .sl-offcanvas__body { overflow-y: auto; }
  .sl-nav { display: block; width: 100%; }
  .sl-nav .nav-item { width: 100%; border-bottom: 1px solid var(--sl-border); }
  .sl-nav .nav-link {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 0.85rem 0.2rem !important;
    font-size: 0.9rem;
    white-space: normal;
  }
  .sl-nav .nav-link.active::before { display: none; }
  .sl-dropdown, .sl-dropdown--wide {
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 0 0 0.75rem;
    padding: 0.45rem;
    border: 0;
    background: var(--sl-primary-soft);
    box-shadow: none;
    transform: none !important;
  }
  .sl-nav__contact { margin: 1rem 0 0; border-bottom: 0 !important; }
  .sl-contact-btn { display: flex; width: 100%; }
  .team-toolbar { top: 88px; grid-template-columns: 1fr; }
  .team-filters { justify-content: flex-start; }
}

@media (max-width: 991.98px) {
  .team-hero { min-height: 540px; background-position: 58% center; }
  .team-hero__content { padding-top: 5rem; padding-bottom: 4rem; }
  .team-heading { align-items: flex-start; flex-direction: column; gap: 0.7rem; }
  .team-final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  body { font-size: 15px; }
  .team-hero { min-height: 500px; }
  .team-hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .team-intro { padding-top: 2.5rem; }
  .team-toolbar { position: static; padding: 0.75rem; }
  .team-filters { margin-right: -0.75rem; padding-right: 0.75rem; }
  .team-final-cta__actions, .team-btn { width: 100%; }
  .footer-map-wrap, .footer-map-wrap iframe { min-height: 380px; }
}

@media (max-width: 575.98px) {
  .sl-brand img { height: 56px; }
  .sl-menu-toggle { width: 44px; height: 44px; }
  .team-hero { min-height: 470px; }
  .team-hero__content { padding-top: 4rem; padding-bottom: 3.4rem; }
  .team-hero p { font-size: 0.94rem; }
  .team-intro__card, .team-intro__summary, .team-final-cta__inner { border-radius: 22px; }
  .team-profile { border-radius: 18px; }
  .footer-contact-card { padding: 1.2rem; }
}

/* 10. Accessibilità */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
