:root {
    --vx-plan-green: #0f9b6c;
    --vx-plan-green-hover: #0b7f59;
    --vx-plan-green-soft: #f2fcf7;
    --vx-plan-green-soft-hover: #e8f8f0;
    --vx-plan-green-border: #bce8d2;
    --vx-plan-green-text: #08724f;
}

.vxInstitutionCardTopHtml {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    overflow: auto;
    overflow-wrap: anywhere;
    contain: inline-size;
    isolation: isolate;
}

.vxInstitutionCardTopHtml,
.vxInstitutionCardTopHtml * {
    box-sizing: border-box;
}

.vxInstitutionCardTopHtml > * {
    max-width: 100% !important;
}

.vxInstitutionCardTopHtml img,
.vxInstitutionCardTopHtml video,
.vxInstitutionCardTopHtml svg {
    max-width: 100% !important;
    height: auto;
}

.vxInstitutionCardTopHtml iframe,
.vxInstitutionCardTopHtml pre,
.vxInstitutionCardTopHtml table {
    max-width: 100% !important;
}

.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 11px 14px;
    border: 1px solid #ba1823;
    border-radius: 4px;
    background: #d51f2b;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease;
}

.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner:hover,
.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner:focus-visible {
    border-color: #9f111b;
    background: #bd1823;
    color: #fff;
    text-decoration: none;
}

.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner strong {
    flex: 0 0 auto;
    color: #fff;
    font-size: 14px;
}

.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner > span:first-of-type {
    flex: 1 1 auto;
    min-width: 0;
    color: #ffe7e9;
}

.vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner > span:last-child {
    flex: 0 0 auto;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner {
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner > span:first-of-type {
        flex-basis: 100%;
        order: 3;
    }

    .vxInstitutionCardTopHtml .vxCardNoticePlanAction--banner > span:last-child {
        margin-left: auto;
    }
}

.vx-admission-plan-entry {
    display: inline-flex;
    min-width: 142px;
    min-height: 44px;
    vertical-align: middle;
}

.vx-admission-plan-entry form {
    margin: 0;
}

.vx-admission-plan-entry button,
.vx-admission-plan-saved,
.vx-admission-direct-plan {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--vx-plan-green);
    border-radius: 8px;
    background: var(--vx-plan-green);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 155, 108, 0.18);
}

.vx-admission-plan-entry button {
    cursor: pointer;
}

.vx-admission-plan-entry button:hover,
.vx-admission-plan-entry button:focus-visible,
.vx-admission-plan-saved:hover,
.vx-admission-plan-saved:focus-visible,
.vx-admission-direct-plan:hover,
.vx-admission-direct-plan:focus-visible {
    border-color: var(--vx-plan-green-hover);
    background: var(--vx-plan-green-hover);
    color: #ffffff;
    text-decoration: none;
}

.vx-admission-plan-entry .material-icons,
.vx-admission-plan-saved .material-icons,
.vx-admission-direct-plan .material-icons {
    font-size: 20px;
}

.vx-admission-plan-entry--compact {
    min-width: 0;
    min-height: 36px;
}

.vx-admission-plan-entry--compact button,
.vx-admission-plan-entry--compact .vx-admission-plan-saved,
.vx-admission-direct-plan--compact {
    min-height: 36px;
    padding: 0 11px;
    border-color: var(--vx-plan-green);
    box-shadow: none;
    font-size: 13px;
}

.vx-admission-plan-entry--compact .material-icons,
.vx-admission-direct-plan--compact .material-icons {
    font-size: 18px;
}

.vx-admission-plan-entry--specialty {
    min-width: 0;
    min-height: 38px;
}

.vx-admission-plan-entry--specialty button,
.vx-admission-plan-entry--specialty .vx-admission-plan-saved {
    min-height: 38px;
    padding: 0 14px;
    gap: 7px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
}

.vx-admission-plan-entry--specialty .material-icons {
    font-size: 18px;
}

.vx-admission-plan-entry--institution {
    min-width: 156px;
    min-height: 42px;
}

.vx-admission-plan-entry--institution button,
.vx-admission-plan-entry--institution .vx-admission-plan-saved {
    min-height: 42px;
    padding: 0 15px;
    gap: 7px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 155, 108, 0.16);
    white-space: nowrap;
}

.vx-admission-plan-entry--institution.vx-admission-plan-entry--compact {
    min-width: 150px;
    min-height: 40px;
}

.vx-admission-plan-entry--institution.vx-admission-plan-entry--compact button,
.vx-admission-plan-entry--institution.vx-admission-plan-entry--compact .vx-admission-plan-saved {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
}

.vx-admission-plan-entry--target {
    min-width: 152px;
}

.vx-admission-plan-entry--target.vx-admission-plan-entry--compact button,
.vx-admission-plan-entry--target.vx-admission-plan-entry--compact .vx-admission-plan-saved {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
}

.vxQualityPlanEntry {
    width: 100%;
    margin-top: 10px;
}

.vxQualityPlanEntry .vx-admission-plan-entry,
.vxQualityPlanEntry form,
.vxQualityPlanEntry button,
.vxQualityPlanEntry .vx-admission-plan-saved {
    width: 100%;
}

.vxHeroPlanEntry {
    display: flex;
    align-items: center;
    margin: 12px 0 16px;
}

.vxLegacyPlan {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vxCompareSelected__item {
    min-height: 226px;
}

.vxCompareSelected__card {
    display: flex;
    min-height: 216px;
    margin: 5px;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #f2f2f2;
}

.vxCompareSelected__link {
    display: flex;
    min-height: 146px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
}

.vxCompareSelected__link:hover,
.vxCompareSelected__link:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}

.vxCompareSelected__plan,
.vxCompareSelected__plan .vx-admission-plan-entry,
.vxCompareSelected__plan form,
.vxCompareSelected__plan button,
.vxCompareSelected__plan .vx-admission-plan-saved {
    width: 100%;
}

.vxCompareSelected__plan button,
.vxCompareSelected__plan .vx-admission-plan-saved {
    white-space: normal;
}

.vxCompareSpecialtyItem {
    display: flex;
    margin: 0 0 10px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vxCompareSpecialtyItem__title {
    min-width: 0;
}

.vxCompareSpecialtyItem__remove {
    display: inline-flex;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1c2834;
    color: #ffffff !important;
    cursor: pointer;
    vertical-align: middle;
}

.vxCompareSpecialtyItem__remove .material-icons {
    font-size: 16px;
}

.vxCombinationEntity {
    margin: 5px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    text-align: center;
}

.vxCombinationEntity__link {
    display: flex;
    min-height: 125px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}

.vxCombinationEntity__link img {
    max-width: 100%;
}

.vxCombinationEntity__plan {
    margin-top: 10px;
}

.vxCombinationEntity__plan .vx-admission-plan-entry,
.vxCombinationEntity__plan form,
.vxCombinationEntity__plan button,
.vxCombinationEntity__plan .vx-admission-plan-saved {
    width: 100%;
}

.vxCombinationEntity__plan button,
.vxCombinationEntity__plan .vx-admission-plan-saved {
    min-height: 38px;
    padding: 0 8px;
    white-space: normal;
}

.vxRatingHeader {
    opacity: 0.58;
}

.vxRatingItem {
    display: flex;
    align-items: center;
}

.vxRatingItem__institution {
    opacity: 0.72;
}

.vxRatingItem__plan {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.vxRatingItem__plan .vx-admission-plan-entry,
.vxRatingItem__plan form,
.vxRatingItem__plan button,
.vxRatingItem__plan .vx-admission-plan-saved {
    width: 100%;
}

.vxRatingItem__rank {
    opacity: 0.42;
}

@media (max-width: 767px) {
    .vxRatingHeader {
        display: none;
    }

    .vxRatingItem {
        display: block;
    }

    .vxRatingItem__plan {
        min-height: auto;
        padding-top: 8px;
    }
}

.vxOneTwoActions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.vxOneTwoActions__details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid #cbdbe8;
    border-radius: 7px;
    background: #fff;
    color: #006ee6;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.vxOneTwoActions__details:hover,
.vxOneTwoActions__details:focus {
    border-color: #99bde0;
    color: #0058b8;
    text-decoration: none;
}

.vxOneTwoFinal {
    padding: 18px;
    border: 1px solid #b9e7d4;
    border-radius: 8px;
    background: #f4fbf8;
    text-align: center;
}

.vxOneTwoFinal p {
    margin: 0 0 14px;
}

.vxOneTwoMobileDetails {
    margin: 10px 0;
    text-align: center;
}

body[data-vx-institution-representative="1"] a[href="/admission"]:not(.vx-admission-plan-saved):not(.vx-admission-direct-plan),
body[data-vx-institution-representative="1"] a[href="/admission/"]:not(.vx-admission-plan-saved):not(.vx-admission-direct-plan),
body[data-vx-institution-representative="1"] a[href^="/admission?"]:not(.vx-admission-plan-saved):not(.vx-admission-direct-plan) {
    display: none !important;
}

@media (max-width: 767px) {
    .vxOneTwoActions > .vx-admission-plan-entry,
    .vxOneTwoActions > .vxOneTwoActions__details {
        width: 100%;
    }

    .vxOneTwoActions > .vx-admission-plan-entry form,
    .vxOneTwoActions > .vx-admission-plan-entry button,
    .vxOneTwoActions > .vx-admission-plan-entry .vx-admission-plan-saved {
        width: 100%;
    }
}

.sphereCard__plan {
    padding: 0 14px 14px;
}

.sphereCard__plan .vx-admission-plan-entry,
.sphereCard__plan form,
.sphereCard__plan button {
    width: 100%;
}

.vxSphereSpecialtyGrid__item {
    margin-top: 15px;
    padding: 0 5px;
}

.vxSphereSpecialtyListCard {
    overflow: hidden;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.vxSphereSpecialtyListCard__link {
    position: relative;
    display: flex;
    min-height: 167px;
    padding: 24px 14px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.vxSphereSpecialtyListCard__link:hover,
.vxSphereSpecialtyListCard__link:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.vxSphereSpecialtyListCard__link .mainOverlay {
    position: absolute;
    inset: 0;
}

.vxSphereSpecialtyListCard__title,
.vxSphereSpecialtyListCard__meta {
    position: relative;
    z-index: 2;
}

.vxSphereSpecialtyListCard__title {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.vxSphereSpecialtyListCard__meta {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
}

.vxSphereSpecialtyListCard__plan {
    padding: 10px;
}

.vxSphereSpecialtyListCard__plan .vx-admission-plan-entry,
.vxSphereSpecialtyListCard__plan .vx-admission-plan-entry form,
.vxSphereSpecialtyListCard__plan .vx-admission-plan-entry button,
.vxSphereSpecialtyListCard__plan .vx-admission-plan-saved {
    width: 100%;
}

.vxSphereSpecialtyListCard__plan .vx-admission-plan-entry button,
.vxSphereSpecialtyListCard__plan .vx-admission-plan-saved {
    min-height: 40px;
}

.vxSpherePlanPicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    scroll-margin-top: 96px;
}

.vxSphereHeroPlan {
    margin-top: 16px;
}

.vxSpherePlanPicker__track {
    position: relative;
    display: inline-flex;
    margin: 0;
}

.vxSpherePlanPicker__track::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #ffffff;
    content: '';
    pointer-events: none;
    transform: translateY(-35%);
}

.vxSpherePlanPicker__track select {
    min-height: 44px;
    max-width: 172px;
    padding: 0 34px 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.58);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    appearance: none;
}

.vxSpherePlanPicker__track select:hover,
.vxSpherePlanPicker__track select:focus-visible {
    border-color: #ffffff;
    background: rgba(15, 23, 42, 0.78);
    outline: none;
}

.vxSpherePlanPicker__track option {
    background: #ffffff;
    color: #172033;
}

.vxSpherePlanPicker__actions,
.vxSpherePlanPicker__actions > div {
    display: inline-flex;
}

.vxSpherePlanPicker__actions > div[hidden] {
    display: none !important;
}

.vxSpherePlanPicker .vx-admission-plan-entry,
.vxSpherePlanPicker .vx-admission-plan-entry form,
.vxSpherePlanPicker .vx-admission-plan-entry button,
.vxSpherePlanPicker .vx-admission-plan-saved {
    min-height: 44px;
}

.vxSpherePlanPicker .vx-admission-plan-entry button,
.vxSpherePlanPicker .vx-admission-plan-saved {
    white-space: nowrap;
}

.vxVuzPrime__actionsPanel > .vx-admission-plan-entry,
.vxCollegePrime__actionsPanel > .vx-admission-plan-entry {
    min-height: 40px;
}

.vxVuzPrime__actionsPanel > .vx-admission-plan-entry button,
.vxVuzPrime__actionsPanel > .vx-admission-plan-entry .vx-admission-plan-saved,
.vxCollegePrime__actionsPanel > .vx-admission-plan-entry button,
.vxCollegePrime__actionsPanel > .vx-admission-plan-entry .vx-admission-plan-saved {
    min-height: 40px;
    border-radius: 8px;
    box-shadow: none;
    white-space: nowrap;
}

.vxVuzItem__actions .vx-admission-plan-entry,
.vxVuzItem__leadRow .vx-admission-plan-entry {
    min-height: 42px;
}

.vxVuzItem__actions .vx-admission-plan-entry button,
.vxVuzItem__leadRow .vx-admission-plan-entry button,
.vxVuzItem__actions .vx-admission-plan-saved,
.vxVuzItem__leadRow .vx-admission-plan-saved {
    min-height: 42px;
    border-radius: 8px;
}

.vxEventCard__actions .vx-admission-plan-entry,
.vxEventCard__actions .vx-admission-plan-entry form,
.vxEventCard__actions .vx-admission-plan-entry button,
.vxEventCard__actions .vx-admission-plan-saved {
    width: 100%;
}

.qzrCardHead__actions .vx-admission-plan-entry,
.qzrCardHead__actions .vx-admission-plan-entry form,
.qzrCardHead__actions .vx-admission-plan-entry button,
.qzrCardHead__actions .vx-admission-plan-saved {
    width: 100%;
}

.absBlockBot .vx-admission-plan-entry {
    min-height: 38px;
    margin: 0 0 0 8px;
}

.absBlockBot .vx-admission-plan-entry button,
.absBlockBot .vx-admission-plan-saved {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
}

.absBlockBot .vx-admission-plan-entry--specialty {
    margin-left: 8px;
}

.absBlockBot .vx-admission-plan-entry--specialty button,
.absBlockBot .vx-admission-plan-entry--specialty .vx-admission-plan-saved {
    min-height: 38px;
    padding: 0 14px;
    gap: 7px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.absBlockBot .vx-admission-plan-entry--specialty button .material-icons {
    display: inline-block;
}

@media (max-width: 992px) {
    .absBlockBot:has(> .vx-admission-plan-entry) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .absBlockBot > .vx-admission-plan-entry {
        margin: 0;
    }
}

.vxJournalCardActions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.vxJournalCardActions .vx-admission-plan-entry {
    margin: 0;
}

.vxJournalDetailPlan {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.vxJournalDetailPlan:empty,
.vxTeacherInstitutionPlan:empty {
    display: none;
}

.vxJournalDetailPlan .vx-admission-plan-entry,
.vxJournalDetailPlan .vx-admission-plan-entry form,
.vxJournalDetailPlan .vx-admission-plan-entry button,
.vxJournalDetailPlan .vx-admission-plan-saved {
    min-width: 164px;
}

.vxTeacherInstitutionPlan {
    display: flex;
    align-items: center;
    margin: 12px 0 0 90px;
}

.vxRealityPlan {
    display: flex;
    align-items: center;
    margin: 12px 0 16px;
}

.vxRealityPlan .vx-admission-plan-entry,
.vxRealityPlan .vx-admission-plan-entry form,
.vxRealityPlan .vx-admission-plan-entry button,
.vxRealityPlan .vx-admission-plan-saved {
    min-width: 164px;
}

.vxRealityCardPlan {
    display: flex;
    margin-top: 10px;
}

.vxRealityCardPlan .vx-admission-plan-entry,
.vxRealityCardPlan .vx-admission-plan-entry form,
.vxRealityCardPlan .vx-admission-plan-entry button,
.vxRealityCardPlan .vx-admission-plan-saved {
    width: 100%;
}

.vx-admission-plan-saved {
    border-color: var(--vx-plan-green-border);
    border-radius: 8px;
    background: var(--vx-plan-green-soft);
    color: var(--vx-plan-green-text) !important;
    box-shadow: none;
}

.vx-admission-plan-saved span {
    white-space: nowrap;
}

.vxContactRow__value .vx-admission-plan-saved,
.vxContactRow__value .vx-admission-plan-saved:hover,
.vxContactRow__value .vx-admission-plan-saved:focus-visible {
    color: var(--vx-plan-green-text) !important;
    text-decoration: none !important;
}

.vx-admission-plan-saved:hover,
.vx-admission-plan-saved:focus-visible {
    border-color: #a7debf;
    background: var(--vx-plan-green-soft-hover);
    color: #066345 !important;
}

.vxTargetCard__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.absBlockBot.vxTargetCard__actions .vx-admission-plan-entry {
    margin-left: 0;
}

.vxTargetCard__actions .vx-admission-plan-entry,
.vxTargetCard__actions .vx-admission-plan-entry form,
.vxTargetCard__actions .vx-admission-plan-entry button,
.vxTargetCard__actions .vx-admission-plan-saved {
    min-width: 152px;
}

.vxTargetDetailPlan {
    clear: both;
    display: flex;
    margin-top: 16px;
}

.vxTargetPlanLock {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid #d8e6ef;
    border-radius: 7px;
    background: #f7fbfd;
    color: #516b7f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.vxPlanInline,
.vxSpecPlan,
.aiVuzHead__plan,
.aiSpec2__plan,
.vxVariantPlanActions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.vxPlanInline,
.vxSpecPlan,
.aiSpec2__plan {
    margin-top: 10px;
}

.vxOpenAdmissionCard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vxOpenAdmissionCard__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.vxOpenAdmissionCard__identity img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vxOpenAdmissionCard__identity a {
    min-width: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.vxAnalyzeVuzResult__plan {
    display: inline-flex;
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.vxAnalyzeSpecialtyResult__plan,
.vxAdmissionTablePlan {
    margin-top: 8px;
}

.vxAnalyzeSpecialtyResult__plan .vx-admission-plan-entry,
.vxAnalyzeSpecialtyResult__plan .vx-admission-plan-entry form,
.vxAnalyzeSpecialtyResult__plan .vx-admission-plan-entry button,
.vxAnalyzeSpecialtyResult__plan .vx-admission-plan-saved,
.vxAdmissionTablePlan .vx-admission-plan-entry,
.vxAdmissionTablePlan .vx-admission-plan-entry form,
.vxAdmissionTablePlan .vx-admission-plan-entry button,
.vxAdmissionTablePlan .vx-admission-plan-saved {
    max-width: 100%;
}

.vxNoNaborArchive__entry {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.vxNoNaborArchive__entry .vxPlanInline {
    margin-top: 0;
}

.aiVuzHead__plan {
    flex: 0 0 auto;
    margin-left: auto;
}

.aiSpec2__plan {
    justify-content: flex-start;
}

.vxVariantPlanActions {
    clear: both;
    padding: 10px 10px 12px 20px;
}

.vxVariantPlanActions > a {
    display: inline-flex;
    text-decoration: none;
}

.vxSpecPlan .vx-admission-plan-entry,
.vxSpecPlan .vx-admission-plan-entry form,
.vxSpecPlan .vx-admission-plan-entry button,
.vxSpecPlan .vx-admission-plan-saved,
.aiSpec2__plan .vx-admission-plan-entry,
.aiSpec2__plan .vx-admission-plan-entry form,
.aiSpec2__plan .vx-admission-plan-entry button,
.aiSpec2__plan .vx-admission-plan-saved {
    min-width: 0;
}

.vxContactRow__value .vx-admission-plan-entry,
.vxContactRow__value .vx-admission-plan-entry form,
.vxContactRow__value .vx-admission-plan-entry button,
.vxContactRow__value .vx-admission-plan-saved {
    width: 100%;
}

.vxContactRow--plan-clickable {
    cursor: pointer;
}

.vxContactRow--plan-clickable:hover {
    border-color: #b9d7ef;
    background: #f1f8fe;
}

.vxContactRow--plan-clickable:focus-visible {
    outline: 3px solid rgba(0, 129, 255, 0.22);
    outline-offset: 2px;
}

.vx-admission-plan-entry--compact .vx-admission-plan-saved,
.vx-admission-plan-entry--specialty .vx-admission-plan-saved {
    border-color: transparent;
}

.vxCommPlan {
    position: relative;
    clear: both;
    container-type: inline-size;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0;
    overflow: hidden;
    margin: 22px 0 26px;
    padding: 0;
    border: 1px solid #d5e5ec;
    border-top: 4px solid #11976c;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(12, 61, 88, .1);
    scroll-margin-top: 96px;
}

.vxCommPlan--contacts,
.vxCommPlan--legacyContact {
    margin-top: 16px;
}

.vxCommPlan--contactPage {
    margin: 14px 0 22px;
}

.vxCommPlan--contactPage .vxCommPlan__copy p {
    max-width: 680px;
}

.vxContactPageMap {
    margin-bottom: 22px;
}

.vxCommPlan--contactGrid {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    height: auto;
    margin: 0;
}

.vxCommPlan--contactGrid + .vxContactMap {
    grid-column: 1 / -1;
}

.vxCommPlan--legacyContact {
    grid-template-columns: 1fr;
    align-items: stretch;
    align-content: start;
    gap: 0;
}

.vxCommPlan--legacyContact .vxCommPlan__main {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
}

.vxCommPlan--legacyContact .vxCommPlan__icon {
    width: 42px;
    height: 42px;
}

.vxCommPlan--legacyContact .vxCommPlan__copy h2 {
    font-size: 20px;
}

.vxCommPlan--legacyContact .vxCommPlan__action {
    justify-items: stretch;
    border-top: 1px solid #e2ecef;
    border-left: 0;
}

.vxCommPlan--legacyContact .vxCommPlan__hint {
    text-align: left;
}

.vxCommPlan--legacyContact .vx-admission-plan-entry,
.vxCommPlan--legacyContact .vx-admission-plan-entry form,
.vxCommPlan--legacyContact .vx-admission-plan-entry button,
.vxCommPlan--legacyContact .vx-admission-plan-saved {
    width: 100%;
    min-width: 0;
}

.vxCommPlan--event {
    border-color: #d3e4ef;
    border-top-color: #0b86d1;
    background: #ffffff;
}

.vxCommPlan--event .vxCommPlan__icon {
    background: #0b86d1;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(11, 134, 209, .22);
}

.vxCommPlan--event .vxCommPlan__kicker {
    border-color: #c8e3f4;
    background: #edf7fd;
    color: #087fbe;
}

.vxCommPlan--event .vxCommPlan__action {
    border-top-color: #e0ebf2;
    background: #f4f9fd;
}

.vxCommPlan--event .vxCommPlan__chips span {
    border-color: #cde4f0;
    background: #f8fcff;
}

.vxCommPlan__main {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-width: 0;
    padding: 22px;
}

.vxCommPlan__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0c8d68;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(12, 141, 104, .22);
}

.vxCommPlan__icon .material-icons {
    width: 29px;
    height: 29px;
    font-size: 29px;
    line-height: 29px;
}

.vxCommPlan__copy {
    min-width: 0;
}

.vxCommPlan__kicker {
    min-height: 24px;
    display: inline-flex;
    margin-bottom: 8px;
    padding: 0 8px;
    align-items: center;
    border: 1px solid #cce9dc;
    border-radius: 6px;
    background: #edf9f4;
    color: #087556;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vxCommPlan__copy h2 {
    margin: 0;
    color: #082f49;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: 0;
}

.vxCommPlan__copy p {
    max-width: 700px;
    margin: 8px 0 0;
    color: #557083;
    font-size: 13px;
    font-weight: 550;
    line-height: 1.45;
}

.vxCommPlan__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 11px;
}

.vxCommPlan__chips span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 0 9px;
    border: 1px solid #d8e5ec;
    border-radius: 6px;
    background: #f7fafc;
    color: #31556b;
    font-size: 11px;
    font-weight: 800;
}

.vxCommPlan__chips .material-icons {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    color: #087fbd;
    font-size: 15px;
    line-height: 15px;
}

.vxCommPlan__action {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    padding: 12px 16px 12px 22px;
    border-top: 1px solid #e2ecef;
    border-left: 0;
    background: #f5faf8;
}

.vxCommPlan .vx-admission-plan-entry,
.vxCommPlan .vx-admission-plan-entry form,
.vxCommPlan .vx-admission-plan-entry button,
.vxCommPlan .vx-admission-plan-saved,
.vxCommPlan .vx-admission-direct-plan {
    min-width: 0;
}

.vxCommPlan__promise {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #476779;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.vxCommPlan__promise .material-icons {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #11976c;
    font-size: 18px;
    line-height: 18px;
}

.vxCommPlan--event .vxCommPlan__promise .material-icons {
    color: #0b86d1;
}

.vxCommPlan .vx-admission-plan-entry button,
.vxCommPlan .vx-admission-plan-saved,
.vxCommPlan .vx-admission-direct-plan {
    min-height: 48px;
    padding: 9px 16px;
    border-radius: 7px;
    box-shadow: 0 9px 20px rgba(15, 155, 108, .18);
    white-space: normal;
    line-height: 1.2;
}

.vxCommPlan .vx-admission-plan-saved {
    box-shadow: none;
}

.vxCommPlan--sidebar {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    width: auto;
    max-width: 255px;
    margin: 18px auto;
    padding: 0;
    text-align: left;
}

.vxCommPlan--sidebar .vxCommPlan__main {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 15px;
}

.vxCommPlan--sidebar .vxCommPlan__icon {
    width: 42px;
    height: 42px;
}

.vxCommPlan--sidebar .vxCommPlan__icon .material-icons {
    font-size: 23px;
}

.vxCommPlan--sidebar .vxCommPlan__kicker {
    margin-bottom: 4px;
    min-height: 20px;
    padding: 0 6px;
    font-size: 10px;
}

.vxCommPlan--sidebar .vxCommPlan__copy h2 {
    font-size: 17px;
}

.vxCommPlan--sidebar .vxCommPlan__copy p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
}

.vxCommPlan--sidebar .vxCommPlan__chips {
    display: none;
}

.vxCommPlan--sidebar .vxCommPlan__action {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 15px 15px;
    border-top: 0;
    border-left: 0;
    background: #ffffff;
}

.vxCommPlan--sidebar .vxCommPlan__promise {
    display: none;
}

.vxCommPlan--sidebar .vx-admission-plan-entry button,
.vxCommPlan--sidebar .vx-admission-plan-saved,
.vxCommPlan--sidebar .vx-admission-direct-plan {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 13px;
}

.vxInstitutionCabinetPrompt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: auto;
    max-width: 255px;
    margin: 14px auto 22px;
    padding: 11px 2px 0;
    border-top: 1px solid #d7e4eb;
    color: #6a7d89;
    font-size: 11px;
    line-height: 1.3;
}

.vxInstitutionCabinetPrompt a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #126aa0;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.vxInstitutionCabinetPrompt a:hover {
    color: #084e79;
    text-decoration: underline;
}

.vxInstitutionCabinetPrompt .material-icons {
    font-size: 14px;
}

.vxCommPlan:not(:has(.vxCommPlan__action > .vx-admission-plan-entry, .vxCommPlan__action > .vx-admission-direct-plan, .vxCommPlan__action > .vx-admission-plan-saved)) {
    display: none;
}

@container (max-width: 620px) {
    .vxCommPlan {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 0;
    }

    .vxCommPlan__action {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
        padding: 14px 20px 18px;
        border-top: 1px solid #e2ecef;
        border-left: 0;
    }

    .vxCommPlan .vx-admission-plan-entry,
    .vxCommPlan .vx-admission-plan-entry form,
    .vxCommPlan .vx-admission-plan-entry button,
    .vxCommPlan .vx-admission-plan-saved,
    .vxCommPlan .vx-admission-direct-plan {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .vxJournalCardActions {
        align-items: stretch;
        flex-direction: column;
    }

    .vxJournalCardActions > a,
    .vxJournalCardActions .vx-admission-plan-entry,
    .vxJournalCardActions .vx-admission-plan-entry form,
    .vxJournalCardActions .vx-admission-plan-entry button,
    .vxJournalCardActions .vx-admission-plan-saved,
    .vxJournalDetailPlan .vx-admission-plan-entry,
    .vxJournalDetailPlan .vx-admission-plan-entry form,
    .vxJournalDetailPlan .vx-admission-plan-entry button,
    .vxJournalDetailPlan .vx-admission-plan-saved {
        width: 100%;
    }

    .vxTeacherInstitutionPlan {
        justify-content: center;
        margin-left: 0;
    }

    .vxRealityPlan,
    .vxRealityPlan .vx-admission-plan-entry,
    .vxRealityPlan .vx-admission-plan-entry form,
    .vxRealityPlan .vx-admission-plan-entry button,
    .vxRealityPlan .vx-admission-plan-saved {
        width: 100%;
    }

    .vxCompareSpecialtyItem {
        align-items: stretch;
        flex-direction: column;
    }

    .vxCompareSpecialtyItem .vx-admission-plan-entry,
    .vxCompareSpecialtyItem .vx-admission-plan-entry form,
    .vxCompareSpecialtyItem .vx-admission-plan-entry button,
    .vxCompareSpecialtyItem .vx-admission-plan-saved {
        width: 100%;
    }

    .vxOpenAdmissionCard__head {
        align-items: stretch;
        flex-direction: column;
    }

    .vxOpenAdmissionCard__head > .vx-admission-plan-entry,
    .vxOpenAdmissionCard__head > .vx-admission-plan-entry form,
    .vxOpenAdmissionCard__head > .vx-admission-plan-entry button,
    .vxOpenAdmissionCard__head > .vx-admission-plan-saved {
        width: 100%;
    }

    .vxAnalyzeVuzResult__plan {
        display: flex;
        margin: 10px 0 0;
    }

    .vxVuzPrime__actionsPanel > .vx-admission-plan-entry,
    .vxVuzPrime__actionsPanel > .vx-admission-plan-entry form,
    .vxVuzPrime__actionsPanel > .vx-admission-plan-entry button,
    .vxVuzPrime__actionsPanel > .vx-admission-plan-saved,
    .vxCollegePrime__actionsPanel > .vx-admission-plan-entry,
    .vxCollegePrime__actionsPanel > .vx-admission-plan-entry form,
    .vxCollegePrime__actionsPanel > .vx-admission-plan-entry button,
    .vxCollegePrime__actionsPanel > .vx-admission-plan-saved {
        width: 100%;
    }

    .vxVuzPrime__actionsPanel > .vx-admission-plan-entry,
    .vxCollegePrime__actionsPanel > .vx-admission-plan-entry {
        grid-column: 1 / -1;
        order: 1;
    }

    .vx-prof-card__actions .vx-admission-plan-entry,
    .vx-prof-card__actions .vx-admission-plan-entry form,
    .vx-prof-card__actions .vx-admission-plan-entry button,
    .vx-prof-card__actions .vx-admission-plan-saved,
    .vxVuzItem__actions .vx-admission-plan-entry,
    .vxVuzItem__actions .vx-admission-plan-entry form,
    .vxVuzItem__actions .vx-admission-plan-entry button,
    .vxVuzItem__actions .vx-admission-plan-saved,
    .vxVuzItem__leadRow .vx-admission-plan-entry,
    .vxVuzItem__leadRow .vx-admission-plan-entry form,
    .vxVuzItem__leadRow .vx-admission-plan-entry button,
    .vxVuzItem__leadRow .vx-admission-plan-saved {
        width: 100%;
    }

    .vxCommPlan {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 0;
        margin: 16px 0 22px;
        padding: 0;
    }

    .vxCommPlan__main {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 13px;
        padding: 17px 15px 16px;
    }

    .vxCommPlan__icon {
        width: 52px;
        height: 52px;
    }

    .vxCommPlan__copy h2 {
        font-size: 18px;
    }

    .vxCommPlan__action {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
        padding: 13px 15px 15px;
    }

    .vxCommPlan .vx-admission-plan-entry,
    .vxCommPlan .vx-admission-plan-entry form,
    .vxCommPlan .vx-admission-plan-entry button,
    .vxCommPlan .vx-admission-plan-saved,
    .vxCommPlan .vx-admission-direct-plan {
        width: 100%;
    }

    .aiVuzHead__plan {
        width: 100%;
        margin-left: 0;
    }

    .aiVuzHead__plan .vx-admission-plan-entry,
    .aiVuzHead__plan .vx-admission-plan-entry form,
    .aiVuzHead__plan .vx-admission-plan-entry button,
    .aiVuzHead__plan .vx-admission-plan-saved {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .vxSpherePlanPicker {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .vxSpherePlanPicker__track,
    .vxSpherePlanPicker__track select,
    .vxSpherePlanPicker__actions,
    .vxSpherePlanPicker__actions > div {
        width: 100%;
        max-width: none;
    }

    .vx-admission-plan-entry,
    .vx-admission-plan-entry form,
    .vx-admission-plan-entry button,
    .vx-admission-plan-saved,
    .vx-admission-direct-plan {
        width: 100%;
    }
}

.vx-admission-direct-plan[data-vx-representative-plan-entry] {
    cursor: pointer;
}

.vxRepresentativePlanDialog {
    width: min(470px, calc(100% - 32px));
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(19, 54, 74, 0.22);
    border-radius: 8px;
    background: #ffffff;
    color: #15364a;
    box-shadow: 0 30px 90px rgba(7, 29, 43, 0.38);
    font-family: inherit;
    letter-spacing: 0;
}

.vxRepresentativePlanDialog:not([open]) {
    display: none;
}

.vxRepresentativePlanDialog::backdrop {
    background: rgba(8, 28, 42, 0.72);
    backdrop-filter: blur(3px);
}

.vxRepresentativePlanDialog,
.vxRepresentativePlanDialog * {
    box-sizing: border-box;
}

.vxRepresentativePlanDialog__head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 13px;
    position: relative;
    padding: 24px;
    background: linear-gradient(135deg, #153f54 0%, #0d2d40 100%);
}

.vxRepresentativePlanDialog__head::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #18b77e 0%, #18b77e 72%, #248dca 72%, #248dca 100%);
}

.vxRepresentativePlanDialog__icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #18ad78;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(4, 23, 34, 0.28);
}

.vxRepresentativePlanDialog__icon .material-icons {
    flex: 0 0 28px;
    width: 28px;
    overflow: hidden;
    font-size: 28px;
    white-space: nowrap;
}

.vxRepresentativePlanDialog__kicker {
    display: block;
    margin-bottom: 6px;
    color: #a8ead1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.vxRepresentativePlanDialog h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.16;
}

.vxRepresentativePlanDialog__close {
    display: inline-flex;
    width: 38px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
}

.vxRepresentativePlanDialog__close .material-icons {
    flex: 0 0 24px;
    width: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.vxRepresentativePlanDialog__close:hover,
.vxRepresentativePlanDialog__close:focus-visible {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.vxRepresentativePlanDialog__body {
    padding: 24px 24px 0;
}

.vxRepresentativePlanDialog__body p {
    margin: 0;
    padding-left: 15px;
    border-left: 3px solid #bfe8d6;
    color: #486879;
    font-size: 16px;
    line-height: 1.52;
}

.vxRepresentativePlanDialog__body strong {
    color: #173f53;
}

.vxRepresentativePlanDialog__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 22px 24px 24px;
    background: #ffffff;
}

.vxRepresentativePlanDialog__secondary,
.vxRepresentativePlanDialog__primary {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.vxRepresentativePlanDialog__secondary {
    grid-row: 2;
    min-height: 38px;
    border: 0 !important;
    background: transparent !important;
    color: #557382 !important;
    box-shadow: none !important;
}

.vxRepresentativePlanDialog__primary {
    grid-row: 1;
    border: 1px solid #0f9b6c !important;
    background: #0f9b6c !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(15, 155, 108, 0.24) !important;
}

.vxRepresentativePlanDialog__primary span,
.vxRepresentativePlanDialog__primary .material-icons {
    color: #ffffff !important;
}

.vxRepresentativePlanDialog__secondary:hover,
.vxRepresentativePlanDialog__secondary:focus-visible {
    background: #f1f6f7 !important;
    color: #173f53 !important;
    text-decoration: none !important;
}

.vxRepresentativePlanDialog__primary:hover,
.vxRepresentativePlanDialog__primary:focus-visible {
    border-color: #0b7f59 !important;
    background: #0b7f59 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.vxRepresentativePlanDialog__primary .material-icons {
    flex: 0 0 20px;
    width: 20px;
    overflow: hidden;
    font-size: 20px;
    white-space: nowrap;
}

body.vx-representative-plan-dialog-open {
    overflow: hidden;
}

@media (max-width: 560px) {
    .vxRepresentativePlanDialog__head {
        grid-template-columns: 48px minmax(0, 1fr) 36px;
        gap: 11px;
        padding: 19px 16px;
    }

    .vxRepresentativePlanDialog__icon {
        width: 48px;
        height: 48px;
    }

    .vxRepresentativePlanDialog h2 {
        font-size: 21px;
    }

    .vxRepresentativePlanDialog__close {
        width: 36px;
        height: 36px;
    }

    .vxRepresentativePlanDialog__body {
        padding: 20px 16px 0;
    }

    .vxRepresentativePlanDialog__actions {
        padding: 18px 16px 20px;
    }

    .vxRepresentativePlanDialog__secondary,
    .vxRepresentativePlanDialog__primary {
        width: 100%;
        white-space: normal;
    }

}

.vx-admission-plan-entry--institution:has(.vx-admission-urgent) { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.vx-admission-plan-entry a.vx-admission-urgent { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; max-width: 100%; padding: 10px 16px; border: 1px solid #08795f; border-radius: 6px; background: #08795f; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.4; text-decoration: none; white-space: normal; text-align: center; }
.vx-admission-plan-entry a.vx-admission-urgent:hover { background: #05644e; color: #fff; }
.vx-admission-plan-entry a.vx-admission-urgent:focus-visible { outline: 3px solid #198fe4; outline-offset: 3px; }
.vx-admission-plan-entry a.vx-admission-urgent .material-icons { flex: 0 0 20px; font-size: 20px; }
