.zelle-payment {
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #222;
    line-height: 1.55;
    text-align: left;
}

.zelle-payment h2 {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.zelle-payment h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.zelle-verify,
.zelle-qr,
.zelle-memo,
.zelle-notice,
.zelle-usage {
    border: 1px solid #ccc;
    padding: 1.2rem 1.4rem;
    border-radius: 6px;
    margin-bottom: 1.4rem;
    background: #fafafa;
}

.zelle-qr {
    text-align: center;
}

.zelle-qr img {
    width: 220px;
    height: 220px;
    margin: 0.8rem 0;
}

.zelle-qr .caption {
    font-size: 0.9rem;
    color: #555;
}

.zelle-notice p {
    color: #8a0000;
    font-weight: 500;
}