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

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

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