/* Styles pour le logo Wise au checkout */
.wyc-wise-title {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wyc-wise-checkout-logo {
    height: 16px;
    width: auto;
    vertical-align: middle;
}

/* Quick Pay button styles */
.wyc-wise-quickpay-button {
    display: inline-block;
    background: #163300;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.1em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wyc-wise-quickpay-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 51, 0, 0.3);
    color: #fff !important;
}

.wyc-wise-quickpay-button:active {
    transform: translateY(0);
}

.wyc-wise-quickpay-section {
    background: linear-gradient(135deg, #9FE870 0%, #37D39A 100%);
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
    text-align: center;
}

.wyc-wise-quickpay-section h3 {
    margin: 0 0 8px 0;
    color: #163300;
    font-size: 1.3em;
}

.wyc-wise-quickpay-section p {
    color: #163300;
}
