/*
 * KingSoft / Osapa 2.2.4 migration — Phase 17
 * Small fixes discovered during final end-to-end testing.
 */

/* --------------------------------------------------------------------------
 * Cart: shipping is selected on Checkout only. Without shipping, the cart
 * subtotal and order total are identical, so keep one amount and remove the
 * redundant "Kwota łącznie" row.
 * ----------------------------------------------------------------------- */
.woocommerce-cart .cart_totals tr.order-total {
    display: none !important;
}

/* --------------------------------------------------------------------------
 * Click-focus cleanup. Mouse clicks must not leave black browser rectangles on
 * car-make/manufacturer directory links or on the KingSoft logo.
 * Keyboard focus remains visible as a subtle red underline instead.
 * ----------------------------------------------------------------------- */
.kingsoft-tax-directory-item:focus,
.kingsoft-tax-directory-item:active,
.header-content .logo-wrapper a:focus,
.header-content .logo-wrapper a:active,
.site-header .logo-wrapper a:focus,
.site-header .logo-wrapper a:active {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.kingsoft-tax-directory-item:focus-visible {
    outline: 0 !important;
    box-shadow: inset 0 -3px 0 #ea0028 !important;
}

.header-content .logo-wrapper a:focus-visible,
.site-header .logo-wrapper a:focus-visible {
    outline: 0 !important;
    box-shadow: 0 3px 0 #ea0028 !important;
}

.header-content .logo-wrapper a,
.header-content .logo-wrapper img,
.site-header .logo-wrapper a,
.site-header .logo-wrapper img {
    -webkit-tap-highlight-color: transparent;
}
