#dias-cookie-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;

    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);

    padding: 12px 14px;
    font-size: 13px;
    color: #111;

    max-width: 320px;
    display: none;
}

#dias-cookie-popup p {
    margin: 0 0 10px;
    line-height: 1.4;
}

#dias-cookie-popup a {
    color: #560032;
    text-decoration: underline;
    font-weight: 500;
}

.dias-cookie-buttons {
    display: flex;
    gap: 6px;
}

.dias-cookie-buttons button {
    background: transparent;
    border: 1px solid #560032;
    color: #560032;

    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.dias-cookie-buttons button:hover {
    background: rgba(86, 0, 50, 0.08);
}
