/* Truck Beds page only. Keep the site's original accordion modules. */
.stbf-hidden-filter {
    display: none !important;
}

.stbf-native-original-content {
    display: none !important;
}

/* Match the original white checkbox-list appearance. */
.stbf-native-options {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.stbf-native-option {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 39px !important;
    margin: 0 !important;
    padding: 8px 14px 8px 18px !important;
    column-gap: 8px !important;
    border: 0 !important;
    border-bottom: 1px solid #ededed !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer !important;
    float: none !important;
    clear: both !important;
}

.stbf-native-option:last-child {
    border-bottom: 0 !important;
}

.stbf-native-option:hover {
    background: #fafafa !important;
}

.stbf-native-option input[type="checkbox"] {
    display: block !important;
    position: static !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    accent-color: #005b9f;
    cursor: pointer !important;
}

.stbf-native-option-label {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    color: #c51f2a !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    float: none !important;
}

.stbf-native-option-count {
    color: #8a8a8a !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.stbf-native-option input[type="checkbox"]:checked + .stbf-native-option-label {
    color: #005b9f !important;
    font-weight: 700 !important;
}

.stbf-native-apply {
    width: calc(100% - 28px) !important;
    margin: 10px 14px 12px !important;
}
