/*
Theme Name: GamingMarkets Block
Theme URI: https://gamingmarkets.com/
Author: GamingMarkets Media
Author URI: https://gamingmarkets.com/
Description: Minimal, block-based theme for GamingMarkets – fast, research-first, SEO-oriented, responsive.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: gamingmarkets-block
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* פרימיום לתמונות בפוסטים/ארכיונים – יחס יציב ורספונסיבי */
.cvvv-img img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}
