﻿.component-qtt-form-simple-season {
    background: #061B2B;
    padding: 12px 30px;
    margin-bottom: 15px;
    max-width: 100% !important;
}

.component-qtt-form-simple-season .form-title {
    padding-bottom: 32px;
}

.component-qtt-form-simple-season .qtt-form-stations .button-wrapper {
    margin-left: 20px;
}

.component-qtt-form-simple-season .qtt-form-stations .validation-error-message {
    width: 100%;
}

.component-qtt-form-simple-season .checkboxseasonhomepage {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 8px 0;
    background-color: transparent;
    justify-content: flex-start;
    gap: 15px;
}

.component-qtt-form-simple-season .checkboxseasonhomepage .season-option {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    line-height: 1;
    gap: 5px;
}

.component-qtt-form-simple-season .checkboxseasonhomepage .season-option label {
    color: #fff;
}

@media screen and (min-width:1024px) {
    .component-qtt-form-simple-season .qtt-form-stations {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

    .component-qtt-form-simple-season .qtt-form-stations .station-input {
        padding: 0;
        width: calc(50% - 255px / 2);
        margin: 0;
    }

    .component-qtt-form-simple-season .qtt-form-stations .station-switch {
        position: static;
        margin: 0 10px;
        width: 35px;
        display: flex;
        align-items: center;
    }

    .component-qtt-form-simple-season .qtt-form-stations .station-switch .station-switch__icon {
        line-height: 42px;
        padding: 0;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage .season-option input {
        width: 15px;
        height: 15px;
    }

    .desktop-only-1024 {
        display: block;
    }

    .mobile-only-1023 {
        display: none;
    }
}

@media screen and (max-width:1023.98px) {
    .component-qtt-form-simple-season .button-wrapper {
        text-align: center;
        margin-top: 20px;
    }

    .component-qtt-form-simple-season .form-title h2 {
        text-align: center;
    }

    .desktop-only-1024 {
        display: none;
    }

    .mobile-only-1023 {
        display: block;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage {
        padding: 8px 70px;
        justify-content: center;
    }
}

@media screen and (max-width:767.98px) {
    .component-qtt-form-simple-season {
        padding: 12px;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage {
        padding: 8px 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage .season-option {
        font-size: 18px;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage .season-option input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .component-qtt-form-simple-season .checkboxseasonhomepage .season-option label {
        font-size: 18px;
        line-height: 1;
    }
}