.elementor-9548 .elementor-element.elementor-element-d2c68dc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2e8126f *//* --- Contenedor Principal --- */
.legal-policy-container.improved-style {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    color: #333;
    line-height: 1.6;
}

/* --- Título Principal --- */
.policy-main-title {
    text-align: center;
    color: #bdb700; 
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Estilo Tarjetas --- */
.policy-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 6px solid #bdb700;
    transition: all 0.3s ease;
}

.policy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(189, 183, 0, 0.15);
}

/* --- Encabezados --- */
.policy-heading {
    font-size: 1.5rem;
    color: #222;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
}

/* --- Textos --- */
.policy-text {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 15px;
}

/* --- Listas con Viñetas (Cookies) --- */
.policy-bullet-list {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.policy-bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #444;
}

.policy-bullet-list li strong {
    color: #000; /* Resaltar tipos de cookies en negro puro */
    font-weight: 700;
}

.policy-bullet-list li::before {
    content: ""; 
    width: 8px;
    height: 8px;
    background-color: #bdb700;
    position: absolute;
    left: 0;
    top: 10px; 
    border-radius: 2px; 
}

/* --- Datos Estructurados (Responsable) --- */
.company-details { margin-top: 20px; }
.company-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}
.clean-data-list { list-style: none; padding: 0; margin: 0; }
.clean-data-list li {
    margin-bottom: 12px;
    font-size: 1.05rem;
    color: #444;
    display: flex;
    align-items: baseline;
}
.data-label {
    font-weight: 700;
    color: #222;
    min-width: 90px;
    margin-right: 10px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .policy-card { padding: 25px 20px; }
    .policy-main-title { font-size: 2em; }
    .clean-data-list li { flex-direction: column; }
}/* End custom CSS */