/* IndoSurgicals Diagnostic FCP - Otoscopes R1 modern category layout */

.isp-subcategory-page .isp-product-image .isp-image-fallback--neutral {
    min-height: 160px;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}
.isp-subcategory-page .isp-product-image .isp-image-fallback--neutral::before {
    display: block;
    width: 42px;
    height: 32px;
    content: "";
    border: 2px solid rgba(23, 78, 90, 0.38);
    border-radius: 7px;
    opacity: 0.7;
}
.isp-subcategory-page .isp-product-card--otoscope {
    max-width: 430px;
}
.isp-subcategory-page .isp-product-card--otoscope .isp-product-image {
    min-height: 205px;
    height: 205px;
    padding: 10px 12px;
}
.isp-subcategory-page .isp-product-card--otoscope .isp-product-image img {
    width: auto !important;
    max-width: 100% !important;
    height: 182px !important;
    max-height: 182px !important;
    object-fit: contain;
}
.isp-subcategory-page .isp-product-card--otoscope .isp-product-category-label {
    color: #075d67;
    background: #edf8f7;
    border-color: #cee7e5;
}

.isp-oto-cat-content,
.isp-oto-cat-content * {
    box-sizing: border-box;
}
.isp-oto-cat-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #304954;
    font-size: 15px;
    line-height: 1.72;
}
.isp-subcategory-page .isp-oto-cat-content h2,
.isp-subcategory-page .isp-oto-cat-content h3,
.isp-subcategory-page .isp-oto-cat-content h4 {
    color: #15364b !important;
}
.isp-subcategory-page .isp-oto-cat-content h2 {
    margin: 0 0 12px !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
}
.isp-oto-cat-content p:last-child {
    margin-bottom: 0;
}
.isp-oto-cat-content a {
    color: #075f68 !important;
    font-weight: 750;
    text-decoration: none !important;
}
.isp-oto-cat-content a:hover,
.isp-oto-cat-content a:focus {
    text-decoration: underline !important;
}

.isp-oto-cat-section {
    width: 100%;
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #dbe7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(22, 50, 74, .035);
}
.isp-oto-cat-intro {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-left: 5px solid #0a8f92;
    background:
        radial-gradient(circle at 94% 8%, rgba(10,143,146,.11), transparent 31%),
        linear-gradient(135deg, #f1faf9 0%, #ffffff 68%);
}
.isp-oto-cat-intro p {
    max-width: 980px;
}

.isp-oto-cat-highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #14364c 0%, #0c5963 58%, #087b78 100%);
    box-shadow: 0 14px 30px rgba(22, 50, 74, .12);
}
.isp-oto-cat-highlight {
    min-width: 0;
    padding: 15px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    text-align: center;
}
.isp-oto-cat-highlight strong,
.isp-oto-cat-highlight span {
    display: block;
}
.isp-oto-cat-highlight strong {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.3;
}
.isp-oto-cat-highlight span {
    margin-top: 5px;
    color: rgba(255,255,255,.82);
    font-size: 10.5px;
    line-height: 1.45;
}

.isp-oto-cat-grid,
.isp-oto-cat-links {
    display: grid;
    gap: 14px;
    width: 100%;
    margin-top: 14px;
}
.isp-oto-cat-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.isp-oto-cat-grid--two,
.isp-oto-cat-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.isp-oto-cat-card,
.isp-oto-cat-link {
    min-width: 0;
    padding: 19px;
    border: 1px solid #dbe7eb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}
.isp-oto-cat-card strong,
.isp-oto-cat-link strong {
    display: block;
    margin-bottom: 7px;
    color: #09606a !important;
    font-size: 16px;
    line-height: 1.35;
}
.isp-oto-cat-card span,
.isp-oto-cat-link span {
    display: block;
    color: #627680;
    font-size: 13px;
    line-height: 1.6;
}

/* CSS-grid comparison component; intentionally not an HTML table. */
.isp-oto-compare {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #d6e5e9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(21, 54, 75, .055);
}
.isp-oto-compare__header,
.isp-oto-compare__row {
    display: grid;
    grid-template-columns: minmax(145px, .62fr) minmax(250px, 1fr) minmax(310px, 1.3fr);
    width: 100%;
}
.isp-oto-compare__header {
    background: linear-gradient(135deg, #15384e 0%, #0e5963 58%, #087b78 100%);
}
.isp-oto-compare__header > div {
    min-width: 0;
    padding: 14px 15px;
    border-right: 1px solid rgba(255,255,255,.16);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
}
.isp-oto-compare__header > div:last-child {
    border-right: 0;
}
.isp-oto-compare__row {
    border-top: 1px solid #e2ebee;
    background: #ffffff;
}
.isp-oto-compare__row:nth-child(odd) {
    background: #f8fbfc;
}
.isp-oto-compare__cell {
    min-width: 0;
    padding: 15px;
    border-right: 1px solid #e4edef;
    color: #455f6b;
    font-size: 13px;
    line-height: 1.62;
    overflow-wrap: break-word;
}
.isp-oto-compare__cell:last-child {
    border-right: 0;
}
.isp-oto-compare__cell--area {
    position: relative;
    padding-left: 21px;
    color: #17374c;
    background: linear-gradient(180deg, rgba(240,249,248,.92), rgba(255,255,255,.82));
    font-weight: 800;
}
.isp-oto-compare__cell--area::before {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 4px;
    border-radius: 0 5px 5px 0;
    content: "";
    background: #0a9698;
}
.isp-oto-compare__label {
    display: none;
    margin-bottom: 5px;
    color: #087078;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.isp-oto-cat-note {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #d7e7e5;
    border-left: 4px solid #0a8f92;
    border-radius: 10px;
    background: #f4faf9;
    color: #526a75;
    font-size: 13px;
    line-height: 1.65;
}
.isp-oto-cat-note strong {
    color: #183a4d !important;
}
.isp-oto-cat-enquiry {
    background:
        radial-gradient(circle at 92% 12%, rgba(10,143,146,.07), transparent 28%),
        #ffffff;
}

@media (max-width: 1120px) {
    .isp-oto-cat-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .isp-oto-cat-grid--three {
        grid-template-columns: 1fr;
    }
    .isp-oto-compare {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .isp-oto-compare__header {
        display: none;
    }
    .isp-oto-compare__row {
        display: block;
        margin-bottom: 14px;
        overflow: hidden;
        border: 1px solid #d8e6ea;
        border-radius: 14px;
        background: #ffffff !important;
        box-shadow: 0 7px 18px rgba(21, 54, 75, .045);
    }
    .isp-oto-compare__row:last-child {
        margin-bottom: 0;
    }
    .isp-oto-compare__cell {
        padding: 13px 15px;
        border-right: 0;
        border-bottom: 1px solid #e4edef;
    }
    .isp-oto-compare__cell:last-child {
        border-bottom: 0;
    }
    .isp-oto-compare__cell--area {
        padding-left: 20px;
    }
    .isp-oto-compare__label {
        display: block;
    }
}
@media (max-width: 680px) {
    .isp-oto-cat-highlights,
    .isp-oto-cat-grid--two,
    .isp-oto-cat-links {
        grid-template-columns: 1fr;
    }
    .isp-oto-cat-section,
    .isp-oto-cat-intro {
        padding: 20px;
        border-radius: 14px;
    }
    .isp-subcategory-page .isp-oto-cat-content h2 {
        font-size: 21px !important;
    }
    .isp-subcategory-page .isp-product-card--otoscope {
        max-width: 100%;
    }
}
