/* SVT - category 6: Pliidiplaadid ja keeduplaadid */
.cooktopGroupHeader {
    flex: 0 0 100%;
    max-width: 100%;
}

.cooktopGroupHeaderInner {
    width: 100%;
    margin: 0.5rem 0 0.75rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid #13607c;
    background: #f4f6f7;
    text-align: left;
}

.cooktopGroupTitle {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.25;
}

.cooktopGroupNote {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .cooktopGroupHeaderInner {
        padding: 0.75rem 0.85rem;
    }

    .cooktopGroupTitle {
        font-size: 1.25rem;
    }
}
