/**
 * Additional form paths for the domestic well landing.
 *
 * Kept separate from base.css so other landing blueprints cannot inherit
 * problem-specific layout or conversion components by accident.
 */

.lp-blueprint-well #dobor,
.lp-blueprint-well #badanie {
    scroll-margin-top: 96px;
}

.lp-blueprint-well .lp-form-hub [data-lp-path-panel] {
    padding-top: clamp(52px, 6vw, 80px);
}

.lp-blueprint-well .lp-analysis-store {
    margin-top: 30px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--lp-line);
    border-left: 5px solid var(--lp-yellow);
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 4, 87, .06);
}

.lp-blueprint-well .lp-analysis-store > strong {
    display: block;
    color: var(--lp-navy);
    line-height: 1.35;
}

.lp-blueprint-well .lp-analysis-store > p {
    margin: 7px 0 14px;
    color: var(--lp-muted);
    font-size: .82rem;
    line-height: 1.5;
}

.lp-blueprint-well .lp-analysis-store__links {
    display: grid;
    gap: 8px;
}

.lp-blueprint-well .lp-analysis-store__links a {
    color: var(--lp-blue);
    font-size: .8rem;
    font-weight: 800;
    text-underline-offset: 3px;
}

.lp-blueprint-well .lp-question {
    margin-bottom: 25px;
}

.lp-blueprint-well .lp-question__label {
    margin: 0 0 10px;
    color: var(--lp-ink);
    font-size: .82rem;
    font-weight: 800;
}

.lp-blueprint-well .lp-question__label small {
    color: var(--lp-muted);
    font-weight: 500;
}

.lp-blueprint-well .lp-choice-grid--single {
    grid-template-columns: 1fr;
}

.lp-blueprint-well .lp-choice-grid--single span {
    min-height: 0;
    align-items: start;
    justify-items: start;
    padding: 14px 16px;
    text-align: left;
}

.lp-blueprint-well .lp-choice-grid--single strong,
.lp-blueprint-well .lp-choice-grid--single small {
    display: block;
}

.lp-blueprint-well .lp-choice-grid--single strong {
    color: var(--lp-navy);
    font-size: .83rem;
}

.lp-blueprint-well .lp-choice-grid--single small {
    margin-top: 3px;
    color: var(--lp-muted);
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.4;
}

.lp-blueprint-well .lp-choice-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-blueprint-well .lp-choice-grid--compact span {
    min-height: 62px;
}

.lp-blueprint-well .lp-choice-grid--symptoms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-blueprint-well .lp-choice-grid--symptoms span {
    min-height: 58px;
    padding: 9px;
    font-size: .7rem;
}

.lp-blueprint-well .lp-inline-check {
    display: flex;
    gap: 10px;
    margin: -3px 0 22px;
    padding: 13px 14px;
    color: var(--lp-muted);
    background: #f6f8fc;
    border: 1px solid var(--lp-line);
    border-radius: 8px;
    cursor: pointer;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.45;
}

.lp-blueprint-well .lp-inline-check input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 1px;
}

.lp-blueprint-well .lp-form-success__actions {
    margin-top: 18px;
}

.lp-blueprint-well .lp-form-success__actions a {
    color: var(--lp-blue);
    font-size: .82rem;
    font-weight: 800;
    text-underline-offset: 3px;
}

@media (max-width: 720px) {
    .lp-blueprint-well #dobor,
    .lp-blueprint-well #badanie {
        scroll-margin-top: 78px;
    }

    .lp-blueprint-well .lp-choice-grid--compact,
    .lp-blueprint-well .lp-choice-grid--symptoms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .lp-blueprint-well .lp-choice-grid--compact,
    .lp-blueprint-well .lp-choice-grid--symptoms {
        grid-template-columns: 1fr;
    }
}
