/*
 * Child theme main stylesheet
 * Page-specific or component-specific CSS should live here first.
 */

.mona-about-page {
  display: block;
}

/* Ajax Loading State */
.is-loading {
  opacity: 0.4;
  pointer-events: none;
  position: relative;
  transition: opacity 0.3s ease;
  min-height: 200px;
}

.is-loading::after {
  content: "";
  position: absolute;
  top: max(30%, 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #e3000f;
  border-radius: 50%;
  animation: mona-spin 0.8s linear infinite;
  z-index: 100;
}

@keyframes mona-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header-nav .menu > .menu-item > .menu-link {
  font-size: 20px;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item p {
  font-size: 20px;
}
.header-nav .menu > .menu-item.current_page_parent > .menu-link {
  font-weight: 700;
  color: #dc2626;
}
.security-item .security-content .text-18 {
  font-weight: 700;
}
.intro-item .intro-box_content .text-16 {
  font-size: 20px;
}
.page-template-template-about .text-20.cl-pri {
  font-size: 28px;
}
.commit-list .commit-item .commit-box .title-48 {
  font-size: 40px;
}
.nde .mona-content h2 {
  font-size: 32px;
}
.nde .mona-content h3 {
  font-size: 24px;
}
.nde .mona-content :is(h1, h2, h3, h4, h5, h6) {
  scroll-margin-top: 120px;
}
.prso .prso-img .img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
.prso .prso-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.prso .prso-content .title-24 {
  font-size: 18px;
}
.prso .prso-content .title-24 a,
.prso .prso-content .title-24 a:link,
.prso .prso-content .title-24 a:visited {
  color: #000 !important;
  transition: color 0.2s ease;
}
.prso .prso-content .title-24 a:hover,
.prso .prso-content .title-24 a:focus {
  color: #dc2626 !important;
}
#ez-toc-container a,
#ez-toc-container a:link,
#ez-toc-container a:visited,
#ez-toc-container a:hover,
#ez-toc-container a:focus,
#ez-toc-container a:active,
.ez-toc-list a,
.ez-toc-list a:link,
.ez-toc-list a:visited,
.ez-toc-list a:hover,
.ez-toc-list a:focus,
.ez-toc-list a:active {
  color: inherit !important;
  opacity: 1 !important;
}

.blocker {
  z-index: calc(var(--z-i-header) + 1) !important;
}
/* .product-content {
    position: unset !important;
} */

/* Gap mo ta ngan trang single product.
   Dung .p-product-detail (class body) de tang specificity,
   vi product-detail.css cua parent load SAU child-theme.css. */
.p-product-detail .prdt-info_desc ul {
  gap: 0.8rem;
}
