/* ==========================================================================
   BLOCK, WIDGET & ELEMENTOR: ARCHIVOS ADJUNTOS (EXF - CAJÓN DESASTRE)
   ========================================================================== */

/* Contenedor principal — sin caja, sin colores propios */
.exf-course-attachments-block {
    font-family: inherit;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    border: none;
    margin: 0 0 1.5em;
    color: inherit;
}


/* Lista de descargas */
.exf-descargas-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Cada enlace de descarga */
.exf-descargas-lista li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 6px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.exf-descargas-lista li a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.04);
    text-decoration: none;
}

/* Icono Dashicon dentro del enlace */
.exf-descargas-lista li a .dashicons {
    flex-shrink: 0;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
}
