.DeliveryPage {
    &.Page {
        overflow-y: auto;
        flex: 1;
    }

    &-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    &-welcome {
        max-width: 480px;
    }

    &-createOptionMessage {
        align-items: center;
        color: var(--gray-900);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 32px;
        font-weight: 400;
        justify-content: center;
        line-height: 38px;
        padding-bottom: 8px;
        text-align: center;
    }

    &-optionsMessage {
        align-items: center;
        color: var(--gray-700);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 60px;
        text-align: center;
        line-height: 20px;
    }

    &-delivery-section {
        display: flex;
        height: 160px;
        justify-content: center;
    }

    &-delivery-sound-recording {
        padding-left: 15px;
        width: 250px;

        &.single {
            width: auto;
        }
    }

    &-delivery-sound-recording-header {
        color: var(--orchard-gray-gray-900);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1px;
    }

    &-delivery-physical {
        width: 250px;
    }

    &-delivery-physical-header {
        color: var(--orchard-gray-gray-900);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1px;
    }

    &-delivery-section-separator {
        background: var(--gray-400);
        margin: 0 20px;
        width: 1px;
    }

    &-delivery-sound-recording-performance {
        margin: 16px 0;
    }

    &-delivery-radio-button {
        color: var(--gray-800);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 16px 0;
    }

    &-delivery-navigation-section {
        display: flex;
        justify-content: center;
        margin-top: 120px;
    }
}
