/*
Theme Name: GGames Child
Theme URI: https://ggames.com.br/
Description: Child theme do GGames para ajustes de textos e correções leves do tema pai.
Author: Pixel Project
Author URI: https://pixelproject.com.br/
Template: ggames
Version: 1.0.3
Text Domain: ggames-child
*/

@import url("../ggames/style.css");

/* Ajustes rápidos de responsivo e espaçamento */
@media (max-width: 768px) {
    .site-logo a,
    .site-logo img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .horizon-container {
        margin-inline: auto;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    [class*="-section"],
    [class*="-wrapper"],
    section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.post-actions-bar {
    padding: 12px 12px 10px 10px;
}

.evte-breadcrumbs {
    padding-top: 15px;
}
