.column-height {
    overflow: overlay;
    height: 735px;
}

.column-height::-webkit-scrollbar {
    width: 10px; 
}

.column-height::-webkit-scrollbar-track {
    background: #D4C5B5;
}

.column-height::-webkit-scrollbar-thumb {
    background-color: #921028; 
}

.column-height::-webkit-scrollbar-thumb:active {
    background-color: #921028;
}

.testimonial-popup .dialog-close-button{
    background-image: url('/wp-content/uploads/2025/06/menu-hamburguer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 50px; 
    height: 50px;
}

.testimonial-popup .dialog-close-button svg {
    display: none;
}

.img-testimonials a {
    display: block !important;
}

@media (max-width: 767px){
    
.testimonial-popup a.dialog-close-button.dialog-lightbox-close-button {
    border-radius: 0px 0px 0px 5px;
    background-color: rgba(255, 248, 241, 0.8);
    padding: 10px;
    background-size: 35px;
    height: 60px;
    width: 60px;
}

}
