/*
 * Scoped reset styles for #voucher-page
 * File: jupiter-child/assets/css/voucher-page.css
 *
 * Only affects content inside #voucher-page.
 */
.page-template-voucher-page .header-logo {
    display: none !important;
}

.page-template-voucher-page .mk-grid {
    max-width: 1920px;
}

#voucher-page,
#voucher-page * {
    box-sizing: border-box;
}

#voucher-page {
    margin: 0;
    padding: 0;
    background-color: #111c4e;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
}

#voucher-page .voucher-page__body {
    max-width: 1110px;
    margin: 0 auto;
}

#voucher-page .voucher-page__body > .opc-hero {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#voucher-page p,
#voucher-page a,
#voucher-page li,
#voucher-page span,
#voucher-page strong,
#voucher-page blockquote,
#voucher-page h1,
#voucher-page h2,
#voucher-page h3,
#voucher-page h4,
#voucher-page h5,
#voucher-page h6 {
    color: #ffffff;
}

#voucher-page .opc-text-accent {
    color: #95d4e8;
}

#voucher-page .opc-text-accent-bg {
    background-color: #95d4e8;
    color: #111c4e;
}

#voucher-page .opc-tiling-bg {
    background-image: url("../images/tiling_bg.jpg");
    background-repeat: repeat;
    background-size: auto;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 2em;
    padding-bottom: 2em;
}

#voucher-page .opc-tiling-bg > * {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#voucher-page .opc-tiling-bg p {
    padding-bottom: 6px;
    padding-top: 0;
}

#voucher-page .opc-tiling-bg p,
#voucher-page .opc-tiling-bg a,
#voucher-page .opc-tiling-bg li,
#voucher-page .opc-tiling-bg span,
#voucher-page .opc-tiling-bg strong,
#voucher-page .opc-tiling-bg blockquote,
#voucher-page .opc-tiling-bg h1,
#voucher-page .opc-tiling-bg h2,
#voucher-page .opc-tiling-bg h3,
#voucher-page .opc-tiling-bg h4,
#voucher-page .opc-tiling-bg h5,
#voucher-page .opc-tiling-bg h6 {
    color: #111c4e;
    font-size: 90%;
}
#111C4E #voucher-page p {
    line-height: 1.75em;
    white-space-collapse: preserve-spaces;
}
#voucher-page h1,
#voucher-page h2,
#voucher-page h3,
#voucher-page h4,
#voucher-page h5,
#voucher-page h6,
#voucher-page p,
#voucher-page blockquote,
#voucher-page pre,
#voucher-page figure {
    margin: 0;
    padding: 12px 24px 6px;
    font-family: "Manrope", sans-serif;
}
#voucher-page h1,
#voucher-page h2,
#voucher-page h3,
#voucher-page h4,
#voucher-page h5,
#voucher-page h6,
#voucher-page .wp-block-heading {
    font-family: "Unna", serif;
}

#voucher-page ul,
#voucher-page ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#voucher-page a {
    color: inherit;
    text-decoration: none;
}

#voucher-page table {
    border-collapse: collapse;
    border-spacing: 0;
}

#voucher-page button,
#voucher-page input,
#voucher-page select,
#voucher-page textarea {
    font: inherit;
    color: inherit;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

#voucher-page button {
    cursor: pointer;
}

@media handheld, only screen and (max-width: 1140px) {
    .page-template-voucher-page .add-header-height,
    .page-template-voucher-page .header-style-1 .mk-header-inner,
    .page-template-voucher-page .header-style-3 .mk-header-inner,
    .page-template-voucher-page .header-style-3 .header-logo,
    .page-template-voucher-page .header-style-1 .header-logo,
    .page-template-voucher-page .header-style-1 .shopping-cart-header,
    .page-template-voucher-page .header-style-3 .shopping-cart-header {
        height: auto !important;
        line-height: normal;
    }
    .page-template-voucher-page .add-header-height .mk-css-icon-menu {
        padding-top: 30px;
    }
}

#voucher-page:focus,
#voucher-page *:focus {
    outline: none;
}
