.mr-has-tabs {
    width: 100%;
}

@media (max-width: 690px) {
    .mr-compact-card > .mr-row.mr-justify-between.mr-align-center {
        flex-direction: column;
        gap: 15px;
    }
    .mr-compact-card > .mr-row.mr-justify-between.mr-align-center .mr-text-muted.mr-text-sm {
        text-align: center;
        margin-top: 5px;
    }
}