/* BING ADS COMPLIANCE - Advertorial Disclosure Enhancement */

/* Make "ADVERTISEMENT / ADVERTORIAL" label bold and prominent within inline text */
.a-disclosure__title__text strong {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Add bottom border and shadow to header container for visual separation */
.header__container.header__main {
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

/* Apply consistent spacing between header and content on legal pages */
.review-section {
  padding-top: 40px !important;
}

/* Tablet spacing for legal pages */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .review-section {
    padding-top: 30px !important;
  }
}

/* Mobile spacing for legal pages - no top padding to match hero behavior */
@media screen and (max-width: 767px) {
  .review-section {
    padding-top: 0 !important;
  }
}

/* Back to Home button hover effect */
.preview__content a[href="../index.html"]:hover {
  opacity: 0.8 !important;
  transform: translateX(-2px);
  transition: all 0.2s ease-in-out;
}

.preview__content a[href="../index.html"]:hover svg {
  transform: translateX(-2px);
  transition: transform 0.2s ease-in-out;
}

/* Footer Disclaimer - Improved Readability & Accessibility */
.footer__disclaimer-text {
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
  padding: 1rem 0.625rem 0.625rem !important;
  text-align: center !important;
  color: #fff !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* Mobile optimization for footer disclaimer */
@media screen and (max-width: 767px) {
  .footer__disclaimer-text {
    font-size: 0.625rem !important;
    line-height: 1.5 !important;
    padding: 0.5rem 0.625rem 0.625rem !important;
    text-align: left !important;
  }
}

/* Tablet optimization for footer disclaimer */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__disclaimer-text {
    font-size: 0.6875rem !important;
    line-height: 1.55 !important;
    padding: 0.75rem 0.9375rem 0.75rem !important;
  }
}
