.registration-forms-page {
    padding: 2.25rem 0 5rem;
}

.registration-forms-introduction {
    max-width: 760px;
    margin: -0.75rem auto 1.25rem;
    color: #50505a;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: center;
}

.registration-forms-notice {
    position: relative;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    width: min(100%, 1080px);
    margin: 0 auto 2.25rem;
    padding: 1.15rem 1.3rem;
    overflow: hidden;
    border: 1px solid #dfd2e6;
    border-left: 4px solid #672290;
    border-radius: 10px;
    background: linear-gradient(135deg, #fbf9fc 0%, #f5eef8 100%);
    box-shadow: 0 6px 18px rgba(72, 35, 91, 0.08);
    color: #413a46;
    font-size: 0.95rem;
    line-height: 1.65;
}

.registration-forms-notice__icon {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: #672290;
    box-shadow: 0 3px 9px rgba(103, 34, 144, 0.2);
    color: #fff;
    font-size: 1rem;
}

.registration-forms-notice__content {
    min-width: 0;
}

.registration-forms-notice h2 {
    margin: 0 0 0.25rem;
    color: #442053;
    font-size: 0.92rem;
    font-weight: 750;
    letter-spacing: 0.01em;
    line-height: 1.35;
}

.registration-forms-notice p {
    margin: 0;
    color: #4a434e;
}

.registration-forms-table-wrap {
    width: min(100%, 1080px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e3dce8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(55, 28, 70, 0.09);
}

.registration-forms-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #24212a;
}

.registration-forms-table__form-column {
    width: 70%;
}

.registration-forms-table__download-column {
    width: 30%;
}

.registration-forms-table thead {
    background: #f7f3f9;
}

.registration-forms-table th,
.registration-forms-table td {
    padding: 1.2rem 1.4rem;
    vertical-align: middle;
    text-align: left;
}

.registration-forms-table thead th {
    border-bottom: 1px solid #e3dce8;
    color: #655d6a;
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.registration-forms-table__download-cell {
    text-align: right !important;
}

.registration-forms-table__download-cell > * {
    margin-left: auto;
}

.registration-forms-table tbody th {
    font-weight: inherit;
}

.registration-forms-table tbody tr {
    transition: background-color 180ms ease;
}

.registration-forms-table tbody tr + tr {
    border-top: 1px solid #ece7ef;
}

.registration-forms-table tbody tr:hover {
    background: #fcfafd;
}

.registration-form-identity {
    display: flex;
    align-items: center;
    min-width: 0;
}

.registration-form-icon {
    display: inline-flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 1.25rem;
    border-radius: 50%;
    background: #f2eaf6;
    color: #672290;
    font-size: 1.55rem;
}

.registration-form-file-type {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35em;
    height: 1.35em;
}

.registration-form-file-type > i {
    font-size: 1.25em;
}

.registration-form-file-type > span {
    position: absolute;
    left: 50%;
    bottom: 0.22em;
    padding: 0.08em 0.12em;
    background: #f2eaf6;
    font-size: 0.34em;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.03em;
    transform: translateX(-50%);
}

.registration-form-title {
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.4;
}

.registration-form-action,
.registration-form-status,
.registration-form-online {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
    color: #672290;
    font-size: 0.92rem;
    font-weight: 650;
    text-align: center;
}

.registration-form-action {
    justify-content: flex-start;
    text-decoration: none;
}

.registration-form-action:hover {
    color: #4e166f;
    text-decoration: underline;
}

.registration-form-action:focus-visible,
.registration-form-online:focus-visible {
    outline: 3px solid rgba(103, 34, 144, 0.35);
    outline-offset: 3px;
}

.registration-form-status {
    justify-content: flex-start;
    color: #716a77;
}

.registration-form-online {
    width: 100%;
    min-height: 46px;
    padding: 0.7rem 1rem;
    border: 1px solid #672290;
    border-radius: 8px;
    background: #672290;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease;
}

.registration-form-online[href]:hover {
    border-color: #4e166f;
    background: #4e166f;
    color: #fff;
}

.registration-form-online:disabled {
    border-color: #d8d2dc;
    background: #eeeaf0;
    color: #716a77;
    cursor: not-allowed;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .registration-form-title {
        font-size: 0.9rem;
    }

    .registration-form-action,
    .registration-form-status,
    .registration-form-online {
        font-size: 0.8rem;
    }
}

@media (max-width: 991.98px) {
    .registration-forms-table__form-column {
        width: 68%;
    }

    .registration-forms-table__download-column {
        width: 32%;
    }

    .registration-forms-table th,
    .registration-forms-table td {
        padding: 1rem;
    }

    .registration-form-icon {
        margin-right: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .registration-forms-page {
        padding: 1.5rem 0 3.5rem;
    }

    .registration-forms-introduction {
        margin-bottom: 1.1rem;
        font-size: 1rem;
    }

    .registration-forms-notice {
        gap: 0.75rem;
        margin-bottom: 1.75rem;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .registration-forms-notice__icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .registration-forms-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .registration-forms-table,
    .registration-forms-table tbody,
    .registration-forms-table tr,
    .registration-forms-table th,
    .registration-forms-table td {
        display: block;
        width: 100%;
    }

    .registration-forms-table colgroup,
    .registration-forms-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .registration-forms-table tbody {
        display: grid;
        gap: 1rem;
    }

    .registration-forms-table tbody tr {
        overflow: hidden;
        border: 1px solid #e3dce8;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 7px 22px rgba(55, 28, 70, 0.07);
    }

    .registration-forms-table tbody tr + tr {
        border-top: 1px solid #e3dce8;
    }

    .registration-forms-table tbody th,
    .registration-forms-table tbody td {
        padding: 1rem 1.15rem;
    }

    .registration-forms-table tbody td {
        display: grid;
        grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
        gap: 0.75rem;
        align-items: center;
        border-top: 1px solid #eee9f0;
    }

    .registration-forms-table tbody td::before {
        content: attr(data-label);
        color: #716a77;
        font-size: 0.75rem;
        font-weight: 750;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    .registration-form-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-right: 0.9rem;
        font-size: 1.3rem;
    }

    .registration-form-online {
        width: 100%;
    }

    .registration-form-title {
        font-size: 0.95rem;
    }

    .registration-form-action,
    .registration-form-status {
        justify-content: flex-start;
        font-size: 0.86rem;
    }
}

@media (max-width: 420px) {
    .registration-forms-table tbody td {
        display: block;
    }

    .registration-forms-table tbody td::before {
        display: block;
        margin-bottom: 0.65rem;
    }
}
