/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

.variations td.label label {
    display: none !important;
}

.recent-woo-reviews .review {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.recent-woo-reviews .stars {
    margin: 0 0 4px;
}
.recent-woo-reviews .review-text {
    font-style: italic;
    color: #555;
}


.recent-woo-reviews {
    display: flex;
    gap: 50px;
}


.rm-hidden {
    display: none;
}
.rm-toggle {
    margin-top: 8px;
    display: inline-block;
}



.ta-toggle {
    color: #c00090;
    cursor: pointer;
    font-weight: bold;
}
.ta-hidden {
    display: none;
}


#kratz-save-display {
    font-size: 14px;
    margin-bottom: 10px;
    background: #fff3cd;
    padding: 6px 12px;
    border-left: 4px solid #ffc107;
    display: inline-block;
}


.kratz-description-collapsed {
    font-size: 14px;
}







@media only screen and (max-width: 768px) {
.recent-woo-reviews {
    display: flex;
    gap: 16px;
    flex-direction: column !important;
	
}
}








