﻿/*
Theme Name: InfoBiz Recovery Package
Theme URI: https://jp-infobiz.com/
Author: InfoBiz
Description: WordPress theme scaffold for content and news publishing.
Version: 1.0.72
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: infobiz
*/

/* Hard reset for top gap above global header */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

body > .l-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.l-wrapper {
    padding-top: 0 !important;
}

body > .l-wrapper > .l-header,
body > .l-wrapper > .l-header.is-compact {
    margin-top: 0 !important;
    top: 0 !important;
}

body > .l-wrapper > .drawer-content + .l-main,
body > .l-wrapper > .l-header + .drawer-content + .l-main,
body > .l-wrapper > .l-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

