/* ===== PENDING-WITHDR (Čeká na odstoupení) ===== */
/* WC 2.5.5 a starší */
.mark-pending-withdr::after {
    content: "\e605";
    color: #5519cc;
    font-family: WooCommerce;
}

.status-pending-withdr {
    background: #e5d9ff !important;
    color: #5519cc !important;
}

/* Novější verze WC */
.pending-withdr {
    background: #e5d9ff !important;
    color: #5519cc !important;
}

.pending-withdr::after {
    content: "\e605";
    color: #5519cc;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.pending-withdr:after {
    content: "\e605";
    color: #5519cc;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.pending-withdr {
    background: #e5d9ff !important;
    color: #5519cc !important;
}

/* ===== PENDING-CLAIM (Čeká na reklamaci) ===== */
/* WC 2.5.5 a starší */
.mark-pending-claim::after {
    content: "\e004";
    color: #b45309;
    font-family: WooCommerce;
}

.status-pending-claim {
    background: #fed7aa !important;
    color: #b45309 !important;
}

/* Novější verze WC */
.pending-claim {
    background: #fed7aa !important;
    color: #b45309 !important;
}

.pending-claim::after {
    content: "\e004";
    color: #b45309;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.pending-claim:after {
    content: "\e004";
    color: #b45309;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.pending-claim {
    background: #fed7aa !important;
    color: #b45309 !important;
}

/* ===== COMPLETED-WITHDR (Vrácení schváleno) ===== */
/* WC 2.5.5 a starší */
.mark-completed-withdr::after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

.status-completed-withdr {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

/* Novější verze WC */
.completed-withdr {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

.completed-withdr::after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.completed-withdr:after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.completed-withdr {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

/* ===== REJECTED-WITHDR (Vrácení zamítnutí) ===== */
/* WC 2.5.5 a starší */
.mark-rejected-withdr::after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

.status-rejected-withdr {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

/* Novější verze WC */
.rejected-withdr {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

.rejected-withdr::after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.rejected-withdr:after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.rejected-withdr {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

/* ===== COMPLETED-CLAIM (Reklamace vyřízena) ===== */
/* WC 2.5.5 a starší */
.mark-completed-claim::after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

.status-completed-claim {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

/* Novější verze WC */
.completed-claim {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

.completed-claim::after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.completed-claim:after {
    content: "\e600";
    color: #2da44e;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.completed-claim {
    background: #dafbe1 !important;
    color: #1a7f37 !important;
}

/* ===== REJECTED-CLAIM (Reklamace zamítnutá) ===== */
/* WC 2.5.5 a starší */
.mark-rejected-claim::after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

.status-rejected-claim {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

/* Novější verze WC */
.rejected-claim {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

.rejected-claim::after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

/* WC 6.0+ s table structure */
.widefat .column-order_status mark.rejected-claim:after {
    content: "\e013";
    color: #da3633;
    font-family: WooCommerce;
}

.widefat .column-order_status mark.rejected-claim {
    background: #ffebe9 !important;
    color: #ae2a19 !important;
}

.eu-wd-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
    max-width: 1000px;
}

.eu-wd-preview-card {
    background: #fff;
    border: 1px solid #dcdcde;
    padding: 16px;
    border-radius: 6px;
}

.eu-wd-preview-title {
    margin-top: 0;
}

.eu-wd-preview-preline {
    white-space: pre-line;
}

.eu-wd-preview-reason-wrap {
    display: none;
}

.eu-wd-reset-form {
    margin-top: 12px;
}

.eu-wd-container {
    border: 2px solid #fa3246;
    padding: 25px;
    border-radius: 8px;
    max-width: 600px;
}

.eu-wd-form {
    margin: 0;
}

.eu-wd-step-hidden {
    display: none;
}

.eu-wd-section-title {
    margin-bottom: 10px;
}

.eu-wd-items-panel {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.eu-wd-item-option {
    display: block;
    margin-bottom: 8px;
}

.eu-wd-order-option {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.eu-wd-order-radio {
    margin-right: 6px;
}

.eu-wd-order-preview-text {
    display: inline-block;
    margin-left: 22px;
    font-size: 12px;
    color: #666;
}

.eu-wd-textarea {
    width: 100%;
    height: 80px;
}

.eu-wd-input {
    width: 100%;
}

.nt-eu-withdrawal-order-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fff4d6;
    border: 1px solid #dba617;
    color: #8a5d00;
    font-weight: 600;
    line-height: 1.4;
}


.eu-wd-load-button {
    /*background: #fa3246 !important;
    border-color: #fa3246 !important;
    color: #fff !important;*/
    text-shadow: none !important;
    padding: 10px 15px;
    transition: all 0.8s ease;
}

.eu-wd-load-button:hover,
.eu-wd-load-button:focus {
    /*background: #e50b21 !important;
    border-color: #e50b21 !important;
    color: #fff !important;*/
}

.eu-wd-red-button {
    background: #fa3246 !important;
    border-color: #fa3246 !important;
    color: #fff !important;
    text-shadow: none !important;
    transition: all 0.8s ease;
}

.eu-wd-red-button:hover,
.eu-wd-red-button:focus {
    background: #e50b21 !important;
    border-color: #e50b21 !important;
    color: #fff !important;
}

.eu-wd-login-button{
    background: #4d7949 !important;
    border-color: #4d7949 !important;
    color: #fff !important;
    text-shadow: none !important;
    transition: all 0.8s ease;

}

.eu-wd-load-button,
.eu-wd-login-button,
.eu-wd-submit-button {
    margin-top: 10px;
}

.eu-wd-back-button {
    margin-top: 10px;
    background: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
    color: #2c3338 !important;
    text-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.8s ease;
}

.eu-wd-back-button::before {
    content: "\2190";
    font-size: 14px;
    line-height: 1;
}

.eu-wd-back-button:hover,
.eu-wd-back-button:focus {
    background: #cfcfcf !important;
    border-color: #a7aaad !important;
    color: #1d2327 !important;
}

.eu-wd-login-button,
.eu-wd-submit-button {
    padding: 10px 20px;
}

.eu-wd-login-button {
    text-decoration: none;
}

.eu-wd-login-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.eu-wd-login-divider {
    font-weight: 700;
    color: #666;
}

.eu-wd-message {
    padding: 15px;
    border: 1px solid;
}

.eu-wd-message-error {
    color: #bc0000;
    border-color: #bc0000;
}

.eu-wd-message-success {
    color: #5519cc;
    font-weight: bold;
    border-color: #5519cc;
}

.eu-wd-admin-box {
    font-size: 13px;
    line-height: 1.5;
}

.eu-wd-admin-box-title {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    color: #5519cc;
}

.eu-wd-admin-box-meta {
    color: #666;
}

.eu-wd-admin-box-actions {
    margin-top: 15px;
}

.eu-wd-admin-confirm-button {
    background: #5519cc !important;
    border-color: #4b14b8 !important;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 5px;
}

.eu-wd-admin-reject-form {
    margin-top: 10px;
    text-align: center;
}

.eu-wd-admin-reject-button {
    background: none;
    border: none;
    color: #bc0000;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.eu-wd-email-link-box {
    margin-top: 20px;
    padding: 15px;
    border: 1px dashed #5519cc;
    text-align: center;
}

.eu-wd-email-link-text {
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
}

.eu-wd-email-link-anchor {
    color: #5519cc;
    font-weight: bold;
    text-decoration: underline;
}

.podminky ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.podminky ol li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
    text-align: justify;
        line-height: 22px;
}

.podminky ol li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        color: #284a60;
        font-size: 20px;
        line-height: 25px;
}

.podminky ol li li {
        margin: 0;
        margin-left: -20px;
}

.podminky ol li li:before {
        content: counters(item, ".") " ";
        color: #333;
        /*font-weight: bold;*/
        font-size: 16px;
        line-height: 30px;

}

.opitem{
    color: #284a60;
    font-size: 20px;
    line-height: 24px;
}
.btn-op{
    min-width:100%;
    margin-bottom: 5px;
}
