/* Shop by Model Styles */
body:has(section.motak-shop-by-model) div#main-content > div.container::before {
    display: none;
}

body:has(section.motak-shop-by-model) div#left-area {
    width: 100%;
    padding-right: 0;
    float: none;
    padding-bottom: 24px !important;
}

body:has(section.motak-shop-by-model) div#sidebar {
    display: none;
}

section.motak-shop-by-model {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.motak-shop-by-model * {
    font-size: 15px;
}

div.motak-shop-by-model-dropdowns {
    display: flex;
    gap: 6px;
}

select#motak-shop-by-model-make {
    min-width: 180px;
}

select#motak-shop-by-model-model {
    flex-grow: 1;
}

button.motak-shop-by-model-button {
    background-color: #a82d1f;
    color: white;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: none !important;
    padding: 4px 16px;
    cursor: pointer;
}

button.motak-shop-by-model-button:hover {
    background-color: #2a2a2a;
}

button.motak-shop-by-model-button:disabled {
    background-color: #888 !important;
    cursor: auto;
}

@media screen and (max-width: 1023px) {
    div.motak-shop-by-model-dropdowns {
        flex-direction: column;
    }
}

a.motak-shop-by-model-reset {
    background-color: #a82d1f;
    color: white;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: none !important;
    padding: 0 6px;
    cursor: pointer;
    font-size: 80%;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

a.motak-shop-by-model-reset:hover {
    background-color: #2a2a2a;
}
