/* Gutenberg block styles for classic theme content (novinky, pages). */

.wp-block-table {
	overflow-x: auto;
	margin: 0 0 1em;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
	word-break: normal;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table table.has-text-color td,
.wp-block-table table.has-text-color th {
	border-color: currentColor;
}

.wp-block-table table.has-link-color a,
.wp-block-table table.has-link-color a:hover,
.wp-block-table table.has-link-color a:focus {
	color: inherit;
}

/* Default WordPress palette. Classes such as has-vivid-cyan-blue-color. */
.has-black-color { color: #000000 !important; }
.has-black-background-color { background-color: #000000 !important; }
.has-cyan-bluish-gray-color { color: #abb8c3 !important; }
.has-cyan-bluish-gray-background-color { background-color: #abb8c3 !important; }
.has-white-color { color: #ffffff !important; }
.has-white-background-color { background-color: #ffffff !important; }
.has-pale-pink-color { color: #f78da7 !important; }
.has-pale-pink-background-color { background-color: #f78da7 !important; }
.has-vivid-red-color { color: #cf2e2e !important; }
.has-vivid-red-background-color { background-color: #cf2e2e !important; }
.has-luminous-vivid-orange-color { color: #ff6900 !important; }
.has-luminous-vivid-orange-background-color { background-color: #ff6900 !important; }
.has-luminous-vivid-amber-color { color: #fcb900 !important; }
.has-luminous-vivid-amber-background-color { background-color: #fcb900 !important; }
.has-light-green-cyan-color { color: #7bdcb5 !important; }
.has-light-green-cyan-background-color { background-color: #7bdcb5 !important; }
.has-vivid-green-cyan-color { color: #00d084 !important; }
.has-vivid-green-cyan-background-color { background-color: #00d084 !important; }
.has-pale-cyan-blue-color { color: #8ed1fc !important; }
.has-pale-cyan-blue-background-color { background-color: #8ed1fc !important; }
.has-vivid-cyan-blue-color { color: #0693e3 !important; }
.has-vivid-cyan-blue-background-color { background-color: #0693e3 !important; }
.has-vivid-purple-color { color: #9b51e0 !important; }
.has-vivid-purple-background-color { background-color: #9b51e0 !important; }
