/* RODO Cookie Banner */
.don-rodo {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: var(--don-dark);
    color: rgba(255,255,255,0.9);
    padding: 16px 0;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}

.don-rodo__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.don-rodo__text {
    font-size: var(--don-text-sm);
    flex: 1;
    min-width: 280px;
}

.don-rodo__link {
    color: var(--don-secondary);
    text-decoration: underline;
}

.don-rodo__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
