.scholarship-form__body {
    padding: 0.9rem 1.05rem;
}

.scholarship-form__body .info-section-app {
    margin-bottom: 0.5rem;
}

.scholarship-form__body .info-section-app__title {
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
}

.scholarship-form__body .info-section-app--subsection .info-section-app__title {
    margin-bottom: 0.5rem;
    padding-bottom: 0.28rem;
}

.scholarship-form__table-section .info-section-grid {
    border-radius: 8px;
}

.scholarship-form__table-section .info-section-grid__item {
    min-width: 0;
}

.scholarship-form__table-section .info-field-app {
    min-height: 0;
    padding: 0.42rem 0.55rem;
}

.scholarship-form__table-section .info-field-app__label {
    margin-bottom: 0.08rem;
    font-size: 9px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.scholarship-form__table-section .info-field-app__value {
    font-size: 12px;
    line-height: 1.18;
    word-break: break-word;
}

.scholarship-form__table-section--nested .info-section-grid {
    background: #fbfdff;
}

.scholarship-form-control {
    height: 100%;
}

.scholarship-form-control--spaced {
    padding-top: 0.2rem;
}

.scholarship-form-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1rem;
}

.scholarship-form-meta__item {
    min-width: 220px;
    padding: 0.85rem 1rem;
    border-left: 4px solid #2796ff;
    border-radius: 10px;
    background: #f8fbff;
}

.scholarship-form-meta__label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #22418b;
    font-weight: 700;
}

.scholarship-form-meta__value {
    color: #212529;
    font-size: 12px;
    font-weight: 300;
}

.scholarship-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.scholarship-form__student-button,
.scholarship-form__action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.scholarship-form__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-left: auto;
}

.scholarship-form__actions--full {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .scholarship-form__body {
        padding: 0.8rem;
    }

    .scholarship-form__table-section .info-field-app {
        padding: 0.4rem 0.5rem;
    }

    .scholarship-form-meta__item {
        width: 100%;
    }

    .scholarship-form__footer,
    .scholarship-form__actions,
    .scholarship-form__actions--full {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
    }
}
