.request-change-shell {
    background: #f5f7fb;
    min-height: calc(100vh - 80px);
    overflow: visible;
    -webkit-overflow-scrolling: touch;
}

.request-change-header.header {
    position: static;
    background: var(--primary);
    padding: 10px 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .12);
}

.request-change-header .header__logo {
    display: inline-flex;
    align-items: center;
}

.request-change-header .header__logo img {
    width: auto;
    max-height: 58px;
    object-fit: contain;
}

.request-change-header .menu__link {
    color: #fff;
}

.request-change-header .header-overlay:not(.header-overlay--shown),
.request-change-header .menu:not(.menu--shown) {
    pointer-events: none;
}

.request-change-header .menu--shown {
    pointer-events: auto;
}

.request-change-shell .property-wrapper {
    padding-top: 22px;
    padding-bottom: 24px;
}

.request-change-shell .property-wrapper h2 {
    color: #fff;
    margin: 0;
}

.request-change-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.request-change-title p {
    color: rgba(255, 255, 255, .78);
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 760px;
}

.request-change-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.request-change-shell .btn {
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 11px 18px;
}

.request-change-shell .btn--primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(30, 74, 124, .18);
}

.request-change-shell .btn--primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.request-change-btn--ghost {
    background: #fff;
    border-color: #d8e0eb;
    color: var(--primary);
}

.request-change-btn--ghost:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.request-change-panel {
    background: #fff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(18, 38, 63, .06);
}

.request-change-panel__body {
    padding: 24px;
}

.request-change-table {
    width: 100%;
    border-collapse: collapse;
}

.request-change-table th,
.request-change-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f6;
    text-align: left;
    vertical-align: middle;
}

.request-change-table th {
    background: #f9fbfd;
    color: #17202a;
    font-weight: 700;
}

.request-change-empty {
    padding: 40px 32px;
    text-align: center;
    color: #69788a;
}

.request-change-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 4px 10px;
    background: #eef5ff;
    color: #245b96;
    font-size: 13px;
    font-weight: 700;
}

.request-change-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 20px;
}

.request-change-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.request-change-summary__item {
    background: #f9fbfd;
    border: 1px solid #e7ecf4;
    border-radius: 8px;
    padding: 14px;
}

.request-change-summary__label {
    color: #6b7787;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.request-change-summary__value {
    margin-top: 6px;
    color: #17202a;
    font-weight: 700;
}

.request-change-timeline {
    display: grid;
    gap: 12px;
}

.request-change-timeline__item {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
}

.request-change-timeline__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cc7218;
    margin-top: 5px;
}

.request-change-timeline__content {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f6;
}

.request-change-doc {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #edf1f6;
}

.request-change-upload {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.request-change-upload .btn {
    width: 100%;
}

.request-change-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.request-change-inline-actions .btn {
    min-height: 34px;
    padding: 8px 12px;
}

.request-change-file {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #f9fbfd;
    color: #516173;
    font: inherit;
    overflow: hidden;
}

.request-change-file::file-selector-button {
    min-height: 44px;
    margin-right: 12px;
    border: 0;
    border-right: 1px solid #d9e2ef;
    background: #eef4fb;
    color: var(--primary);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0 14px;
}

.request-change-file:hover,
.request-change-file:focus {
    border-color: var(--primary);
    outline: none;
}

.request-change-form {
    display: grid;
    gap: 18px;
}

.request-change-form textarea {
    min-height: 140px;
    resize: vertical;
}

.request-change-flow {
    grid-template-columns: 220px minmax(0, 1fr) minmax(320px, .85fr);
    align-items: start;
}

.request-change-start {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr);
    align-items: start;
}

.request-change-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.request-change-type-menu {
    display: grid;
    gap: 10px;
    position: sticky;
    top: 16px;
}

.request-change-type-card {
    width: 100%;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    background: #fff;
    color: #233044;
    cursor: pointer;
    padding: 14px;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.request-change-type-card span {
    display: block;
    font-weight: 800;
    line-height: 1.25;
}

.request-change-type-card small {
    display: block;
    color: #718096;
    font-size: 12px;
    margin-top: 4px;
}

.request-change-type-card:hover,
.request-change-type-card.is-active {
    border-color: var(--primary);
    box-shadow: 0 10px 22px rgba(30, 74, 124, .12);
    transform: translateY(-1px);
}

.request-change-type-card.is-active {
    background: color-mix(in srgb, var(--primary) 8%, #fff);
}

.request-change-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.request-change-section-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
}

.request-change-section-heading h3 {
    color: #1d2b3f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.request-change-section-heading p {
    color: #69788a;
    font-size: 13px;
    line-height: 1.45;
    margin: 4px 0 0;
}

.request-change-checklist {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.request-change-checklist__item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 12px;
}

.request-change-checklist__item > span {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid var(--primary);
    margin-top: 1px;
    position: relative;
}

.request-change-checklist__item > span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.request-change-checklist__item strong {
    display: block;
    color: #26364a;
    font-size: 13px;
    line-height: 1.35;
}

.request-change-checklist__item small {
    color: #718096;
    display: block;
    margin-top: 3px;
}

.request-change-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.request-change-fieldset {
    display: grid;
    gap: 14px;
}

.request-change-sticky {
    position: sticky;
    top: 16px;
}

.request-change-preview {
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.request-change-preview > div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    border-bottom: 1px solid #edf1f6;
}

.request-change-preview > div:last-child {
    border-bottom: 0;
}

.request-change-preview strong,
.request-change-preview span {
    padding: 11px 12px;
}

.request-change-preview strong {
    background: #f8fafc;
    color: #1f2d42;
    font-size: 12px;
    text-align: right;
}

.request-change-preview span {
    color: #334155;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.request-change-preview--details > div {
    grid-template-columns: 170px minmax(0, 1fr);
}

.request-change-doc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.request-change-step-list {
    display: grid;
    gap: 12px;
}

.request-change-step-list > div {
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    background: #fbfdff;
    padding: 14px;
}

.request-change-step-list strong,
.request-change-step-list span {
    display: block;
}

.request-change-step-list strong {
    color: #243245;
    font-weight: 800;
}

.request-change-step-list span {
    color: #69788a;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.request-change-mini-link {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.request-change-payment-note {
    border: 1px solid color-mix(in srgb, var(--primary) 28%, #dfe6f0);
    border-radius: 8px;
    background: color-mix(in srgb, var(--primary) 6%, #fff);
    color: #243245;
    margin-top: 18px;
    padding: 16px;
}

.request-change-payment-note h4 {
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
}

.request-change-payment-note p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 12px;
}

.request-change-payment-note__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(30, 74, 124, .14);
    padding-top: 10px;
    margin-top: 10px;
}

.request-change-payment-note__row span {
    color: #64748b;
}

.request-change-payment-note__row strong {
    color: #132238;
}

.request-change-actions--end {
    justify-content: flex-end;
    margin-top: 18px;
}

@media (max-width: 768px) {
    html,
    body {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .request-change-shell {
        min-height: auto;
        overflow-y: visible;
    }

    .request-change-shell .property-wrapper {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .request-change-shell .property-wrapper h2 {
        font-size: 24px;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .request-change-title p {
        font-size: 13px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .request-change-title,
    .request-change-actions,
    .request-change-upload {
        align-items: stretch;
    }

    .request-change-actions,
    .request-change-upload {
        flex-direction: column;
        width: 100%;
    }

    .request-change-grid,
    .request-change-flow,
    .request-change-start,
    .request-change-summary,
    .request-change-doc,
    .request-change-upload,
    .request-change-field-grid,
    .request-change-type-grid,
    .request-change-preview > div,
    .request-change-preview--details > div {
        grid-template-columns: 1fr;
    }

    .request-change-type-menu,
    .request-change-sticky {
        position: static;
    }

    .request-change-type-menu {
        grid-template-columns: 1fr;
    }

    .request-change-preview strong {
        text-align: left;
        padding-bottom: 4px;
    }

    .request-change-preview span {
        padding-top: 4px;
    }

    .request-change-panel__body {
        padding: 18px;
    }

    .request-change-shell .btn {
        width: 100%;
    }

    .request-change-upload .request-change-btn--ghost {
        background: var(--primary);
        border-color: var(--primary);
        color: #fff;
    }

    .request-change-upload .request-change-btn--ghost:hover {
        background: var(--secondary);
        border-color: var(--secondary);
        color: #fff;
    }
}
