.elementor-3624 .elementor-element.elementor-element-ecf6266{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3624 .elementor-element.elementor-element-c5f654d{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-3624 .elementor-element.elementor-element-c5f654d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3624 .elementor-element.elementor-element-c5f654d > .elementor-widget-container{border-style:solid;border-width:9px 9px 9px 9px;border-color:#000000;border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-3624 .elementor-element.elementor-element-27703fe .ectbe-wrapper{--e-ectbe-date-area-color:#DD3333;--e-ectbe-evt-title-color:#DD3333;--e-ectbe-evt-read-more-color:#02010100;}@media(max-width:767px){.elementor-3624 .elementor-element.elementor-element-c5f654d{width:var( --container-widget-width, 546px );max-width:546px;--container-widget-width:546px;--container-widget-flex-grow:0;}.elementor-3624 .elementor-element.elementor-element-c5f654d > .elementor-widget-container{margin:9px -13px 30px 0px;padding:0px 0px 0px 0px;border-width:10px 10px 10px 10px;border-radius:21px 21px 21px 21px;}}/* Start custom CSS for the-events-calendar-addon, class: .elementor-element-c5f654d *//* === Header styling === */
.fc-toolbar {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Header title */
.fc-toolbar-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* Buttons in header */
.fc-button {
    background-color: #333 !important;
    color: #fff !important;
    border: none !important;
    margin: 0 2px;
    padding: 6px 12px;
    border-radius: 4px !important;
}

.fc-button.fc-button-active {
    background-color: #dd3333 !important;
}

.fc-button:hover {
    background-color: #555 !important;
}

/* === Weekday headers === */
.fc-col-header-cell-cushion {
    font-weight: bold;
    color: #222;
}

/* === Day cell styling === */
.fc-daygrid-day {
    border: 1px solid #eee;
    background-color: #fafafa;
}

.fc-daygrid-day.fc-day-today {
    background-color: #fff3cd !important;
    border: 2px solid #ffc107 !important;
}

/* === Event styling === */
.fc-event {
    background-color: #dd3333 !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 3px;
    display: block;
    text-align: left;
}

/* === Remove scrollbars (optional) === */
.fc-scroller {
    overflow: visible !important;
}

.fc-daygrid-day-number {
    padding: 5px;
    font-weight: bold;
    color: #000;
}

.fc-today-button {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}


/* Entire header row: full-width flex */
.fc-header-toolbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    gap: 10px;
    flex-wrap: nowrap !important;
}

/* === LEFT arrow only === */
.fc-toolbar-chunk:first-child {
    flex: 0 0 auto;
}

/* === CENTER title === */
.fc-toolbar-chunk:nth-child(2) {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

/* === RIGHT buttons + arrow === */
.fc-toolbar-chunk:last-child {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
}

/* === Only show Месец and График === */
.fc-timeGridWeek-button,
.fc-timeGridDay-button {
    display: none !important;
}

/* === Optional styling for title === */
.fc-toolbar-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}/* End custom CSS */