/* IndoSurgicals Tuning Fork subcategory - FCP v1.0 R2 */
.isp-subcategory-page .isp-product-card--tf-wellness .isp-product-category-label {
    color: #6b4c1f;
    background: #fff8e8;
    border-color: #efd9a7;
}

.isp-subcategory-page .isp-product-card--tf-medical .isp-product-category-label {
    color: #07566d;
}

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

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

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

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

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

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

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

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

.isp-tf-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-tf-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-tf-highlight strong,
.isp-tf-highlight span {
    display: block;
}

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

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

.isp-tf-frequency-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.isp-tf-frequency-card {
    display: block;
    padding: 17px;
    border: 1px solid #dbe8ec;
    border-radius: 12px;
    background: #f8fbfc;
    color: #29414b !important;
    text-decoration: none !important;
}

.isp-tf-frequency-card:hover {
    border-color: #9ecbd3;
    background: #f2f9fa;
}

.isp-tf-frequency-card strong {
    display: block;
    margin-bottom: 5px;
    color: #07566d !important;
    font-size: 18px;
}

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

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

.isp-tf-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

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

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

.isp-tf-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.isp-tf-panel {
    padding: 19px;
    border: 1px solid #dbe8ec;
    border-radius: 12px;
    background: #f8fbfc;
}

.isp-tf-panel--wellness {
    border-color: #eadbb7;
    background: #fffaf0;
}

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

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

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

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

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

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

    .isp-tf-frequency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

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

    .isp-tf-frequency-grid,
    .isp-tf-split {
        grid-template-columns: 1fr;
    }
}
