/*
Theme Name: CG Child Theme
Theme URI: casinoguru.lt
Description: Wordpress Child Theme based on new-theme
Author: Alex Rastvortsau
Requires at least: 5.7.4
Tested up to: 6.3.2
Requires PHP: 8.0
Version: 0.1
Template: new-theme
Text Domain: cg-new-theme
*/
.highlight-3rd .widget-card.placeholder--card:first-of-type .card:nth-of-type(3) {
    border: 1px solid #7666b3;
}
.highlight-3rd .widget-card.placeholder--card:first-of-type .card:nth-of-type(3) .flex-grow.flex.flex-col.bg-white.rounded-3xl.p-2.gap-2 {
    background-color: #EEEAFC;
}
#vh-lobby-posts-grid {
    grid-auto-rows: max-content;
}
@media all and (min-width: 767px) {
    .slots-shortcode {
        grid-column: span 3 / span 3 !important;
    }
}