#dth-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dth-cookie-content {
    background: white;
    color: black;
    padding: 2rem;
    max-width: 90%;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
}

.dth-cookie-content p {
    margin-bottom: 1rem;
}

#dth-accept-btn {
    background-color: #222;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#dth-accept-btn:hover {
    background-color: #444;
}

.dth-terms-scroll {
    max-height: 50vh;
    overflow-y: auto;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    background: #fefefe;
}
