.tenant-financial-onboarding-notice {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 560px;
    padding: 12px 14px;
    border: 1px solid #cbd8e6;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
}

.tenant-financial-onboarding-notice .btn {
    flex: 0 0 auto;
}

.tenant-financial-onboarding-head,
.tenant-financial-switch-row,
.tenant-financial-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.tenant-financial-onboarding-head {
    margin-bottom: 18px;
}

.tenant-financial-onboarding-head h3,
.tenant-financial-section h4 {
    margin-top: 0;
}

.tenant-financial-onboarding-head p,
.tenant-financial-switch-row p {
    margin: 4px 0 0;
    color: #64748b;
}

.tenant-financial-section .panel-body {
    padding: 20px;
}

.tenant-financial-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 14px 0;
}

.tenant-financial-review {
    margin-top: 18px;
}

body.theme-dark .tenant-financial-onboarding-notice,
body.admin-dark-theme .tenant-financial-onboarding-notice {
    border-color: #334155;
    background: #111827;
    color: #e5edf7;
}

body.theme-dark .tenant-financial-onboarding-head p,
body.theme-dark .tenant-financial-switch-row p,
body.admin-dark-theme .tenant-financial-onboarding-head p,
body.admin-dark-theme .tenant-financial-switch-row p {
    color: #9fb0c4;
}

@media (max-width: 767px) {
    .tenant-financial-onboarding-notice {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
        flex-wrap: wrap;
    }

    .tenant-financial-onboarding-head,
    .tenant-financial-switch-row {
        align-items: flex-start;
    }
}
