.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #222;
}

.cookie-banner-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: 20px;
}

.cookie-banner-trigger {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 5px;
    border: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
}
