<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#calendar {
    max-width: 1200px;
    margin: 0 auto;
}

.tag-select {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.tag-selection {
    height: 2.5em;
    padding: 0 1em;
    border: 1px solid;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-right: 5px;
}

.legend-item {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.fc-event {
    cursor: help;
}

.tooltip {
    z-index: 999999;
}

.tooltip-inner {
    display: none;
}

.aci-tooltip {
    border-radius: 5px;
    padding: 20px;
    background-color: #f0f0f0;
    max-width: 600px;
}

.aci-title {
    font-weight: bold;
    font-size: 24px;
    padding: 10px 0;
}

.aci-preview {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.aci-result {
    display: inline-block;
    text-align: left;
    width: 40%;
    padding: 0 10px;
}

.aci-link-more {
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-align: right;
    width: 50%;
}

.aci-tooltip .aci-link-more {
    color: #ec3642;
}


/* 2023 */

@media (max-width: 768px) {
    .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
        align-content: space-between;
        align-items: unset;
        width: 100%;
    }

    .fc-toolbar .fc-button {
        font-size: 14px;
    }

    .fc-left,
    .fc-right {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        flex-grow: 1;
    }

    .fc-center {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        flex-grow: 1;
        align-items: center;


    }

    .fc-center h2 {
        text-align: center;
        flex-grow: 1;
        align-content: stretch;
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 15px;

    }

    .legend.legend-group .legend-item.legend-item-group {
        display: flex;
        flex-grow: 1;
        font-size: 14px;
    }

    .fc-button-group {
        flex-grow: 1;
    }

    .fc-left button {
        flex-grow: 3;
    }

    .legend.legend-group {
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-content: stretch;

    }
    .calendar .fc-event{
        font-size: 12px;
    }
    .calendar .fc-event .fc-title{        
        text-wrap: wrap;
    }
}

/* 2024 */
.legend-item{
    font-size: 16px;
    font-weight: 500;
}

.calendar .fc-event .fc-time{        
    font-size: 13px;
}

.calendar .fc-event .fc-title{        
    text-wrap: wrap;
    font-size: 13px;
}
.entry-content.wp-block-post-content.is-layout-flow{
    width:100%;
  }

  .fc-day-number{
    font-size: 15px;
  }
  .fc-content{
    padding-left: 5px;
    padding-bottom: 8px;
  }</pre></body></html>