.show-more-container {
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-size: auto 70%;
    -webkit-mask-repeat: no-repeat;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-size: auto 100%;
    mask-repeat: no-repeat;
    overflow: hidden
}

.cookie-consent-prompt-container {
    background-color: #006494;
    border: none;
    display: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    z-index: 9000;
    bottom: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, .5)
}

.ad2hs-prompt-container {
    background-color: #006494;
    border: none;
    display: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    z-index: 999999;
    bottom: 45px
}