/* Privacy Pages Styles - RGPD Documentation */

/* Main container padding */
.privacy-page .card-body {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

/* Headings */
.privacy-page h1 {
    margin-bottom: 1.5rem;
}

.privacy-page h2 {
    color: #2c3e50;
    margin-top: 2rem;
}

.privacy-page h3 {
    color: #34495e;
}

/* Card styling */
.privacy-page .card {
    border-radius: 10px;
}

/* Section spacing */
.privacy-page section {
    scroll-margin-top: 20px;
}

/* Lists spacing */
.privacy-page section ul,
.privacy-page section ol {
    padding-left: 2rem;
    margin-bottom: 1.25rem;
}

.privacy-page section li {
    margin-bottom: 0.5rem;
}

/* Paragraphs spacing */
.privacy-page section p,
.privacy-page p {
    margin-bottom: 1rem;
}

/* Text-muted paragraphs (like "Última actualización") */
.privacy-page p.text-muted {
    margin-bottom: 1rem;
}

/* Small text elements */
.privacy-page .text-muted.small {
    margin-bottom: 0.5rem;
}

/* Divs with direct text content in card-body */
.privacy-page .card-body > p:not([class*="alert"]) {
    margin-bottom: 1rem;
}

/* Alerts spacing - reset padding since card-body already has it */
.privacy-page .alert {
    margin-left: 0;
    margin-right: 0;
}

/* Accordion styling (cookies page) */
.privacy-page .accordion-button:not(.collapsed) {
    background-color: #e7f3ff;
    color: #0056b3;
}

/* Table responsive styling */
.privacy-page .table-responsive {
    margin-top: 1rem;
}

/* Card groups for rights */
.privacy-page .card.border-primary {
    transition: transform 0.2s ease;
}

.privacy-page .card.border-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ARCO Rights list - simple format */
.privacy-page .arco-rights-list {
    list-style: none;
    padding-left: 0;
}

.privacy-page .arco-rights-list li {
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: #f8f9fa;
    border-left: 3px solid #0d6efd;
    border-radius: 4px;
}

.privacy-page .arco-rights-list li strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.privacy-page .arco-rights-list li i {
    margin-right: 0.5rem;
}
