.hsc-cn-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 1rem;
    z-index: 9999;
}
.hsc-cn-btn, .hsc-cn-btn-secondary {
    border: none;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    cursor: pointer;
    border-radius: 0.25rem;
}
.hsc-cn-btn {
    background: var(--bs-primary);
    color: #fff;
}
.hsc-cn-btn-secondary {
    background: #666;
    color: #fff;
}
.hsc-cn-btn:hover {
    background: #218838;
}
.hsc-cn-btn-secondary:hover {
    background: #555;
}
.modal-sheet .modal-dialog {
max-width: 380px;
transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
padding-bottom: 2rem;
}  

/* Cookie modal: ensure readable text on all themes (English US comments) */
#hscCookieModal .modal-content{
    background-color: #fff;
    color: #111 !important;
}

#hscCookieModal .modal-body h5,
#hscCookieModal .modal-body p{
    color: #111 !important;
}

/* Cookie modal privacy link styling (English US comments) */
#hscCookieModal a.hsc-cc-privacy-link,
#hscCookieModal .modal-body a.hsc-cc-privacy-link{
    color: #111 !important;
    text-decoration: underline;
    text-underline-offset: .15em;
    opacity: 1 !important;
}

#hscCookieModal a.hsc-cc-privacy-link:visited{
    color: #111 !important;
}

#hscCookieModal a.hsc-cc-privacy-link:hover,
#hscCookieModal a.hsc-cc-privacy-link:focus{
    color: #000 !important;
}