h2 {
	margin: 50px 0 20px !important;
}

.buttonLink {
	position: absolute;
	opacity: 0;
}

.wp-block-table .has-fixed-layout {
	min-width: 900px;
}

.pld-like-dislike-wrap {
	margin-left: 30px;
}

.button-link p {
	padding: 0 !important;
	background: none !important;
}

.button-link a {
	text-decoration: none !important;
	transition: 300ms;
	cursor: pointer;
	padding: 1.25em 2.375em !important;
	background: #5b72fe;
	border-radius: 8px;
	min-width: 240px;
	display: block;
}

.button-link a:hover {
	background: #252cae;
}

.top-list li.wp-block-post {
	position: relative;
}

.top-list li.wp-block-post:after {
	content: "1";
	position: absolute;
	left: -10px;
	top: -10px;
	background: #9dbbff;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

#all .top-list li.wp-block-post:first-child .wp-block-columns {
	border: 4px solid gold !important;
}

.top-list li.wp-block-post:nth-child(2)::after {
	content: "2";
}
.top-list li.wp-block-post:nth-child(3)::after {
	content: "3";
}
.top-list li.wp-block-post:nth-child(4)::after {
	content: "4";
}
.top-list li.wp-block-post:nth-child(5)::after {
	content: "5";
}
.top-list li.wp-block-post:nth-child(6)::after {
	content: "6";
}
.top-list li.wp-block-post:nth-child(7)::after {
	content: "7";
}
.top-list li.wp-block-post:nth-child(8)::after {
	content: "8";
}
.top-list li.wp-block-post:nth-child(9)::after {
	content: "9";
}
.top-list li.wp-block-post:nth-child(10)::after {
	content: "10";
}

.wp-block-post-featured-image img {
	aspect-ratio: 2;
	object-fit: cover;
	border: 2px solid #000;
}

footer .wp-block-navigation__submenu-container {
	display: none;
}

footer .wp-block-page-list {
	padding: 0;
	list-style: none;
}

footer .wp-block-page-list li {
	margin-bottom: 10px;
}

form.wpcf7-form {
	box-sizing: border-box;
	max-width: 50%;
	margin-top: 50px;
}

@media only screen and (max-width: 575px) {
	form.wpcf7-form {
		max-width: 100%;
	}
}

form.wpcf7-form input,
form.wpcf7-form textarea {
	padding: 10px;
    border-radius: 8px;
    border: 2px solid #000;
    outline: 0;
    line-height: 20px;
    margin-top: 5px;
    transition: 300ms;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: #dde9ff;
}

form.wpcf7-form input:focus {
	border-color: #5b72fe;
}

form.wpcf7-form label {
	font-size: 14px;
	font-weight: bold;
}

form.wpcf7-form input[type="submit"] {
	background: #5b72fe;
	border-color: #5b72fe;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

