/* CSS for Location product page */

/* Custom radio button styling for Location */
.rental-mode-selection .form-check {
    display: inline-flex;
    align-items: center;
}
.rental-mode-selection .form-check:first-child {
    padding-left:0;
}
.rental-mode-selection .form-check-input[type="radio"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}
.rental-mode-selection .form-check-input[type="radio"]:checked {
    background-color: rgb(212, 19, 24);
    border: 1px solid rgb(212, 19, 24);
}
.rental-mode-selection .form-check-input[type="radio"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}
.rental-form-check-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 325;

}

/** Rental modale */
.location-lite-modal-b-margin-4 {
    margin-bottom: 4px; 
}
.location-lite-modal-b-margin-10 {    
    margin-bottom: 10px; 
}
.location-lite-modal-b-margin-32 {    
    margin-bottom: 32px; 
}
.location-lite-modal-b-margin-16 {
    margin-bottom: 16px; 
}
.location-modal-label {
    text-align: left;
    font-size: .875rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#location-lite-modal .faq-link {
    text-decoration: underline;
}
#location-lite-modal .custom-checkbox {
    display: flex;
}
#location-lite-modal #cgu-checkbox {
    width: 16px;
    height: 16px;
}
#location-lite-modal .checkbox-trans {
    transform: translateY(7px);
}
#location-lite-modal #cgu-checkbox-label {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
#location-lite-modal #locationlite-cgu-label {
    font-size: 0.875rem;
    font-weight: 600 ;
    line-height: 20px ;
    display: inline-block ;
}
#location-lite-modal span.price-value {
    font-size: 25px;
    font-weight: 900;
    line-height: 28px;
}
#location-lite-modal #confirm-rental {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
