html:not([lang="nl"]) .ingredientBox h1,
html:not([lang="nl"]) .applicableBox h1 {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    font-family: 'Fredericka the Great', cursive;
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0.75; 
}

html:not([lang="nl"]) .ingredientBox .btn,
html:not([lang="nl"]) .ingredientBox .yt,
html:not([lang="nl"]) .applicableBox .btn,
html:not([lang="nl"]) .applicableBox .yt {
    margin-right: 16px;
    width: auto;
    height: auto;
    min-height: 0;
    text-indent: 0;
    background: none;
    color: #f1ebe6;
    border: 2px solid #f1ebe6;
    border-radius: 4px;
    font-family: 'Fredericka the Great', cursive;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: none;
    padding: 10px 18px;
    display: inline-block;
}

html:not([lang="nl"]) .ingredientBox .link,
html:not([lang="nl"]) .applicableBox .link {
    margin-top: 10px;
    margin-left: 0;
}

html:not([lang="nl"]) .applicableBox .btn,
html:not([lang="nl"]) .applicableBox .yt {
    margin-top: 7px;
}

html:not([lang="nl"]) .ingredientBox .btn:hover,
html:not([lang="nl"]) .ingredientBox .yt:hover,
html:not([lang="nl"]) .applicableBox .btn:hover,
html:not([lang="nl"]) .applicableBox .yt:hover {
    color: #ffffff;
    border-color: #ffffff;
}
