/* IndoSurgicals Tongue Depressors subcategory - FCP v1.0 */

.isp-subcategory-page .isp-tongue-group-heading {
    grid-column: 1 / -1;
    margin: 12px 0 2px;
    padding: 16px 18px;
    border: 1px solid #d9e7eb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fafb 100%);
}
.isp-subcategory-page .isp-tongue-group-heading span {
    display: block;
    color: #073f52;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}
.isp-subcategory-page .isp-tongue-group-heading p {
    margin: 5px 0 0;
    color: #60757f;
    font-size: 13px;
    line-height: 1.55;
}
.isp-subcategory-page .isp-product-card--tongue .isp-product-category-label {
    color: #07566d;
    background: #eef8f9;
    border-color: #d2e9ec;
}
.isp-subcategory-page .isp-product-card--tongue-wood-sterile .isp-product-category-label {
    color: #285d46;
    background: #eef8f1;
    border-color: #d2e8d8;
}
.isp-subcategory-page .isp-product-card--tongue-steel .isp-product-category-label {
    color: #535b68;
    background: #f4f6f8;
    border-color: #dde2e7;
}

.isp-td-cat-content,
.isp-td-cat-content * { box-sizing: border-box; }
.isp-td-cat-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #29414b;
    font-size: 15px;
    line-height: 1.7;
}
.isp-td-cat-content h3,
.isp-td-cat-content h4 { color: #073f52 !important; }
.isp-td-cat-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
}
.isp-td-cat-content h4 {
    margin: 0 0 7px;
    font-size: 17px;
}
.isp-td-cat-content p:last-child { margin-bottom: 0; }
.isp-td-cat-section {
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #dbe8ec;
    border-radius: 15px;
    background: #ffffff;
}
.isp-td-cat-intro {
    border-left: 5px solid #0b8496;
    background: linear-gradient(135deg, #f3f9fa 0%, #ffffff 100%);
}
.isp-td-cat-highlights {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #073f52 0%, #075667 62%, #087d79 100%);
}
.isp-td-cat-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-td-cat-highlight strong,
.isp-td-cat-highlight span { display: block; }
.isp-td-cat-highlight strong {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.25;
}
.isp-td-cat-highlight span {
    margin-top: 4px;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    line-height: 1.4;
}
.isp-td-cat-grid,
.isp-td-cat-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}
.isp-td-cat-card,
.isp-td-cat-panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dbe8ec;
    border-radius: 13px;
    background: #f8fbfc;
}
.isp-td-cat-card strong {
    display: block;
    margin-bottom: 6px;
    color: #07566d !important;
    font-size: 17px;
}
.isp-td-cat-card span {
    display: block;
    color: #667a83;
    font-size: 13px;
    line-height: 1.55;
}
.isp-td-cat-table-wrap {
    overflow-x: auto;
    margin-top: 13px;
}
.isp-td-cat-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}
.isp-td-cat-table th,
.isp-td-cat-table td {
    padding: 12px 11px;
    border-bottom: 1px solid #dfeaed;
    text-align: left;
    vertical-align: top;
}
.isp-td-cat-table th {
    color: #073f52;
    background: #f5f9fa;
    font-weight: 700;
}
.isp-td-cat-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-left: 4px solid #0b8496;
    border-radius: 8px;
    background: #eef7f8;
    color: #526b75;
}
.isp-td-cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}
.isp-td-cat-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-td-cat-highlights { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 620px) {
    .isp-td-cat-section { padding: 18px 15px; border-radius: 12px; }
    .isp-td-cat-highlights { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 14px; }
    .isp-td-cat-grid,
    .isp-td-cat-split { grid-template-columns: 1fr; }
    .isp-subcategory-page .isp-tongue-group-heading { padding: 14px 15px; }
}
