#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 895px;
    box-sizing: border-box;
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 16px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 9999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    flex-wrap: wrap;
}

#cookie-banner p {
    margin: 0;
    flex: 1 1 300px;
    line-height: 1.5;
    padding-right: 8px;
}

#cookie-banner a {
    color: #EF7D01;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.cookie-btn-accept {
    background: #EF7D01;
    color: #fff;
    border: none;
    padding: 9px 18px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.cookie-btn-accept:hover {
    background: #D37001;
}

.cookie-btn-essential {
    background: transparent;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
    padding: 9px 18px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.cookie-btn-essential:hover {
    background: rgba(255,255,255,0.1);
}

.calendar-placeholder {
    background: #f5f0e8;
    border: 1px solid #ccc;
    padding: 24px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    color: #280000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.calendar-placeholder p {
    margin: 0 0 16px 0;
}
