/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.ru
Author URI: https://wpshop.ru/
Template: reboot
Version: 1.0
*/



/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* CLS Improvements */
  /* ===== SINGLE POST PAGE CLS FIXES ===== */
.entry-image--wide {
    aspect-ratio: 16/9;
    min-height: 400px;
}

.entry-image--full,
.entry-image--fullscreen {
    aspect-ratio: 21/9;
    min-height: 500px;
}

.social-buttons {
    min-height: 40px;
}

#comments {
    min-height: 200px;
}

  /* ===== HOMEPAGE CLS FIXES ===== */
.section-block.section-posts {
    min-height: 800px;
}

img.lazy.entered.loaded,
img[width][height] {
    max-width: 100%;
}

img[alt="cinepicker.com"] {
    width: 160px !important;
    height: 160px !important;
}

.section-posts .post-card__thumbnail {
    aspect-ratio: 16/9;
    min-height: 200px;
}

body {
    font-display: swap;
}
