/*
Theme Name: Iconic One Child
Template: iconic-one
Version: 1.0
*/


#mini-calendar {
    max-width: 280px;
    font-size: 14px;
}

.mini-cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.mini-cal-header button {
    background: #2c7be5;
    color: #fff;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
}

.mini-cal-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.mini-cal-table th {
    font-weight: normal;
    padding: 4px;
}

.mini-cal-table td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 14.2%;
}


.mini-today {
    background: #ffeb3b;
    font-weight: bold;
    border-radius: 4px;
}
.mini-sun {
    color: red !important;
}

.mini-sat {
    color: blue !important;
}
#mini-calendar td.mini-sun {
    color: red !important;
}

#mini-calendar td.mini-sat {
    color: blue !important;
}

#mini-calendar .mini-cal-table td {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 0 !important;
}

#mini-calendar .mini-cal-table {
    table-layout: fixed;
}



.mini-closed {
    background: #e74c3c;
    color: #fff !important;
    border-radius: 6px;
}

.mini-half {
    background: #cfe8ff;
    color: #004a99 !important;
    border-radius: 6px;
}

.mini-today {
    background: #ffeb3b;
    font-weight: bold;
    border-radius: 6px;
}

#mini-calendar {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}

#mini-calendar table {
    margin: 0 auto;
}

.mini-cal-table {
    table-layout: fixed;
}