/**
 * All of the CSS for your public-facing functionality should be included in this file.
 *
 * The file is enqueued from inc/frontend/class-frontend.php.
 */

 
.field-full-width {
    width: 100%;
}

.field-preview {
    color: white;
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.3em;
    display: inline-block;
}

@media (min-width: 550px) {
    .ui-tooltip {
        padding: 8px;
        position: absolute;
        z-index: 9999;
        max-width: 550px;
        background-color: #f0f0f0;
        border: 1px solid black;
        box-shadow: 0px 0px 5px black;
        width: 550px;
    }
}

@media (max-width: 549px) {
    .ui-tooltip {
        padding: 8px;
        position: absolute;
        z-index: 9999;
        max-width: 100%;
        background-color: #f0f0f0;
        border: 1px solid black;
        box-shadow: 0px 0px 5px black;
        width: 100%;
    }
}

body .ui-tooltip {
    border-width: 2px;
}

.primocars-tooltip {
}

.search_form_row h3 {
    color: white;
}

.select2-results__option--highlighted {
    color: #de0d15 !important;
    background-color: #eeeeee !important;
}