.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    background: rgba(34, 34, 34, 0.96);
    color: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 0;
}

.cookie-consent p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.cookie-consent a {
    color: #fff;
    text-decoration: underline;
}

.cookie-consent-accept {
    flex: 0 0 auto;
    border: 0;
    border-radius: 4px;
    padding: 0.65rem 1.5rem;
    background: #c9a227;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.cookie-consent-accept:hover,
.cookie-consent-accept:focus {
    background: #b8911f;
}

@media (max-width: 800px) {
    .cookie-consent-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cookie-consent-accept {
        width: 100%;
    }
}

.secundarias .legal .cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0 2rem;
    font-size: 0.95rem;
}

.secundarias .legal .cookie-table th,
.secundarias .legal .cookie-table td {
    border: 1px solid #d8d8d8;
    padding: 0.65rem 0.75rem;
    text-align: left;
    vertical-align: top;
}

.secundarias .legal .cookie-table th {
    background: #f5f5f5;
    font-weight: 700;
}

@media (max-width: 900px) {
    .secundarias .legal .cookie-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
