/*
Theme Name: PowerKing International
Theme URI: https://powerking-chiptuning.com/
Description: Child theme custom per il sito internazionale PowerKing, basato su GeneratePress.
Author: PowerKing
Template: generatepress
Version: 0.6.0
Text Domain: powerking-international
*/

/* =========================================================
   LAYOUT HELPERS — GeneratePress full-width sulle pagine PK
   Stessa logica usata sul sito powerking.it.
   ========================================================= */
.pk-layout-full .grid-container,
.pk-layout-full .site-content,
.pk-layout-full .content-area,
.pk-layout-full .site-main,
.pk-layout-full .inside-article,
.pk-layout-full .inside-page-header {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pk-layout-full.separate-containers .inside-article,
.pk-layout-full.separate-containers .inside-page-header,
.pk-layout-full.separate-containers .inside-site-info {
    padding: 0 !important;
}

.pk-layout-full .site-content {
    display: block !important;
}

.pk-layout-full .site-content > * {
    width: 100% !important;
    max-width: 100% !important;
}
