/* ===== Header Full Width But Smaller Height ===== */

.wp-site-blocks > header,
.wp-site-blocks > .wp-block-template-part:first-child{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:0 !important;
    background:#7a4524 !important;
    box-sizing:border-box;
}

.wp-site-blocks > header > .wp-block-group,
.wp-site-blocks > .wp-block-template-part:first-child > .wp-block-group{
    width:100% !important;
    max-width:none !important;
    min-height:72px !important;
    margin:0 !important;
    padding:6px 120px !important;
    background:#7a4524 !important;
    box-sizing:border-box;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:24px !important;
}

.wp-site-blocks > header .wp-block-spacer,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-spacer{
    display:none !important;
    height:0 !important;
}

.wp-site-blocks > header .wp-block-image img,
.wp-site-blocks > header .wp-block-site-logo img,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-image img,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-site-logo img{
    width:58px !important;
    max-width:58px !important;
    height:58px !important;
    object-fit:contain;
}

.wp-site-blocks > header .wp-block-navigation,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-navigation{
    margin-left:auto !important;
    margin-right:0 !important;
    padding:0 !important;
    background:transparent !important;
}

.wp-site-blocks > header .wp-block-navigation__container,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-navigation__container{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:22px !important;
}

.wp-site-blocks > header .wp-block-navigation-item__content,
.wp-site-blocks > .wp-block-template-part:first-child .wp-block-navigation-item__content{
    padding:4px 0 !important;
    font-size:17px !important;
    font-weight:500 !important;
    line-height:1.2 !important;
}

/* มือถือ */
@media (max-width:768px){
    .wp-site-blocks > header > .wp-block-group,
    .wp-site-blocks > .wp-block-template-part:first-child > .wp-block-group{
        min-height:64px !important;
        padding:6px 18px !important;
    }

    .wp-site-blocks > header .wp-block-image img,
    .wp-site-blocks > header .wp-block-site-logo img,
    .wp-site-blocks > .wp-block-template-part:first-child .wp-block-image img,
    .wp-site-blocks > .wp-block-template-part:first-child .wp-block-site-logo img{
        width:48px !important;
        max-width:48px !important;
        height:48px !important;
    }

    .wp-site-blocks > header .wp-block-navigation__container,
    .wp-site-blocks > .wp-block-template-part:first-child .wp-block-navigation__container{
        gap:12px !important;
    }

    .wp-site-blocks > header .wp-block-navigation-item__content,
    .wp-site-blocks > .wp-block-template-part:first-child .wp-block-navigation-item__content{
        font-size:14px !important;
    }
}

/* ===== ลดความสูงกรอบสีแดง Footer ===== */

.wp-site-blocks > footer > .wp-block-group:last-child,
.wp-site-blocks > .wp-block-template-part:last-child > .wp-block-group:last-child,
footer > .wp-block-group:last-child{
    min-height:0 !important;
    padding-top:4px !important;
    padding-bottom:4px !important;
}

.wp-site-blocks > footer > .wp-block-group:last-child p,
.wp-site-blocks > .wp-block-template-part:last-child > .wp-block-group:last-child p,
footer > .wp-block-group:last-child p{
    margin:0 !important;
    line-height:1.3 !important;
}

/* ===== จัดข้อความในกรอบสีแดงให้อยู่กลาง ===== */

.wp-site-blocks > footer > .wp-block-group:last-child,
.wp-site-blocks > .wp-block-template-part:last-child > .wp-block-group:last-child,
footer > .wp-block-group:last-child{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}

.wp-site-blocks > footer > .wp-block-group:last-child > *,
.wp-site-blocks > .wp-block-template-part:last-child > .wp-block-group:last-child > *,
footer > .wp-block-group:last-child > *{
    width:100% !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
}

.wp-site-blocks > footer > .wp-block-group:last-child p,
.wp-site-blocks > .wp-block-template-part:last-child > .wp-block-group:last-child p,
footer > .wp-block-group:last-child p{
    text-align:center !important;
    margin:0 auto !important;
}