.admissionWorkspace .aw-page-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    max-width: none;
    gap: 0;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #bbd2df;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.admissionWorkspace .aw-page-tabs > :is(a, button) {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    min-height: 58px;
    height: auto;
    gap: 10px;
    margin: 0;
    padding: 12px 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #173f56;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: anywhere;
    transform: none;
    cursor: pointer;
}
.admissionWorkspace .aw-page-tabs > :is(a, button):hover { background: #f5fbfe; color: #0874af; }
.admissionWorkspace .aw-page-tabs > :is(a, button):is(.is-active, .active, [aria-current="page"], [aria-pressed="true"], [aria-selected="true"]) {
    border-bottom-color: #078fe8;
    background: #fff;
    color: #0874af;
    box-shadow: none;
}
.admissionWorkspace .aw-page-tabs > :is(a, button):focus-visible { outline: 2px solid #078fe8; outline-offset: -4px; }
.admissionWorkspace .aw-page-tabs > :is(a, button) > .material-icons {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #078fe8;
    font-size: 20px;
    line-height: 1;
}
.admissionWorkspace .aw-page-tabs > :is(a, button):is(.is-active, .active, [aria-current="page"], [aria-pressed="true"], [aria-selected="true"]) > :is(span, b) { color: inherit; }
.admissionWorkspace .aw-page-tabs > :is(a, button):is(.is-active, .active, [aria-current="page"], [aria-pressed="true"], [aria-selected="true"]) > .material-icons { color: #078fe8; }
.admissionWorkspace .aw-page-tabs > :is(a, button) > span {
    min-width: 0;
    overflow: visible;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    white-space: normal;
    text-overflow: clip;
}
.admissionWorkspace .aw-page-tabs > :is(a, button) b { font: inherit; color: inherit; }
.admissionWorkspace .aw-page-tabs > :is(a, button) small { font-size: 12px; line-height: 1.4; }
@media (max-width: 600px) {
    .admissionWorkspace .aw-page-tabs > :is(a, button) { flex: 1 1 140px; padding: 10px 8px; gap: 8px; font-size: 14px; }
}
