a:focus,
a:hover {
	text-decoration: underline;
}
.wp-element-button {
	margin: 1rem 0;
	background-color: white;
	border: 1px solid #0693e3;
	color: #0693e3;
	transition: 0.2s all;
	border-radius: 0;
	font-weight: bold;
}
.wp-element-button:focus,
.wp-element-button:hover {
	background-color: #0693e3;
	border: 1px solid #0693e3;
	color: white;
	text-decoration: none;
}

:where(.wp-site-blocks) > *,
:root :where(.is-layout-flow) > * {
    margin-block-start: 0px;
}

.sarake-kaanna .wp-block-column {
	order: 1;
}
@media(min-width: 782px) {
	.sarake-kaanna .wp-block-column:first-child {
		order: 2;
	}
}