/*
Theme Name: MS Držovice
Theme URI: web-line
Template: Divi
Author: Jiří Pohlídal
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-beta.7.4.1769756367
Updated: 2026-01-30 06:59:27

*/
/* ===== CELÝ KALENDÁŘ BLOK ===== */
#calendar {
    background: #FAFBFC;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    font-family: "Nunito", "Segoe UI", sans-serif;
}

/* ===== HLAVIČKA (únor 2026) ===== */
.fc-toolbar-title {
    font-size: 28px;
    font-weight: 800;
    color: #535D65;
    letter-spacing: 1px;
}

/* ===== TLAČÍTKA ===== */
.fc-button {
    background: #6EB8E1 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 6px 14px !important;
    font-weight: 700;
    text-transform: lowercase;
    box-shadow: 0 4px 10px rgba(110,184,225,0.3);
}

.fc-button:hover {
    background: #5aa7d2 !important;
}

/* ===== DNY V TÝDNU (po, út...) ===== */
.fc-col-header-cell-cushion {
    color: #6EB8E1;
    font-weight: 700;
}

/* ===== BUŇKY DNŮ ===== */
.fc-daygrid-day {
    background: white;
    border: 1px solid #eef2f5 !important;
}

/* čísla dní */
.fc-daygrid-day-number {
    color: #6EB8E1;
    font-weight: 700;
}

/* dnešní den */
.fc-day-today {
    background: #FFDC78 !important;
}

/* ===== EVENT BOX ===== */
.fc-event {
    background: #A8D676 !important;
    border: none !important;
    border-radius: 10px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(168,214,118,0.4);
}

/* čas v eventu */
.fc-event-time {
    color: #535D65;
}

/* název akce */
.fc-event-title {
    color: #535D65;
}

/* hover efekt */
.fc-event:hover {
    transform: scale(1.03);
    transition: 0.2s ease;
}

/* ===== VÍCE DNÍ (měsíční mřížka okraje) ===== */
.fc-scrollgrid {
    border-radius: 16px;
    overflow: hidden;
}

/* ===== ŠIPKY PŘEPÍNÁNÍ ===== */
.fc-prev-button,
.fc-next-button {
    background: #FFDC78 !important;
    color: #535D65 !important;
}

