[style*='--navbar-bg']::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: #d9d9d9;
  pointer-events: none;
}

.home-transparent-header:not(.is-scrolled) [style*='--navbar-bg']::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.home-transparent-header.is-scrolled [data-overlapping-navbar] {
  background: transparent !important;
}

body.menu-open [style*='--navbar-bg']::after,
[style*='--navbar-bg']:has(#local-desktop-mega-menu.visible)::after,
.home-transparent-header.is-scrolled [style*='--navbar-bg']::after {
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d9d9d9;
  box-shadow: none;
}

#mobile-menu-navigation {
  border-top: none !important;
}

#local-desktop-mega-menu {
  border-top: none !important;
}

#local-desktop-mega-menu .mdy-mega-shell {
  position: relative;
}

#local-desktop-mega-menu .mdy-mega-shell::before {
  content: '';
  position: absolute;
  top: -0.75rem;
  left: 0;
  right: 0;
  height: 0.75rem;
}

#local-desktop-mega-menu:not(.visible) {
  display: none !important;
}

#mobile-menu-toggle-button.is-open::before {
  transform: translateY(0) rotate(45deg);
}

#mobile-menu-toggle-button.is-open::after {
  transform: translateY(0) rotate(-45deg);
}

body.menu-open,
body.cart-open,
body.drawer-open,
body.search-open {
  overflow: hidden;
}

#mobile-menu-navigation.pointer-events-auto {
  z-index: 10001 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.cart-open .z-cart {
  z-index: 10000;
}

.local-desktop-mega.visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .group:hover > #local-desktop-mega-menu.visible {
    pointer-events: auto;
  }
}

.mdy-about-mega {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.mdy-about-mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 11rem;
  display: grid;
  gap: 0.75rem;
}

.mdy-about-mega-link {
  display: block;
  font-size: 0.875rem;
  color: #181818;
  text-decoration: none;
}

.mdy-about-mega-link:hover {
  text-decoration: underline;
}

.mdy-about-mega-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 17rem));
  gap: 1rem;
  flex: 1;
}

.mdy-about-mega-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mdy-about-mega-card-media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #f0f0f0;
}

.mdy-about-mega-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdy-about-mega-card-label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.35;
}

.mdy-about-mega-card:hover .mdy-about-mega-card-label {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .mdy-about-mega-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

html,
body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#root {
  width: 100%;
  max-width: none;
  min-width: 0;
}

button[hidden] {
  display: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.local-drag-scroll {
  cursor: grab;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.local-drag-scroll-active,
.local-gallery-dragging {
  cursor: grabbing !important;
  user-select: none;
}

.local-drag-scroll-active *,
.local-drag-scroll-active a {
  cursor: grabbing !important;
}

.swiper-pdp-gallery:not(.swiper-fade) {
  cursor: grab;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100%;
}

.swiper-pdp-gallery:not(.swiper-fade):not(.local-gallery-dragging) .swiper-wrapper {
  width: 100% !important;
  transform: none !important;
}

.swiper-pdp-gallery.local-gallery-dragging .swiper-wrapper {
  transition: none !important;
}

.swiper-pdp-gallery:not(.swiper-fade) .swiper-slide {
  width: 100% !important;
  max-width: 100%;
}

.swiper-pdp-gallery:not(.swiper-fade) .swiper-slide.is-gallery-hidden {
  display: none;
}

.swiper-pdp-gallery:not(.swiper-fade) .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-user-drag: none;
  user-select: none;
}

.local-drag-scroll img,
.local-drag-scroll a {
  -webkit-user-drag: none;
}

.swiper-pdp-gallery:not(.swiper-fade) .swiper-zoom-container,
.swiper-pdp-gallery:not(.swiper-fade) .swiper-zoom-target {
  width: 100%;
}

/* Product gallery caption ribbon under each image (max 2 lines). */
.group.sticky > .min-h-16.items-center.bg-grayscale-200,
.group.sticky > .flex.min-h-16.items-center.bg-grayscale-200 {
  width: 100% !important;
  max-width: 100%;
}

.group.sticky > .min-h-16.items-center.bg-grayscale-200 > p.flex,
.group.sticky > .flex.min-h-16.items-center.bg-grayscale-200 > p.flex {
  display: flex !important;
  align-items: flex-start;
  height: auto !important;
  min-height: 0;
}

.group.sticky > .min-h-16.items-center.bg-grayscale-200 > p > span,
.group.sticky > .flex.min-h-16.items-center.bg-grayscale-200 > p > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  line-height: 1.375rem;
  max-height: calc(1.375rem * 2);
  width: 100%;
}

body.drawer-open .z-drawer.is-open {
  z-index: 10020;
  pointer-events: auto;
}

body.drawer-open .z-drawer-overlay.is-open {
  z-index: 10010;
  pointer-events: auto;
}

/* Product drawers: overlay was 600ms while panel slid in later. */
#drawers-root .z-drawer-overlay {
  transition-duration: 250ms !important;
}

#drawers-root .z-drawer {
  transition-property: transform, opacity, visibility;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.5, 0.5, 0, 1);
}

#drawers-root .z-drawer.transition-drawer-open,
#drawers-root .z-drawer.is-open {
  transition-duration: 250ms;
}

/* Desktop: sticky sidebar + visible inline bar (exported HTML hides it). */
@media (min-width: 768px) {
  .mb-16.md\:flex > .mt-4.w-full.min-w-0 {
    align-self: flex-start;
  }

  .sticky.top-13.z-pdp-product-button {
    position: sticky;
    top: 3.25rem;
  }

  .sticky.top-13.z-pdp-product-button .flex.gap-2.py-4 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

/* Mobile: fixed bottom bar stays pinned and slides in like Tekla. */
@media (max-width: 767px) {
  .fixed.left-0.z-pdp-product-button,
  .mdy-pdp-fixed-bar {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto !important;
    width: 100%;
    z-index: 4030;
    transform: translateY(100%);
    transition: transform 0.25s cubic-bezier(0.5, 0.5, 0, 1);
  }

  .fixed.left-0.z-pdp-product-button.translate-y-0,
  .mdy-pdp-fixed-bar[data-visible='true'] {
    transform: translateY(0);
  }

  .fixed.left-0.z-pdp-product-button.translate-y-full,
  .mdy-pdp-fixed-bar[data-visible='false'] {
    transform: translateY(100%);
    pointer-events: none;
  }

  .mdy-pdp-fixed-bar .add-to-cart-button.bg-grayscale-600 {
    background-color: #4d4d4d;
  }
}

@media (min-width: 768px) {
  .fixed.left-0.z-pdp-product-button {
    display: none !important;
  }
}

/* Storefront HTML wrapper (Next.js) — full width, no extra inset. */
body > .storefront-html-root,
body > div:first-child {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#local-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 1rem 1rem;
  background: rgba(246, 246, 246, 0.65);
  backdrop-filter: blur(12.5px);
}

#local-search-overlay[hidden] {
  display: none;
}

#local-search-panel {
  width: min(100%, 42rem);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#local-search-form {
  display: flex;
  gap: 0.5rem;
}

#local-search-form input {
  flex: 1;
  height: 3.5rem;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
  font-size: 0.875rem;
}

#local-search-form button,
#local-search-close {
  border: 0;
  background: #181818;
  color: #fff;
  height: 3.5rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}

#local-search-close {
  margin-top: 0.75rem;
  width: 100%;
  background: transparent;
  color: #181818;
  border: 1px solid #d9d9d9;
}

#local-search-results {
  margin-top: 1rem;
  max-height: min(50vh, 24rem);
  overflow-y: auto;
}

#local-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#local-search-results a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ececec;
  color: #181818;
  text-decoration: none;
  font-size: 0.875rem;
}

#local-search-results a:hover {
  text-decoration: underline;
}

.local-search-empty {
  margin: 0.75rem 0 0;
  color: #666;
  font-size: 0.875rem;
}

#local-search-page {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

#local-search-page h1 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

#local-search-page-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

#local-search-page-form input {
  flex: 1;
  height: 3.5rem;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
  font-size: 0.875rem;
}

#local-search-page-form button {
  border: 0;
  background: #181818;
  color: #fff;
  height: 3.5rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}

#local-search-page-results a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
  color: #181818;
  text-decoration: none;
  font-size: 0.875rem;
}

#local-search-page-results a:hover {
  text-decoration: underline;
}

.local-newsletter-form {
  width: 100%;
}

.local-newsletter-field {
  position: relative;
}

.local-newsletter-input {
  display: block;
}

.local-newsletter-submit {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#local-subscribe-page {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

#local-subscribe-page h1 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

#local-subscribe-page-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

#local-subscribe-page-form input {
  flex: 1;
  height: 3.5rem;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
  font-size: 0.875rem;
}

#local-subscribe-page-form button {
  border: 0;
  background: #181818;
  color: #fff;
  height: 3.5rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.local-subscribe-actions a {
  color: #181818;
  text-decoration: underline;
}

.swiper-pdp-gallery.swiper-fade {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100%;
  position: relative;
}

.swiper-pdp-gallery.swiper-fade .swiper-wrapper {
  width: 100% !important;
  position: relative;
}

.swiper-pdp-gallery.swiper-fade .swiper-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.local-quality-desktop.hidden {
  display: none;
}

@media (min-width: 768px) {
  .local-quality-desktop.hidden {
    display: flex !important;
  }
}

#local-toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  z-index: 10060;
  max-width: min(92vw, 24rem);
  transform: translate(-50%, 120%);
  background: #181818;
  color: #fff;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#local-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.mdy-cart-badge {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #181818;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1.1rem;
  text-align: center;
}

button[aria-label="Cart"] {
  position: relative;
}

#mdy-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 10070;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#mdy-checkout-modal.is-open {
  display: flex;
}

.mdy-checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.mdy-checkout-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  padding: 1.5rem;
}

.mdy-checkout-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.mdy-checkout-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.mdy-checkout-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.875rem;
}

.mdy-checkout-form input {
  height: 2.75rem;
  border: 1px solid #d9d9d9;
  padding: 0 0.75rem;
}

.mdy-checkout-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.mdy-checkout-actions button {
  height: 2.75rem;
  border: 1px solid #181818;
  background: #181818;
  color: #fff;
  cursor: pointer;
}

.mdy-checkout-actions button:last-child {
  background: #fff;
  color: #181818;
}

/* accessiBe-style accessibility widget (1:1 with teklafabrics.com) */
#mdy-accessibility-widget {
  --mdy-acsb-lead-color: #8a8a8a;
  position: relative;
  z-index: 2147483647;
  font-family: Arial, Helvetica, sans-serif;
}

.mdy-acsb-trigger,
#mdy-accessibility-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2147483647;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #146ff8;
  color: #fff;
  cursor: pointer;
}

.mdy-acsb-trigger svg,
#mdy-accessibility-button svg {
  width: 18px;
  height: 18px;
}

body:has(#ot-sdk-btn-floating.ot-floating-button) .mdy-acsb-trigger,
body:has(#ot-sdk-btn-floating.ot-floating-button) #mdy-accessibility-button,
body:has(.ot-floating-button) .mdy-acsb-trigger,
body:has(.ot-floating-button) #mdy-accessibility-button {
  bottom: 5rem;
}

html.mdy-acsb-interface-hidden .mdy-acsb-trigger,
html.mdy-acsb-interface-hidden #mdy-accessibility-button {
  display: none !important;
}

.mdy-acsb-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  pointer-events: none;
}

.mdy-acsb-shell.is-open {
  display: block;
  pointer-events: auto;
}

html.mdy-acsb-open {
  overflow: hidden;
}

html.mdy-acsb-open .mdy-acsb-trigger,
html.mdy-acsb-open #mdy-accessibility-button {
  visibility: hidden;
  pointer-events: none;
}

.mdy-acsb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.35);
}

.mdy-acsb-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(550px, calc(100vw - 30px));
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  background: #f2f3f8;
  color: #1f2533;
  border-radius: 20px;
  overflow: hidden;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
}

.mdy-acsb-main {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-color: silver transparent;
  scrollbar-width: thin;
}

.mdy-acsb-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-color: var(--mdy-acsb-lead-color);
  z-index: 0;
}

.mdy-acsb-main > * {
  position: relative;
  z-index: 1;
}

.mdy-acsb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 15px;
  padding: 0 12px;
}

.mdy-acsb-close {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease;
}

.mdy-acsb-close:hover,
.mdy-acsb-close:focus-visible {
  transform: scale(1.15);
}

.mdy-acsb-close .mdy-acsb-icon {
  width: 12px;
  height: 12px;
}

.mdy-acsb-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mdy-acsb-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 50px;
  padding: 5px 10px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
}

.mdy-acsb-lang:hover,
.mdy-acsb-lang:focus-visible {
  background: rgba(0, 0, 0, 0.2);
}

.mdy-acsb-flag {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.mdy-acsb-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mdy-acsb-hero {
  text-align: center;
  padding: 0 15px;
}

.mdy-acsb-title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.mdy-acsb-hero-actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

.mdy-acsb-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 30%;
  padding: 9px 3px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  color: var(--mdy-acsb-lead-color);
  font-size: 15px;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.mdy-acsb-hero-btn:hover,
.mdy-acsb-hero-btn:focus-visible {
  transform: scale(1.07);
}

.mdy-acsb-hero-btn .mdy-acsb-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: var(--mdy-acsb-lead-color);
}

.mdy-acsb-search {
  width: calc(100% - 30px);
  margin: 30px auto 0;
}

.mdy-acsb-search-form {
  position: relative;
  display: inline-flex;
  width: 100%;
}

.mdy-acsb-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  color: #fff;
  pointer-events: none;
}

.mdy-acsb-search-icon--prepend {
  left: 20px;
}

.mdy-acsb-search-input {
  width: 100%;
  height: 41px;
  margin: 0;
  border: 0;
  border-radius: 50px;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  outline: 0;
  transition: 0.15s ease;
}

.mdy-acsb-search-input::placeholder {
  color: inherit;
}

.mdy-acsb-search-input:focus {
  background: #fff;
  color: #1f2533;
}

.mdy-acsb-search-form:focus-within .mdy-acsb-search-icon {
  color: #1f2533;
  opacity: 0.7;
}

.mdy-acsb-main-options {
  margin-top: 30px;
  padding: 0 15px 15px;
}

.mdy-acsb-action-section {
  overflow: hidden;
  padding: 15px;
  margin: 0 auto 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(60, 80, 170, 0.1);
}

.mdy-acsb-action-section__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.mdy-acsb-action-section__icon .mdy-acsb-icon {
  width: 20px;
  height: 20px;
  color: var(--mdy-acsb-lead-color);
}

.mdy-acsb-action-section__title {
  font-size: 18px;
  line-height: 1.25;
}

.mdy-acsb-action-section__content {
  display: block;
}

.mdy-acsb-action-section__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  color: var(--mdy-acsb-lead-color);
  font-size: x-small;
  font-weight: 500;
}

.mdy-acsb-action-section__badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: var(--mdy-acsb-lead-color);
  opacity: 0.15;
}

.mdy-acsb-chat-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  padding: 12px 16px 12px 12px;
  border: 1px solid #cbd2e1;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.mdy-acsb-chat-action__content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mdy-acsb-chat-action__content .mdy-acsb-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  color: var(--mdy-acsb-lead-color);
}

.mdy-acsb-chat-action-label {
  display: grid;
  gap: 2px;
}

.mdy-acsb-chat-action-label strong {
  font-size: 16px;
  font-weight: 600;
  color: #1f2533;
}

.mdy-acsb-chat-action-label span {
  font-size: 14px;
  color: #3e465d;
}

.mdy-acsb-chat-action-cta {
  color: var(--mdy-acsb-lead-color);
  font-size: 14px;
  white-space: nowrap;
}

.mdy-acsb-section-header {
  margin: 0 0 15px;
  font-size: 16px;
  color: #1f2533;
}

.mdy-acsb-profiles-section .mdy-acsb-section-header {
  padding: 0 2px;
}

.mdy-acsb-font-sizing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 15px;
  padding: 0 2px;
}

.mdy-acsb-font-sizing__label {
  font-size: 14px;
  color: #3e465d;
}

.mdy-acsb-font-sizing__buttons {
  display: flex;
  gap: 8px;
}

.mdy-acsb-font-size {
  min-width: 54px;
  height: 35px;
  border: 0;
  border-radius: 50px;
  background: #f2f7fa;
  color: #1f2533;
  font-size: 13px;
  cursor: pointer;
  transition: 0.15s ease;
}

.mdy-acsb-font-size:hover,
.mdy-acsb-font-size:focus-visible {
  transform: scale(1.04);
}

.mdy-acsb-font-size.mdy-acsb-font-size--active {
  background: var(--mdy-acsb-lead-color);
  color: #fff;
}

.mdy-acsb-action-section .mdy-acsb-action-group {
  margin-top: 0;
}

.mdy-acsb-profiles .mdy-acsb-profile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 -7px;
  padding: 18px 7px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: 0.15s ease;
}

.mdy-acsb-profiles .mdy-acsb-profile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 97%;
  border-bottom: 1px solid #ebecf2;
}

.mdy-acsb-profiles .mdy-acsb-profile:last-child::after {
  display: none;
}

.mdy-acsb-profiles .mdy-acsb-profile.profile--active {
  margin-top: -2.5px;
  background: #f2f7fa;
}

.mdy-acsb-profile-toggle {
  display: block;
  min-width: 23%;
  direction: ltr;
}

.mdy-acsb-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 35px;
  border-radius: 50px;
  background: #f2f7fa;
}

.mdy-acsb-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2%;
  width: 55%;
  height: 105%;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 30px rgba(60, 80, 170, 0.2);
  transform: translateY(-50%);
  transition: left 0.3s ease;
  z-index: 0;
}

.mdy-acsb-toggle.toggle--active::after {
  left: 48%;
  background: var(--mdy-acsb-lead-color);
}

.mdy-acsb-toggle__option {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  font-size: 11px;
  font-weight: 700;
  color: #1f2533;
}

.mdy-acsb-toggle.toggle--active .mdy-acsb-toggle__option--on {
  color: #fff;
}

.mdy-acsb-profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 75%;
  padding: 0 50px 0 7%;
}

.mdy-acsb-profile-content__name {
  font-size: 16px;
  line-height: 1.2;
  color: #1f2533;
}

.mdy-acsb-profile-content__text {
  margin-top: 8px;
  font-size: 14px;
  color: #3e465d;
  opacity: 0.9;
}

.mdy-acsb-profile-content__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f2f7fa;
  transition: 0.15s ease;
}

.mdy-acsb-profile.profile--active .mdy-acsb-profile-content__icon {
  background: #fff;
}

.mdy-acsb-profile-content__icon .mdy-acsb-icon {
  width: 18px;
  height: 18px;
}

.mdy-acsb-profile-description {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #3e465d;
  transition: 0.3s ease;
}

.mdy-acsb-profile-description strong {
  font-weight: 700;
}

.mdy-acsb-profile.profile--active .mdy-acsb-profile-description {
  max-height: 240px;
  padding-top: 15px;
}

.mdy-acsb-action-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  text-align: center;
}

.mdy-acsb-action-group > .mdy-acsb-action-box--span-2 {
  grid-column: span 2;
}

.mdy-acsb-action-box--range,
.mdy-acsb-action-box--color,
.mdy-acsb-action-box--useful {
  cursor: default;
}

.mdy-acsb-action-box--range:hover,
.mdy-acsb-action-box--range:focus-visible,
.mdy-acsb-action-box--color:hover,
.mdy-acsb-action-box--color:focus-visible {
  border-color: transparent;
}

.mdy-acsb-action__content {
  display: block;
  width: 100%;
  text-align: center;
}

.mdy-acsb-content__icon {
  display: block;
  margin: 0 auto 12px;
  color: inherit;
}

.mdy-acsb-content__icon .mdy-acsb-icon {
  width: 21px;
  height: 21px;
}

.mdy-acsb-content__title {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.mdy-acsb-action__custom-element {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.mdy-acsb-range {
  position: relative;
  display: block;
  width: 200px;
  height: 35px;
  margin: 0 auto;
}

.mdy-acsb-range__plus-button,
.mdy-acsb-range__minus-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 0;
  background: transparent;
  color: var(--mdy-acsb-lead-color);
  cursor: pointer;
}

.mdy-acsb-range__plus-button {
  right: -40px;
}

.mdy-acsb-range__minus-button {
  left: -40px;
}

.mdy-acsb-range__plus-button .mdy-acsb-icon,
.mdy-acsb-range__minus-button .mdy-acsb-icon {
  width: 14px;
  height: 14px;
}

.mdy-acsb-range__base {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #1f2533;
  text-align: center;
}

.mdy-acsb-color-picker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.mdy-acsb-color-picker__selection {
  width: 28px;
  height: 28px;
  border: 2px solid #cbd2e1;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.mdy-acsb-color-picker__selection--active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--mdy-acsb-lead-color);
}

.mdy-acsb-base-select {
  width: 100%;
  height: 35px;
  border: 1px solid #cbd2e1;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #1f2533;
  font-size: 14px;
}

.mdy-acsb-action-box--useful.action-box--active {
  background: var(--mdy-acsb-lead-color);
  color: #fff;
}

.mdy-acsb-action-box--useful.action-box--active .mdy-acsb-content__icon,
.mdy-acsb-action-box--useful.action-box--active .mdy-acsb-content__title {
  color: #fff;
}

.mdy-acsb-action-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 120px;
  margin-bottom: 15px;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #f2f7fa;
  color: #1f2533;
  cursor: pointer;
  outline: 0;
  transition: 0.15s ease;
}

.mdy-acsb-action-box:hover,
.mdy-acsb-action-box:focus-visible {
  border-color: var(--mdy-acsb-lead-color);
}

.mdy-acsb-action-box.action-box--active {
  background: var(--mdy-acsb-lead-color);
  color: #fff;
}

.mdy-acsb-action-box.action-box--active .mdy-acsb-content__icon,
.mdy-acsb-action-box.action-box--active .mdy-acsb-content__title {
  color: #fff;
}

.mdy-acsb-filter-hidden {
  display: none !important;
}

.mdy-acsb-footer {
  flex-shrink: 0;
  padding: 8px 15px;
  background: var(--mdy-acsb-lead-color);
  box-shadow: 0 10px 30px rgba(60, 80, 170, 0.1);
  color: #fff;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.mdy-acsb-icon {
  display: inline-flex;
}

html.mdy-a11y-text-lg {
  font-size: 112.5%;
}

html.mdy-a11y-text-xl {
  font-size: 125%;
}

html.mdy-a11y-high-contrast body {
  filter: contrast(1.25) saturate(1.1);
}

html.mdy-a11y-dark-contrast body {
  filter: invert(1) hue-rotate(180deg);
}

html.mdy-a11y-dark-contrast body img,
html.mdy-a11y-dark-contrast body video {
  filter: invert(1) hue-rotate(180deg);
}

html.mdy-a11y-light-contrast body {
  background: #fff !important;
  color: #000 !important;
}

html.mdy-a11y-high-saturation body {
  filter: saturate(1.6);
}

html.mdy-a11y-low-saturation body {
  filter: saturate(0.35);
}

html.mdy-a11y-monochrome body {
  filter: grayscale(1);
}

html.mdy-a11y-hide-images img,
html.mdy-a11y-hide-images picture,
html.mdy-a11y-hide-images video {
  visibility: hidden !important;
}

html.mdy-a11y-highlight-links a {
  outline: 2px solid #146ff8 !important;
  outline-offset: 2px;
}

html.mdy-a11y-emphasize-titles h1,
html.mdy-a11y-emphasize-titles h2,
html.mdy-a11y-emphasize-titles h3,
html.mdy-a11y-emphasize-titles h4 {
  outline: 2px solid #0a2540;
  outline-offset: 3px;
}

html.mdy-a11y-emphasize-focus :focus-visible {
  outline: 3px solid #146ff8 !important;
  outline-offset: 3px;
}

html.mdy-a11y-align-center body {
  text-align: center;
}

html.mdy-a11y-align-left body {
  text-align: left;
}

html.mdy-a11y-align-right body {
  text-align: right;
}

html.mdy-a11y-readable-font body,
html.mdy-a11y-readable-font body * {
  font-family: Arial, Helvetica, sans-serif !important;
}

html.mdy-a11y-stop-animations *,
html.mdy-a11y-stop-animations *::before,
html.mdy-a11y-stop-animations *::after {
  animation: none !important;
  transition: none !important;
}

html.mdy-a11y-big-black-cursor,
html.mdy-a11y-big-black-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23000' d='M4 4 L4 24 L10 18 L14 28 L18 26 L14 16 L22 16 Z'/%3E%3C/svg%3E") 4 4, auto !important;
}

html.mdy-a11y-big-white-cursor,
html.mdy-a11y-big-white-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23fff' stroke='%23000' d='M4 4 L4 24 L10 18 L14 28 L18 26 L14 16 L22 16 Z'/%3E%3C/svg%3E") 4 4, auto !important;
}

/* Hide native Zendesk launcher when Alfret fallback is active (localhost / MDY) */
html.mdy-alfret-chat-active iframe#launcher,
html.mdy-alfret-chat-active iframe[title='Messaging window'],
html.mdy-alfret-chat-active iframe[src*='zendesk'],
html.mdy-alfret-chat-active iframe[src*='zdassets'],
html.mdy-alfret-chat-active #zendesk-launcher,
html.mdy-alfret-chat-active .zEWidget-launcher {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.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;
}

html.mdy-alfret-chat-active {
  --mdy-alfret-active: 1;
}

#alfret-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html.alfret-chat-open .mdy-a11y-trigger,
html.alfret-chat-open #mdy-accessibility-button {
  opacity: 0;
  pointer-events: none;
}

.alfret-chat-launcher {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: #1f1f1f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease;
}

.alfret-chat-launcher svg {
  width: 28px;
  height: 28px;
}

.alfret-chat-launcher:hover {
  transform: scale(1.03);
}

#alfret-chat.is-open .alfret-chat-launcher {
  display: none;
}

.alfret-chat-panel {
  display: none;
  width: min(380px, calc(100vw - 32px));
  height: min(700px, calc(100vh - 96px));
  background: #fff;
  color: #2f3941;
  border-radius: 16px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  flex-direction: column;
}

#alfret-chat.is-open .alfret-chat-panel {
  display: flex;
}

.alfret-chat-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  border-bottom: 0;
  background: #1f1f1f;
  color: #fff;
  position: relative;
  z-index: 2;
}

.alfret-chat-back,
.alfret-chat-menu {
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.alfret-chat-back:hover,
.alfret-chat-menu:hover {
  background: rgba(255, 255, 255, 0.08);
}

.alfret-chat-menu-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.alfret-chat-menu-panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 180px;
  padding: 0.35rem 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 5;
}

.alfret-chat-menu-panel[hidden] {
  display: none !important;
}

.alfret-chat-menu-panel button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #2f3941;
  text-align: left;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.alfret-chat-menu-panel button:hover {
  background: #f4f4f4;
}

.alfret-chat-back svg {
  width: 22px;
  height: 22px;
}

.alfret-chat-header-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.alfret-chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #1f1f1f;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}

.alfret-chat-started {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.82);
}

.alfret-chat-thread {
  flex: 1;
  overflow: auto;
  padding: 1rem 1rem 0.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.alfret-message-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.alfret-message-group--visitor {
  align-items: flex-end;
}

.alfret-message-stamp {
  width: 100%;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  color: #87929d;
}

.alfret-message-sender {
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #87929d;
}

.alfret-message-row {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  max-width: 100%;
}

.alfret-message-group--visitor .alfret-message-row {
  justify-content: flex-end;
}

.alfret-message-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #1f1f1f;
  border: 1px solid #d8dcde;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.alfret-message-bubble {
  max-width: calc(100% - 2.25rem);
  padding: 0.75rem 0.875rem;
  border-radius: 16px;
  font-size: 0.875rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.alfret-message-group--agent .alfret-message-bubble {
  background: #fff;
  color: #2f3941;
  border: 1px solid #d8dcde;
}

.alfret-message-group--visitor .alfret-message-bubble {
  background: #03363d;
  color: #fff;
}

.alfret-typing {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem 0.5rem;
  font-size: 0.75rem;
  color: #68737d;
  background: #fff;
}

.alfret-typing-dots {
  display: inline-flex;
  gap: 0.2rem;
}

.alfret-typing-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a9a9a;
  animation: alfret-typing-bounce 1.2s infinite ease-in-out;
}

.alfret-typing-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.alfret-typing-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes alfret-typing-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

.alfret-chat-composer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.5rem;
  border-top: 1px solid #e9ebed;
  background: #fff;
}

.alfret-chat-attach {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #68737d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 1;
}

.alfret-chat-attach svg {
  width: 18px;
  height: 18px;
}

.alfret-chat-form {
  flex: 1;
  min-width: 0;
}

.alfret-chat-input-wrap {
  display: block;
}

#alfret-chat-input {
  width: 100%;
  height: 42px;
  border: 1px solid #d8dcde;
  border-radius: 999px;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.35;
  outline: none;
  font-family: inherit;
  background: #fff;
}

#alfret-chat-input:focus {
  border-color: #03363d;
}

.alfret-chat-powered {
  margin: 0;
  padding: 0.35rem 1rem 0.75rem;
  text-align: center;
  font-size: 0.6875rem;
  color: #87929d;
  background: #fff;
}

.alfret-chat-powered span::after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 12px;
  margin-left: 0.35rem;
  vertical-align: -1px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cpath fill='%2303363d' d='M8.2 4.8h3.4l5.2 14.4h-3.5l-1-3H7.7l-1 3H3.2L8.2 4.8zm-.2 8.2h3.4L9.2 9.1h-.1l-1.1 3.9zm12.1-8.2h5.8c3.5 0 5.9 2.1 5.9 5.5 0 3.5-2.4 5.7-6 5.7h-5.7V4.8zm3.3 2.7v7.1h2.1c1.8 0 2.9-1 2.9-3.5 0-2.4-1.1-3.6-3-3.6h-2zm15.2-2.7h3.3v14.4h-3.3V4.8zm10.2 0h8.9v2.7h-5.6v2.5h5.1v2.6h-5.1v2.6h5.8v2.7h-9.1V4.8zm18.4 0h3.4l5.2 14.4h-3.5l-1-3h-4.2l-1 3h-3.5l5.2-14.4zm-.2 8.2h3.4l-1.1-3.9h-.1l-1.2 3.9zm14.8-8.2h5.8c3.5 0 5.9 2.1 5.9 5.5 0 3.5-2.4 5.7-6 5.7h-5.7V4.8zm3.3 2.7v7.1h2.1c1.8 0 2.9-1 2.9-3.5 0-2.4-1.1-3.6-3-3.6h-2z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  #alfret-chat {
    right: 16px;
    bottom: 16px;
  }

  html.alfret-chat-open {
    overflow: hidden;
  }

  #alfret-chat.is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
    max-height: 100dvh;
    display: block;
    background: #fff;
  }

  #alfret-chat.is-open .alfret-chat-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    box-shadow: none;
  }

  .alfret-chat-header {
    padding-top: max(0.75rem, env(safe-area-inset-top));
  }

  .alfret-chat-composer {
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
  }

  .alfret-chat-powered {
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
}

button[aria-controls][data-orientation='vertical'][data-state='open'] + div[role='region'][data-state='open'],
div[role='region'][data-orientation='vertical'][data-state='open']:not([hidden]) {
  display: block;
}

.mdy-lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mdy-lang-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  letter-spacing: 0.04em;
}

.mdy-lang-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 150px;
  padding: 0.35rem 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  z-index: 10010;
}

.mdy-lang-menu[hidden] {
  display: none !important;
}

.mdy-lang-menu button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.6rem 0.9rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.mdy-lang-menu button:hover,
.mdy-lang-menu button.mdy-lang-active {
  background: #f4f4f4;
}

div[role='region'][data-orientation='vertical'] p,
div[role='region'][data-orientation='vertical'] ul,
div[role='region'][data-orientation='vertical'] ol {
  margin-bottom: 0.75rem;
}

div[role='region'][data-orientation='vertical'] ul,
div[role='region'][data-orientation='vertical'] ol {
  padding-left: 1.25rem;
}

#mdy-help-center .mdy-help-center-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  #mdy-help-center .mdy-help-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#mdy-help-center .mdy-help-center-card {
  display: block;
  padding: 1.25rem 1.5rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}

#mdy-help-center .mdy-help-center-card:hover {
  border-color: #181818;
}

#mdy-help-center .mdy-help-center-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 500;
}

#mdy-help-center .mdy-help-center-card p {
  margin: 0;
  color: #666;
}

