/*MOBILE-FIRST STYLING*/
main h2 {
    font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.471), 1.4rem);
    line-height: 1.4;
}

.evf-label {
    color: var(--wp--preset--color--accent-4);
}
.everest-forms label, .wp-block-everest-forms-form-selector label.everest-forms-field-label-inline {
    color: var(--wp--preset--color--custom-dimmed-white);
}
.everest-forms .everest-forms-uploader span, .wp-block-everest-forms-form-selector .everest-forms-uploader span.everest-forms-upload-title {
    color: var(--wp--preset--color--custom-dimmed-white);
}

.everest-forms-field-row div {
    display: flex;
    flex-direction: column;
}
.everest-forms-field-row div label{
    order: -1;
}
.everest-forms .everest-forms-field-row:last-child .everest-forms-field-sublabel, .wp-block-everest-forms-form-selector .everest-forms-field-row:last-child .everest-forms-field-sublabel {
    margin-bottom: 10px;
}
.evf-submit {
    background-color: var(--wp--preset--color--accent-2) !important;
    color: var(--wp--preset--color--contrast) !important;
    font-family: 'Punktype';
    font-size: 2rem !important;
    border-image: url(/wp-content/uploads/2025/02/torn-red-top-bottom.webp) 20 round !important;
    border-image-outset: 0 !important;
    border-image-width: 1 !important;
    border-image-width: 1.5 !important;
    border-image-outset: 5px !important;
}

.radar-column {
     border: 5px solid transparent;
    border-image-width: 1.5 !important;
    border-image-outset: 5px !important;
    border-image: url(/wp-content/uploads/2025/02/tornpaper-full.webp) 20 round;
    background-color: var(--wp--preset--color--contrast);;
    color: var(--wp--preset--color--base);
    height: 100%;
}
.radar-column h3 {
    padding: 0;
    font-family: 'Special Elite';
    font-size: 1.3rem;

}

/*DESKTOP STYLING*/
@media only screen and (min-width: 1024px) {

.radar-column {
    margin-top: 1rem !important;
}
}
