@page {
    size: A4;
    margin: 1cm; /* Márgenes de impresión */
}

body {
    margin: 0;
    padding: 0;
    width: 210mm; /* Ancho de A4 */
    height: 297mm; /* Alto de A4 */
    font-family: Arial, sans-serif; /* Fuente básica */
}

/* Evitar estilos responsivos */
body, html {
    overflow: visible; /* No recortes contenido */
}

#trp-floater-ls{
    display: none !important;
}
.fc-col-header {
    margin-bottom: 0 !important;
}
.calendar-month:not(:last-child){
    page-break-after: always; /* Versión antigua */
    break-after: page; /* Versión moderna */
}

.fc-daygrid-event-dot,
.fc-event-time,
.fc-day-disabled .fc-daygrid-day-top,
.fc-day-disabled .fc-daygrid-day-events,
.fc-day-disabled .fc-daygrid-day-bg,
.fc-day-other .fc-daygrid-day-top,
.fc-day-other .fc-daygrid-day-events,
.fc-day-other .fc-daygrid-day-bg{
    display: none;
}
.fc-event .html-event-title p{
    margin: 0 !important;
  }
.fc-event .html-event-title,
.fc-event .html-event-title p span{
  font-size: 12px !important;
  white-space: normal !important;
  overflow: visible !important;
  height: auto !important;
  padding: 5px;
  display: inline-block;
}

.fc-day-disabled div{
    min-height: 0px !important;
}

.fc-day-other{
    opacity: 0.4;
}

.fc-daygrid-dot-event .fc-event-title{
    font-size: 12px !important;
    font-weight: 600 !important;
}