.iubello-cookie-consent {
    position: fixed;
    inset: auto 1rem 1rem 1rem;
    z-index: 99999;
}

.iubello-cookie-consent__panel {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d6deea;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    padding: 1rem;
}

.iubello-cookie-consent__title {
    margin: 0 0 0.5rem;
    font-family: var(--font-secondary);
    color: var(--color-azul);
    font-size: 1.2rem;
}

.iubello-cookie-consent__desc {
    margin: 0 0 0.75rem;
    color: var(--color-gris);
}

.iubello-cookie-consent__categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.5rem;
}

.iubello-cookie-consent__category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem;
    border-radius: 8px;
    background: #f6f9ff;
    color: var(--color-negro);
}

.iubello-cookie-consent__category input {
    inline-size: 18px;
    block-size: 18px;
}

.iubello-cookie-consent__links {
    margin: 0.75rem 0 0;
    color: var(--color-gris);
    font-size: 0.92rem;
}

.iubello-cookie-consent__links a {
    color: var(--color-azul);
    text-decoration: underline;
}

.iubello-cookie-consent__actions {
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.iubello-cookie-consent__manage {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99990;
    border: 1px solid #ced8e7;
    background: #fff;
    color: var(--color-azul);
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
}
