/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 25 2026 | 11:44:24 */
/*ОПИСАНИЕ*/

.evo_end::before {
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

span.evo_event_excerpt {
  font-size: 14px;
  color:#e5e5e5;
  font-weight: 500;
}

/*ЗАГОЛОВОК МЕСЯЦА*/
.evcal_month_line p {
    font-size: 28px !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: black;
     text-align: left!important;
}


span.evoet_c2.evoet_cx {
  padding: 3px;
}

/*МЕСЯЦ*/
/*.evcal_month_line {*/
/*    text-align: center;*/
/*}*/



/*Фон для даты*/
.evoet_c1 {
background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);    border-radius: 12px;

    flex: 0 0 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;

    height: 90px !important;     
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
}


.desc_trig {
    background-image: linear-gradient(
        110deg,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.45) 25%,
        rgba(0,0,0,0.25) 50%,
        rgba(0,0,0,0.12) 70%,
        rgba(0,0,0,0) 85%
    ) !important;
}


.evcal_event_title {
  font-weight: 400!important;
    font-size: 22px!important;
  font-weight: 600!important;
  /*margin-top: 3px!important;*/
  color: rgba(255,255,255,0.9)!important;
}


span.evcal_event_subtitle {
  font-weight: 400;
}


@media (max-width: 768px) {

    .evoet_c1 {
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        border-radius: 0 !important;

        flex: none !important;
        max-width: none !important;
        min-width: 0 !important;
        height: auto !important;

        display: block !important;
    }
.evcal_event_title {
  margin-top: 10px;
}


}
