.customform [type="radio"]:checked,
.customform [type="radio"]:not(:checked) {
    left: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0;
}

.customform [type="radio"]:not(:checked) + label {
    color: inherit;
}

.customform .form-check {
    margin-bottom: 20px;
}

.customform .form-navigation-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.customform .form-navigation-buttons .btn {
    float: none;
}

.customform .clearfix h2 {
    margin-top: 30px;
}

.customform .form-check-label .option-label {
    display: block;
    font-weight: 600;
}

.customform .form-check-label .option-description {
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.4;
}

.customform .summary-page-title {
    margin-bottom: 10px;
}

.customform .summary-page-intro {
    margin-bottom: 20px;
}

.customform .summary-page-section-title {
    margin: 30px 0 10px;
}

.customform .summary-page-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 0;
    padding: 12px 0;
}

.customform .summary-page-label,
.customform .summary-page-value {
    margin: 0;
}

.customform .summary-page-label {
    font-weight: 600;
}

.customform .summary-page-label-only {
    grid-column: 1 / -1;
}

.customform .summary-page-values {
    margin: 0;
    padding-left: 20px;
}

.customform .summary-page-values li {
    margin: 0;
    padding: 0;
}

.customform .summary-page-values li::before {
    left: -15px;
}
