/*!
Theme Name: RoyalPromo
Theme URI: https://www.plaimanas.com/
Author: Plaimanas Industries CO., LTD.
Author URI: https://www.plaimanas.com/
Description: Prapatsorn Theppabut - Frontend developer , Pornthip Triempetch - Wordpress developer
Version: 1.0.0
Text Domain: royalpromo
*/

/* Force the specific review container to use Grid */
.my-review-grid .glsr-reviews {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
}

/* Style the individual review cards */
.my-review-grid .glsr-review {
background: #fff;
border: 1px solid #e2e2e2;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
height: 100%; /* Ensures cards are equal height */
}

/* Style the review cards container */
.glsr-default .glsr-review {
display: block !important;
flex-wrap: wrap;
}

/* Style the star padding */
.glsr-default .glsr-review-rating {
padding: 10px 0 10px 0 !important;
}