/*
Theme Name: Niemeyer
Author: Simbiosys
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: niemeyer
Tags: Basado en el tema TwentyNineteen
*/

.gap-4 {
    gap: 1rem;
}

.width-4 {
    width: 265px;
}

.bg-red-niem {
    background-color: #CC0000;
}

.text-red-niem {
    color: #CC0000;
  }

  .archivo-prensa {
    list-style: none;
    padding: 0;
}

.year-item {
    margin-bottom: 10px;
}

.year-toggle {
    cursor: pointer;
    font-weight: bold;
    display: block;
    padding: 5px;
    border-left: 3px solid #cc0100;
}

.months-list {
    display: none;
    padding-left: 15px;
}

.months-list li {
    cursor: pointer;
    padding: 3px 0;
    transition: background 0.3s ease;
}

.months-list li:hover {
    background: #f1f1f1;
}

  