/*
 * vehiclevancss.css
 * Final reviewed stylesheet - 4 September 2026.
 * Unused rules have been retained as comments so they can be restored if needed.
 * Rules marked UNUSED were not found in the page set that loads this stylesheet.
 */

.vehicleinformation input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.vehicleinformation input[type="checkbox"]:focus-visible + label {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.vehicleinformation {
    width: 94%;
    position: static;
    overflow: hidden;
    visibility: visible;
    float: none;
    min-height: 20px;
    padding: 0 0 7px;
    text-align: left;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}

.vehicleinformation label {
    display: block;
    border-radius: 0;
    cursor: pointer;
    color: #ff0000;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 14px;
    background: url("../../images/arrow.png") 95% 50% no-repeat white;
    padding: 15px 25px 15px 5px;
}

.vehicleinformation label:hover {
    background: url("../../images/arrow90.png") 95% 50% no-repeat white;
    color: black;
}

#info1:checked+label, #info2:checked+label, #info3:checked+label {
    background: url("../../images/arrow90.png") 95% 50% no-repeat white;
    border-bottom: 0;
}

.info-body {
    position: absolute;
    top: -9999px;
    opacity: 1;
}

#info1:checked~.info-body-wrapper, #info2:checked~.info-body-wrapper, #info3:checked~.info-body-wrapper {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-top: 0;
    border-bottom: 1px solid #dbdbdb;
}

#info1:checked~.info-body-wrapper #info-body-1, #info2:checked~.info-body-wrapper #info-body-2, #info3:checked~.info-body-wrapper #info-body-3 {
    position: relative;
    top: 0;
}

.vehiclecontainer {
    border: 0 solid orange;
    display: flex;
    margin: 0 0 20px;
    font-size: 14px;
}

.vehicletype {
    border: 2px solid #dbdbdb;
    width: calc(100% / 3 - 2%);
    margin: 0 1%;
    border-radius: 0 0 20px 20px;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .vehicletypecar
 * Original declarations: border: 2px solid #dbdbdb; width: 100%; margin: 0 1%; border-radius: 0 0 20px 20px
 */
 
h2.vehicleheadline {
	margin: 0;
}
 
.vehicleheadline {
    background-color: #dbdbdb;
    padding: 15px;
    border: 0 solid #000;
    font-family: tahoma, verdana, arial;
    font-size: 16px;
    color: red;
    text-align: center;
}

.vehicletop, .vehicletoptoggle {
    border: 0 solid #00f;
    align-items: center;
    display: flex;
}

.vehicletop {
    margin: 5px 0 20px;
}

.vehicletoptoggle {
    margin: 0 0 20px;
}

.vehicletopright {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    border: 0 solid #0d7e7a;
    align-items: center;
    width: 50%;
}

.vehiclephoto {
    border: 0 solid green;
    flex-grow: 1;
    text-align: center;
	justify-content: center;
	flex-grow: 1;
}

.vehiclebulleticon, .vehiclequestion {
    text-align: right;
    vertical-align: middle;
}

.vehiclephoto img {
    margin: 0 auto;
    width: 50%;
}

.vehiclebulleticon {
    border: 0 solid red;
    width: 30%;
    margin: 3px 0 0 0;
}

.vehiclebullet {
    border: 0 solid #00f;
    width: calc(70% - 10px);
    vertical-align: middle;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    padding: 0 5px;
}

.vehicleinfo, .vehicleinfotop {
    border: 0 solid #00f;
    width: calc(100% - 10px);
    vertical-align: middle;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    font-weight: bold;
}

.vehicleinfotop {
    padding: 0 0 5px 0;
}

.vehicleinfo {
    padding: 10px 15px 5px 15px;
}

.vehiclequestion {
    border: 0 solid red;
    width: calc(50% - 10px);
    padding: 2px 10px 2px 0;
}

.vehicleanswer, .vehiclebutton {
    border: 0 solid #00f;
    display: flex;
}

.vehicleanswer {
    width: calc(50% - 10px);
    vertical-align: middle;
    justify-content: flex-start;
    align-content: center;
    padding: 0 0 0 10px;
}

.vehiclebutton {
    justify-content: center;
}

.vehiclebutton a {
    padding: 15px;
    border: 2px solid #dbdbdb;
    margin: 0 0 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: red;
    font-weight: 700;
    width: calc(94% - 30px);
    background: url("../../images/arrow.png") 95% 50% no-repeat white;
}

.vehiclebutton a:hover {
    color: white;
    background: url("../../images/whitearrow.png") 95% 50% no-repeat red;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .wdt15
 * Original declarations: width: 15%
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .wdt30
 * Original declarations: width: 30%
 */
@media screen and (max-width:1020px) {
    .vehicletop {
        flex-direction: column;
    }
    .vehicletopright {
        width: 100%;
    }
}

@media screen and (max-width:880px) {
    .vehicleheadline {
        font-size: 14px;
    }
}

@media screen and (max-width:850px) {
    .vehiclecontainer {
        font-size: 10px;
    }
    .vehiclebulleticon img {
        width: 25px;
    }
}

@media screen and (max-width:780px) {
    .vehicleheadline {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .nopic
 * Original declarations: display: none
 */
    .vehicletop {
        flex-direction: row;
    }
    .vehicleheadline {
        font-size: 16px;
    }
    .vehiclecontainer {
        flex-direction: column;
        font-size: 12px;
    }
    .vehicletype, .vehicletypecar {
        margin: 1% auto;
        width: 96%;
    }
    .vehiclephoto {
        display: flex;
    }
    .vehiclephoto img {
        width: 40%;
        height: 100% !important;
    }
    .vehiclebulleticon img {
        width: 30px;
    }
}

@media screen and (max-width:740px) {
    .vehicletype {
        width: unset;
        margin: 0 .25%;
    }
}

/* ========================================================================
   REVIEW PASS ACCESSIBILITY OVERRIDE
   The original rule used display:none on the Quick View checkboxes, removing
   them from the accessibility tree/focus order. This later rule overrides it
   with a standard visually-hidden control while preserving the existing UI.
   ======================================================================== */
.vehicleinformation input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.vehicleinformation input[type="checkbox"]:focus + label,
.vehicleinformation label:focus-visible {
    outline: 0px solid #000;
    outline-offset: 2px;
}
