table.wp-calendar-table{
	border-spacing: 0;
	caption{
		margin-bottom: 15px;
		font-size: $body-font-size-medium;
		font-family: $heading-font-family;
		font-weight: $heading-font-weight;
		color: var(--heading-font-color);
	}
	th,
	td{
		text-align: center;
		border-right: 0;
		padding: 0;
		line-height: 35px;
		position: relative;
		a{
			color: $white;
			display: block;
			background-color: $accent-color;
			text-decoration: none;
			font-weight: 700;
			&:hover{
				background-color: $primary-color;
			}
		}
	}
	thead th{
		background-color: var(--color-accent);
		color: $white;
		font-weight: 600;
	}
}
.wp-calendar-nav{
	margin-top: 15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}