/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 15:37:36 */
/* --- Estilos para la Nube de Etiquetas Personalizada --- */
p.nube_etiquetas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Estilo para cada etiqueta individual */
p.nube_etiquetas a {
    font-size: 14px !important;
    color: #000000;
    background-color: #f0f0f0;
    padding: 5px 12px;
    border-radius: 15px;
    text-decoration: none;
    line-height: 1.5;
    transition: all 0.3s ease;
}

/* Efecto al pasar el ratón */
p.nube_etiquetas a:hover {
    background-color: #dddddd;
    color: #000000;
}
