.card-k__hero h1 {
    line-height: 1.2;
}

.form-check.k-check .k-inline-details {
    background: #faf6ff;
    border-radius: 10px;
    padding: .7rem .9rem;
    margin-top: .7rem;
    border: 1px dashed var(--k-primary-light);
}

fieldset legend {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .8px;
}

[data-submit] {
    width: 100%;
    margin-top: .5rem;
}

@media (min-width: 576px) {
    [data-submit] {
        width: auto;
    }
}