input[type="radio"] {
    display: none;
}

input[type="radio"].product:checked+label,
input[type="radio"].period:checked+label {
    border-color: #185de3;
    background-color: #185de3;
    color: #ffffff !important;
}

input[type="radio"].period+label,
input[type="radio"].product+label {
    color: #185de3;
    white-space: nowrap;
}

.position_relative {
    position: relative;
}

.form_column {
    flex-grow: 1;
    display: grid;
    gap: 12px;
}

.summary_column {
    position: sticky;
    top: 20px;
}

.input-el {
    width: auto;
    margin: 8px 0;
}

.summary_first_row,
.summary_next_row {
    display: flex;
}

.product {
    width: 75%;
    padding-right: 5%;
}

.price {
    width: 25%;
    white-space: nowrap;
}