html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body.pfk-blank-page-template {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.pfk-blank-page-main {
    min-height: 100vh;
    width: 100%;
}

.pfk-blank-page-template .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.pfk-skip-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    padding: 0.75rem 1rem;
    background: #fff;
    color: #000;
    transform: translateY(-120%);
}

.pfk-skip-link:focus {
    transform: translateY(0);
}
