/* Small plugin-specific polish on top of Bootstrap 5 */
.billecta-autogiro-signup-form .form-label {
    font-weight: 600;
}

.billecta-autogiro-signup-form .btn {
    min-width: 220px;
}

.billecta-bank-account-iframe iframe {
    border: 0;
    max-width: 100%;
}

.wrap .card .table code {
    font-size: 0.85rem;
}

.wrap .alert {
    margin-top: 0.75rem;
}

.wrap .table td,
.wrap .table th {
    vertical-align: middle;
}

.wrap .form-table .billecta-base-url-mode-row th,
.wrap .form-table .billecta-base-url-mode-row td {
    display: block;
    width: 100%;
    max-width: 100%;
}

.wrap .form-table .billecta-base-url-mode-row td {
    padding-left: 0;
}

