/* IBAN Generator custom styles */
.iban-card-widget {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.iban-display-box {
    font-family: monospace;
    font-size: clamp(14px, 4.2vw, 20px);
    font-weight: 700;
    color: #1e293b;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 14px 18px;
    word-break: break-all;
    letter-spacing: 1.5px;
}

#iban-bban-val, #iban-bic-val {
    word-break: break-all;
    overflow-wrap: anywhere;
}

@media (max-width: 576px) {
    .iban-card-widget {
        padding: 16px;
    }
    .iban-display-box {
        padding: 10px 12px;
        letter-spacing: 1px;
    }
}

.iban-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 20px;
}

.bulk-iban-table-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow-x: auto;
}

.bulk-iban-table {
    margin-bottom: 0;
    font-size: 13px;
}

.bulk-iban-table th {
    background: #f8fafc;
    font-weight: 700;
    color: #334155;
    border-bottom: 2px solid #e2e8f0;
}
