/* Accounts tab specific styles */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-header h2 {
    margin: 0;
}

.mt-2 {
    margin-top: 1.1rem !important;
}