.wc_payment_methods .wc_payment_method {
    position: relative;
    transition: all .25s ease;
    border-radius: 14px;
    overflow: hidden;
}

.wcgcl-state-blur {
    opacity: .72;
}

.wcgcl-state-blur > label,
.wcgcl-state-blur .payment_box {
    filter: blur(2.2px);
    pointer-events: none;
    user-select: none;
}

.wcgcl-state-disable {
    opacity: .5;
}

.wcgcl-state-disable > label,
.wcgcl-state-disable .payment_box {
    pointer-events: none;
    user-select: none;
}

.wcgcl-state-hide {
    display: none !important;
}

.wcgcl-message {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff7ed, #fffbeb);
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(180, 83, 9, .08);
}

.wcgcl-message::before {
    content: "⚠ ";
    font-size: 14px;
    margin-left: 4px;
}

.wcgcl-state-disable .wcgcl-message {
    background: linear-gradient(135deg, #fff1f2, #fff7ed);
    border-color: #fecdd3;
    color: #be123c;
}

.wcgcl-state-blur .wcgcl-message {
    filter: none !important;
    pointer-events: auto !important;
    user-select: text !important;
}

.wcgcl-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 11px;
    font-weight: 700;
}

.wcgcl-locked-radio {
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .wcgcl-message {
        font-size: 12px;
        padding: 10px 12px;
    }
}
