/*
Theme Name: Y-REC Child
Theme URI: https://y-rec.eu/
Description: Custom Divi child theme for the Y-REC project website.
Author: Giannis Sifakis
Author URI: https://sifakis.dev/
Template: Divi
Version: 1.0.0
Text Domain: yrec-child
*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#page-container,
#et-main-area,
.et_builder_inner_content {
    max-width: 100%;
    overflow-x: clip;
}