#cookie-banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 99999;
    padding: 15px 20px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
}

#cookie-banner a {
    color: #1c62d2 !important;
    text-decoration: underline !important;
}

.accept-cookies-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #1c62d2;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.accept-cookies-btn:hover {
    background-color: #164eaa;
}
.uc-sam h1 {
    font-size: 2em;
    font-weight: 700;
     text-align: left;
}
.uc-sam h2 {
    font-size: 1.4em;
    font-weight: 600;
     text-align: left;
}
.uc-sam h3 {
    font-size: 1.2em;
    font-weight: 600;
     text-align: left;
}
.uc-sam h1, .uc-sam h2, .uc-sam h3 {
    color: #111A4D;
}
.uc-sam .t-btn {
    display: block;
    margin-top: 1em;
}
