/* Product support links: override legacy inline colors, preserve size and layout. */
body.single-product div.product a.bk-soft-compare {
    background: #DCEBE1 !important;
    color: #244B3E !important;
    border-color: #D3E1D8 !important;
    box-shadow: none !important;
}
body.single-product div.product a.bk-soft-guide {
    background: #DCE7EF !important;
    color: #2C526D !important;
    border-color: #D5E1EB !important;
    box-shadow: none !important;
}
body.single-product div.product a.bk-soft-compare *,
body.single-product div.product a.bk-soft-guide * {
    color: inherit !important;
    background: transparent !important;
}
body.single-product div.product a.bk-soft-compare:hover {
    background: #DCE9E0 !important;
    color: #244B3E !important;
}
body.single-product div.product a.bk-soft-guide:hover {
    background: #DDE8F1 !important;
    color: #2C526D !important;
}
body.single-product div.product a.bk-soft-compare:focus-visible,
body.single-product div.product a.bk-soft-guide:focus-visible {
    outline: 3px solid #52776A !important;
    outline-offset: 3px;
}
/* Questions & Answers retains its original tab priority and a visible active state. */
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab {
    background: #DCEBE1 !important;
    border-color: #B7CEBF !important;
    border-radius: 5px 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab a {
    background: transparent !important;
    color: #244B3E !important;
    font-weight: 700 !important;
    padding-left: 18px;
    padding-right: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab.active {
    background: #CBDED1 !important;
    border-color: #8DAE9A !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab::before {
    background: #B7CEBF !important;
    border-color: #B7CEBF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab.active::before {
    background: #52776A !important;
    border-color: #52776A !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.bergstrom_questions_answers_tab a:focus-visible {
    outline: 3px solid #52776A !important;
    outline-offset: 3px;
}

body.single-product div.product a.bk-guide-footer{background:#2C526D !important;color:#fff !important;border-color:#24465E !important;}
body.single-product div.product a.bk-guide-footer:hover{background:#24465E !important;color:#fff !important;}
body.single-product div.product a.bk-guide-footer *{color:inherit !important;}
