/* IndoSurgicals Laryngoscopes subcategory - FCP v1.0 */

.isp-subcategory-page .isp-laryngoscope-group-heading {
    grid-column: 1 / -1;
    margin: 10px 0 2px;
    padding: 16px 18px;
    border: 1px solid #dbe8ec;
    border-radius: 13px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fa 100%);
}

.isp-subcategory-page .isp-laryngoscope-group-heading span {
    display: block;
    color: #073f52;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.isp-subcategory-page .isp-laryngoscope-group-heading p {
    margin: 5px 0 0;
    color: #617680;
    font-size: 13px;
    line-height: 1.55;
}

.isp-subcategory-page .isp-product-card--laryngoscope .isp-product-category-label {
    color: #07566d;
    background: #eef8f9;
    border-color: #d2e9ec;
}

.isp-subcategory-page .isp-product-card--laryngoscope-disposable .isp-product-category-label {
    color: #6b4c1f;
    background: #fff8e8;
    border-color: #efd9a7;
}

.isp-subcategory-page .isp-product-card--laryngoscope-specialised .isp-product-category-label {
    color: #67406b;
    background: #faf1fb;
    border-color: #ead6ed;
}

.isp-lary-content,
.isp-lary-content * {
    box-sizing: border-box;
}

.isp-lary-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #29414b;
    font-size: 15px;
    line-height: 1.7;
}

.isp-lary-content h3,
.isp-lary-content h4 {
    color: #073f52 !important;
}

.isp-lary-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
}

.isp-lary-content h4 {
    margin: 0 0 7px;
    font-size: 17px;
}

.isp-lary-content p:last-child {
    margin-bottom: 0;
}

.isp-lary-section {
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #dbe8ec;
    border-radius: 15px;
    background: #ffffff;
}

.isp-lary-intro {
    border-left: 5px solid #0b8496;
    background: #f3f9fa;
}

.isp-lary-highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 15px;
    background: #073f52;
}

.isp-lary-highlight {
    min-width: 0;
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    background: rgba(255, 255, 255, .07);
    text-align: center;
}

.isp-lary-highlight strong,
.isp-lary-highlight span {
    display: block;
}

.isp-lary-highlight strong {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.25;
}

.isp-lary-highlight span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    line-height: 1.35;
}

.isp-lary-system-grid,
.isp-lary-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.isp-lary-system-card,
.isp-lary-card,
.isp-lary-panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dbe8ec;
    border-radius: 12px;
    background: #f8fbfc;
}

.isp-lary-system-card strong,
.isp-lary-card strong {
    display: block;
    margin-bottom: 6px;
    color: #07566d !important;
    font-size: 17px;
}

.isp-lary-system-card span,
.isp-lary-card span {
    display: block;
    color: #667a83;
    font-size: 13px;
    line-height: 1.55;
}

.isp-lary-table-wrap {
    overflow-x: auto;
    margin-top: 13px;
}

.isp-lary-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.isp-lary-table th,
.isp-lary-table td {
    padding: 12px 11px;
    border-bottom: 1px solid #dfeaed;
    text-align: left;
    vertical-align: top;
}

.isp-lary-table th {
    color: #073f52;
    background: #f5f9fa;
    font-weight: 700;
}

.isp-lary-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.isp-lary-list {
    margin: 12px 0 0;
    padding-left: 20px;
}

.isp-lary-list li {
    margin: 6px 0;
}

.isp-lary-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-left: 4px solid #0b8496;
    border-radius: 8px;
    background: #eef7f8;
    color: #526b75;
}

.isp-lary-note--amber {
    border-left-color: #bd7f24;
    background: #fff8e8;
}

.isp-lary-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}

.isp-lary-links a {
    display: inline-flex;
    padding: 8px 11px;
    border: 1px solid #cfe0e4;
    border-radius: 8px;
    background: #ffffff;
    color: #07566d !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .isp-lary-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .isp-lary-section {
        padding: 18px 15px;
        border-radius: 12px;
    }

    .isp-lary-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px;
    }

    .isp-lary-system-grid,
    .isp-lary-card-grid,
    .isp-lary-split {
        grid-template-columns: 1fr;
    }

    .isp-subcategory-page .isp-laryngoscope-group-heading {
        padding: 14px 15px;
    }
}
