/* Cookies Banner */
.cookies-banner {
    font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.25;
    padding-top: 20px;
    border-bottom: 10px solid transparent;
    background-color: #f3f2f1;
}

@media print {
    .cookie-banner {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15; }
}
.cookies-wrap{
    position: relative;
}
.cookies-overly{
    position: absolute;
    z-index: 100;
    background: gray;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hide {
    display: none;
}
.cookies-banner .govuk-button-group{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.cookies-banner .govuk-button-group button{
    margin-right: 10px;
}
@media (max-width:420px) {
    .cookies-banner .govuk-button-group{
        flex-direction: column;
        align-items: center;
    }
    .govuk-heading-m {
        font-size: 1.225rem;
    }
}
.non-script-wrap{
    position: relative;
}
.non-script{
    position: absolute;
    z-index: 100;
    background: gray;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}