/* Small compatibility/accessibility additions; preserve existing layouts. */
#hamburger { border: 0; background: transparent; padding: 0; }
:where(a,button,input,textarea,select,[tabindex]):focus-visible { outline: 3px solid #1267b1; outline-offset: 3px; }
.myModal2 .closeModalBtn2 { background: transparent; border: 0; cursor: pointer; }
.myModal2 .modal-content { max-height: 90dvh; overflow-y: auto; }
form [role="status"] { font-size: 1rem; line-height: 1.5; }
.mivo-cookie-preferences { margin: .5rem; cursor: pointer; }
#cookie-consent-banner { position: fixed; bottom: 0; left: 0; right: 0; padding: 1rem; background: #222; color: white; z-index: 10000; }
#cookie-consent-banner a { color: white; text-decoration: underline; }
#cookie-consent-banner button { margin: .3rem; padding: .5rem 1rem; }
@media(max-width: 767px) {
  main table { display: block; max-width: 100%; overflow-x: auto; }
  .myModal2 .modal-content { width: min(94vw, 600px); box-sizing: border-box; }
}

main img, main video { max-width: 100%; }

/* Selection notes: readable within the legacy landing-page layouts. */
section.mivo-intent, div.mivo-intent {
    box-sizing: border-box; width: 100%; grid-column: 1 / -1;
    margin: 0; padding: 28px 20px; background: #f2f6fa; color: #233342;
    text-align: left; text-shadow: none; overflow-wrap: anywhere;
}
.mivo-intent-inner {max-width: 1140px; margin: 0 auto;}
.mivo-intent h2 {font-size: 23px; line-height: 1.35; text-align: left; color: #233342; text-shadow: none; margin: 0 0 12px;}
.mivo-intent p {font-size: 16px; line-height: 1.7; text-indent: 0; margin: 10px 0; color: #233342; text-shadow: none;}
.mivo-intent a {color: #174ea6; text-decoration: underline;}
.mivo-intent a:focus-visible {outline: 2px solid #174ea6; outline-offset: 3px;}
.mivo-intent-lead {max-width: 70ch; line-height: 1.65; text-indent: 0;}

@media (max-width: 768px) {
    .main-content { min-width: 0; }
    .main-content .article table { max-width: 100%; table-layout: fixed; overflow-wrap: anywhere; }
    .breadcrumb, .breadcrumb_last, #breadcrumbs { overflow-wrap: anywhere; white-space: normal; }
}

@media (max-width: 768px) {
    .text-container .text { white-space: normal; min-width: 0; }
    .yjh-img .img-3 { right: 0; }
}

/* Homepage purchasing paths; scoped to the September 2026 homepage content. */
.mivo-home-content { color: #25384b; background: #fff; font-size: 17px; line-height: 1.65; }
.mivo-home-content *, .mivo-home-hero .mivo-home-actions * { box-sizing: border-box; }
.mivo-home-section { max-width: 1180px; margin: 0 auto; padding: 52px 24px; }
.mivo-home-content h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.2; margin: 0 0 20px; color: #123454; }
.mivo-home-content h3 { font-size: 21px; line-height: 1.35; margin: 0 0 12px; color: #123454; }
.mivo-home-content p { margin: 0 0 20px; }
.mivo-home-content a { color: #155b91; }
.mivo-home-content .mivo-home-eyebrow { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #48617a; }
.mivo-home-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.mivo-home-two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.mivo-home-card { display: block; padding: 24px; border: 1px solid #d7e1ea; border-radius: 8px; background: #fff; }
.mivo-home-products a { text-decoration: none; }
.mivo-home-products a:hover { border-color: #155b91; box-shadow: 0 5px 18px #12345415; }
.mivo-home-products img { display: block; width: 100%; height: 180px; object-fit: contain; margin: 0 auto 20px; }
.mivo-home-products p { color: #25384b; }
.mivo-home-products span { font-weight: 600; }
.mivo-home-tint { background: #f1f6fa; border-radius: 10px; }
.mivo-home-content .mivo-home-button, .mivo-home-hero .mivo-home-button { display: inline-block; background: #155b91; color: #fff; padding: 13px 20px; border: 0; border-radius: 5px; font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; }
.mivo-home-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mivo-home-number label { display: block; font-weight: 600; margin-bottom: 8px; }
.mivo-home-number > div { display: flex; gap: 8px; margin-bottom: 14px; }
.mivo-home-number input { min-width: 0; width: 100%; border: 1px solid #9aabbc; border-radius: 4px; padding: 12px; font: inherit; background: #fff; color: #25384b; }
.mivo-home-number button { flex-shrink: 0; border: 0; border-radius: 4px; padding: 12px 16px; background: #155b91; color: #fff; font: inherit; cursor: pointer; }
.mivo-home-steps { padding-left: 24px; margin-bottom: 24px; }
.mivo-home-steps li { margin-bottom: 12px; }
.mivo-home-content :focus-visible, .mivo-home-hero .mivo-home-button:focus-visible { outline: 3px solid #d18500; outline-offset: 4px; }
@media (max-width: 700px) {
 .mivo-home-grid, .mivo-home-two { grid-template-columns: 1fr; gap: 20px; }
 .mivo-home-section { padding: 36px 20px; }
 .mivo-home-products img { height: 160px; }
 .mivo-home-content { font-size: 16px; }
}

/* Reviewed content keeps selection information distinct from catalog records. */
.mivo-review { max-width: 1140px; margin: 0 auto; padding: 40px 24px; color: #25384b; background: #fff; font-size: 17px; line-height: 1.7; }
.mivo-review *, .mivo-part-enquiry * { box-sizing: border-box; }
.mivo-review h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.2; color: #123454; text-shadow: none; text-align: left; margin: 0 0 24px; }
.mivo-review h2 { font-size: 27px; line-height: 1.3; color: #123454; text-align: left; margin: 0 0 18px; }
.mivo-review h3 { font-size: 21px; line-height: 1.4; margin: 0 0 14px; }
.mivo-review p { margin: 0 0 20px; text-indent: 0; }
.mivo-review section { margin-top: 38px; }
.mivo-review a, .mivo-part-enquiry a { color: #155b91; }
.mivo-review-illustration { display: block; max-width: min(100%, 560px); max-height: 320px; object-fit: contain; margin: 24px auto; }
.mivo-review-records { display: grid; gap: 24px; }
.mivo-review-record { overflow-x: auto; padding: 20px; border: 1px solid #d7e1ea; border-radius: 8px; }
.mivo-review-record .product-item { width: auto; margin: 0; padding: 0; }
.mivo-review-record img { max-width: min(100%, 360px); height: auto; object-fit: contain; }
.mivo-review table { border-collapse: collapse; width: 100%; font-size: 15px; }
.mivo-review td, .mivo-review th { padding: 10px; border: 1px solid #d7e1ea; text-align: left; overflow-wrap: anywhere; }
.mivo-review-links { display: flex; flex-wrap: wrap; gap: 12px; }
.mivo-review-links a { padding: 10px 15px; border: 1px solid #cbd9e5; border-radius: 5px; text-decoration: none; background: #f1f6fa; }
.mivo-review-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px !important; }
.mivo-review-actions a { color: #fff; background: #155b91; padding: 12px 20px; border-radius: 5px; text-decoration: none; }
.mivo-review video { display: block; width: 100%; max-width: 700px; height: auto; margin: 20px auto; }
.mivo-review-source { font-size: 14px; }
.mivo-part-enquiry { max-width: 1140px; margin: 36px auto; padding: 24px; background: #f1f6fa; color: #25384b; line-height: 1.65; }
.mivo-part-enquiry h2 { font-size: 24px; margin: 0 0 16px; color: #123454; }
.mivo-part-enquiry p { margin: 0 0 16px; }
.mivo-review :focus-visible, .mivo-part-enquiry :focus-visible { outline: 3px solid #d18500; outline-offset: 3px; }
@media (max-width: 700px) {
 .mivo-review { padding: 28px 18px; font-size: 16px; }
 .mivo-review h2 { font-size: 24px; }
 .mivo-review-record { padding: 12px; }
 .mivo-review td, .mivo-review th { padding: 7px; }
 .mivo-part-enquiry { padding: 20px; }
}
.mivo-reviewed-contact { max-width: 680px; }
.mivo-reviewed-contact label { display: block; margin: 18px 0 6px; font-weight: 600; }
.mivo-reviewed-contact input:not([type="hidden"]), .mivo-reviewed-contact textarea { width: 100%; padding: 12px; border: 1px solid #9aabbc; border-radius: 4px; font: inherit; }
.mivo-reviewed-contact button { border: 0; border-radius: 4px; padding: 12px 20px; margin: 16px 12px 0 0; background: #155b91; color: #fff; font: inherit; cursor: pointer; }
.mivo-catalog-heading { padding: 28px 20px 12px; }
.mivo-catalog-heading h1 { font-size: clamp(26px, 4vw, 40px); line-height: 1.25; margin: 0; overflow-wrap: anywhere; }
