.amelia-paypal-wrap {
    margin: 28px 0 8px;
    padding: 20px 16px;
    background: #fff8e1;
    border: 2px solid #f59e0b;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.amelia-paypal-heading {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.amelia-paypal-sublabel {
    margin: 0;
    font-size: 13px;
    color: #78350f;
    line-height: 1.5;
}

.amelia-paypal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 360px;
    padding: 16px 28px;
    background: #0070ba;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 112, 186, 0.40);
    transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
}

.amelia-paypal-btn:hover,
.amelia-paypal-btn:focus {
    background: #005ea6;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 112, 186, 0.50);
    color: #ffffff !important;
    text-decoration: none !important;
}

.amelia-paypal-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 112, 186, 0.30);
}

.amelia-paypal-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.amelia-paypal-secure {
    margin: 0;
    font-size: 11px;
    color: #a16207;
    display: flex;
    align-items: center;
    gap: 4px;
}

.amelia-paypal-secure svg {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}
