.wp-block-calendar {
	text-align: center;

	th,
	tbody td {
		padding: 4px;
		border: 1px solid $light-gray-500;
	}

	tfoot td {
		border: none;
	}

	table {
		width: 100%;
		border-collapse: collapse;
		font-family: $default-font;
	}

	table th {
		font-weight: 440;
		background: $light-gray-300;
	}

	a {
		text-decoration: underline;
	}

	tfoot a {
		color: $blue-medium-800;
	}

	table tbody,
	table caption {
		color: $dark-gray-600;
	}
}
