.sushell-comprobante-wrapper {
    max-width: 600px;
    margin: 30px auto;
    padding: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sushell-comprobante-wrapper h2 {
    text-align: center;
    color: #1a1a1a;
    margin-top: 0;
    font-size: 24px;
    font-weight: 800;
}

.sushell-comprobante-wrapper h3 {
    text-align: center;
    color: #6658ea;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
}

.sushell-comprobante-alert {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.sushell-comprobante-alert.is-success {
    background: #d1fae5;
    color: #065f46;
}

.sushell-comprobante-alert.is-error {
    background: #fee2e2;
    color: #991b1b;
}

.sushell-comprobante-banks {
    margin-bottom: 30px;
}

.sushell-comprobante-banks h4 {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #333;
}

.sushell-bank-card {
    background: #f8f6ff;
    border: 1px solid #e2ddff;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 12px;
}

.sushell-bank-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sushell-bank-head strong {
    color: #6658ea;
    font-size: 16px;
}

.sushell-bank-badge {
    background: #6658ea;
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.sushell-bank-body {
    font-size: 14px;
    color: #444;
    margin-top: 8px;
}

.sushell-bank-body code {
    background: #eee;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.sushell-comprobante-form label {
    display: block;
    font-weight: 700;
    margin: 0 0 8px;
    color: #333;
}

.sushell-comprobante-form label span {
    color: #ef4444;
}

.sushell-comprobante-form input[type="number"],
.sushell-comprobante-form input[type="email"],
.sushell-comprobante-form input[type="file"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sushell-comprobante-form button {
    width: 100%;
    background: #6658ea;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(102, 88, 234, 0.3);
}

.sushell-comprobante-foot {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 25px;
    line-height: 1.5;
}
