﻿.subheader:before { -webkit-transform: skew(45deg); transform: skew(-45deg); }

.custom-form-wrapper { container-type: inline-size; }

@container (max-width: 767px) {
    .custom-form__group { grid-template-columns: 1fr 24px !important; grid-template-rows: max-content 1fr !important; row-gap: 0 !important; column-gap: 15px !important; }
    .custom-form__group--calculation, .custom-form__group--submit { margin-left: 0 !important; width: auto !important; }
    .custom-form__label { grid-column: 1 / span 2 !important; grid-row: 1 !important; justify-self: auto !important; }
    .custom-form__input { grid-column: 1 !important; grid-row: 2 !important; height: 2rem !important; }
    .custom-form__tooltip { grid-column: 2 !important; grid-row: 2 !important; }
    .custom-form__result--success { font-size: 1.5rem !important; }
}
