  /* Tamaño más pequeño para botones */
  .fc .fc-button {
    font-size: 14px !important;
    padding: 2px 8px !important;
    height: auto !important;
    line-height: 1.2 !important;
    border-radius: 4px;
  }

  /* Tamaño del título del mes (como 'junio 2025') */
  .fc-toolbar-title {
    font-size: 14px !important;
    font-weight: bold;
    color: #333;
  }