/* BG Recesso - Styles v1.0.0 */

.bg-recesso-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #465f42;
    color: #465f42 !important;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.bg-recesso-btn:hover {
    background: #b1d94b;
    border-color: #b1d94b;
    color: #1a1a1a !important;
}

.bg-recesso-form,
.bg-recesso-confirm-form { max-width: 600px; }

.bg-recesso-form select,
.bg-recesso-form textarea { width: 100%; padding: 8px; margin-bottom: 12px; border: 1px solid #ccc; }

.bg-recesso-form textarea { min-height: 80px; }

.bg-recesso-checkbox { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 16px; }

.bg-recesso-btn-primary {
    background: #465f42;
    border: none;
    color: #fff;
    padding: 10px 24px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.bg-recesso-btn-primary:hover { background: #344832; color: #fff !important; }

.bg-recesso-link-back { display: inline-block; margin-top: 12px; color: #465f42; text-decoration: underline; }

.bg-recesso-error { background: #fee2e2; border-left: 3px solid #dc2626; padding: 10px 14px; margin-bottom: 12px; color: #991b1b; }

.bg-recesso-summary { background: #f4f8f4; border: 1px solid #e2e8f0; padding: 16px; margin-bottom: 20px; }

.bg-recesso-legal { font-size: 12px; color: #6b7280; border-top: 1px solid #e5e7eb; padding-top: 12px; margin-top: 16px; }

.bg-recesso-success { background: #f4f8f4; border-left: 3px solid #465f42; padding: 16px; }

.bg-recesso-wrap h2 { color: #1a1a1a; }

/* Badge "Recesso inviato" nella lista ordini My Account */
a.recesso_inviato,
a.recesso_inviato:hover,
a.recesso_inviato:focus,
a.recesso_inviato:visited,
.woocommerce-button.recesso_inviato,
.woocommerce-button.recesso_inviato:hover,
.button.recesso_inviato,
.button.recesso_inviato:hover {
    display: inline-block !important;
    background: #a73200 !important;
    background-color: #a73200 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    text-decoration: none !important;
    cursor: default !important;
    pointer-events: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
