/* Stil za novo polje VAT number */
#billing_vat_number {
    background-color: #2a2d45 !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

label[for="billing_vat_number"] {
    color: #ffffff !important;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
/* === Glavni container === */
.wc-block-checkout {
    background-color: #1c1f33 !important;
    color: #ffffff !important;
}

/* === Naslovi === */
.wc-block-checkout h1,
.wc-block-checkout h2,
.wc-block-checkout h3 {
    color: #d8443e !important;
}

/* === Polja za vnos === */
.wc-block-components-text-input input,
.wc-block-components-textarea textarea,
.wc-block-components-select select {
    background-color: #2a2d45 !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
}

/* === Placeholderji === */
.wc-block-components-text-input input::placeholder,
.wc-block-components-textarea textarea::placeholder,
.wc-block-components-select select::placeholder {
    color: #aaaaaa !important;
    opacity: 1 !important;
}

/* === Labeli (nad polji) === */
.wc-block-components-text-input label,
.wc-block-components-textarea label,
.wc-block-components-select label {
    color: #ffffff !important;
}

/* === Gumbi === */
.wc-block-components-button,
.wc-block-components-checkout-place-order-button {
    background-color: #d8443e !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
}

.wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #e05a55 !important;
}

/* === Povzetek naročila na desni === */
.wc-block-components-checkout-order-summary,
.wc-block-components-checkout-order-summary * {
    background-color: #1c1f33 !important;
    color: #ffffff !important;
}

/* === Terms & Conditions + spodnji tekst === */
.wc-block-components-checkout-terms,
.wc-block-components-checkout-terms *,
.wc-block-components-checkout-place-order__disclaimer,
.wc-block-components-checkout-place-order__disclaimer * {
    color: #cccccc !important;
}

/* === Return to cart povezava === */
.wc-block-components-checkout-return-to-cart a,
.wc-block-components-checkout-return-to-cart a:visited,
.wc-block-components-checkout-return-to-cart a:hover {
    color: #ff4c4c !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

/* === Vrstice tabele v povzetku === */
.wc-block-checkout .wc-block-components-order-summary-table td,
.wc-block-checkout .wc-block-components-order-summary-table th {
    color: #ffffff !important;
}
.wc-block-checkout .wc-block-checkout__header,
.wc-block-checkout .wc-block-checkout__header * {
    color: #ffffff !important;
}

.wc-block-checkout .wc-block-components-checkout-step__title,
.wc-block-checkout .wc-block-components-checkout-step__title * {
    color: #ffffff !important;
}
