.checkout-online-helper {
    margin: 0 0 -4px;
    padding: 10px 12px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 14px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.35;
}

.checkout-actions .checkout-online-pay-button {
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.checkout-actions .checkout-online-pay-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.34);
}
