
.widget_calendar #wp-calendar {
	margin-bottom: 0;
}

.widget_calendar #wp-calendar>caption {
	margin-bottom: 10px;
	color: #2d2a2a;
	text-align: center;
	font-weight: 600;
}

.widget_calendar #wp-calendar th {
	padding: 5px;
	border-bottom: none;
	text-align: center;
}

.widget_calendar #wp-calendar td {
	padding: 10px;
	border-bottom: none;
	text-align: center;
}

.widget_calendar #wp-calendar #today {
	color: #fff;
	font-weight: 600;
	background-color: var(--wd-primary-color);
}

.widget_calendar #wp-calendar #today a {
	color: inherit;
}

.widget_calendar #wp-calendar thead th {
	border-bottom: 2px solid rgba(129, 129, 129, .1);
}

.widget_calendar #wp-calendar tfoot td {
	border-top: 2px solid rgba(129, 129, 129, .1);
}

.widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar>caption {
	color: #fff;
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar thead th {
	border-color: rgba(255, 255, 255, .2);
}

[class*="color-scheme-light"] .widget_calendar #wp-calendar tfoot td {
	border-color: rgba(255, 255, 255, .2);
}
