.start-plan-layout {
    max-width: 780px;
}

.start-plan-panel {
    min-height: 32rem;
}

.start-plan-panel h1 {
    margin: 0.35rem 0 0.75rem;
}

.start-plan-back {
    display: inline-flex;
    margin-bottom: 1.5rem;
}

.start-plan-period {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    border: 0;
    padding: 0;
    margin: 0 0 1.25rem;
}

.start-plan-period legend,
.start-plan-preferences__label {
    width: 100%;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

.start-plan-preferences {
    margin-bottom: 0.65rem;
}

.start-plan-preferences__copy {
    max-width: 38rem;
    margin: 0;
}

.start-plan-period__option {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.9rem;
    border: 1px solid rgba(15, 26, 46, 0.14);
    border-radius: 12px;
    cursor: pointer;
}

.start-plan-period__option:has(input:checked) {
    border-color: var(--color-primary);
    box-shadow: inset 0 0 0 1px var(--color-primary);
}

.start-plan-period__option span {
    display: grid;
    gap: 0.2rem;
}

.start-plan-period__option small {
    color: rgba(37, 38, 40, 0.62);
}

.start-plan-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
}

.start-plan-progress,
.start-plan-error {
    max-width: 38rem;
}

.start-plan-skeleton {
    display: grid;
    gap: 0.85rem;
    margin-top: 2rem;
}

@media (max-width: 640px) {
    .start-plan-period {
        grid-template-columns: 1fr;
    }
}
