.ui-state-default {
	display: inline;
	border-color: rgb(204, 204, 204);
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0;
	padding: 12px 0;
	background: none repeat scroll 0 0 rgb(228, 228, 228);
}

.metabox-holder .postbox {
	max-width: 100%;
}

.metabox-holder .postbox h3 {
	padding-left: 10px;
	border-bottom: 1px solid #e0e0e0;
}

.metabox-holder .postbox img {
	max-width: 240px;
}

.settings-tab {
	float: left;
	width: 80%;
}

.right-column-settings-page {
	max-width: 270px;
	float: right;
}

.cmb2-metabox-title {
	font-size:16px !important;
	margin-bottom:20px !important;
}

pre {
	margin:0;
}

.litlyx-sidebar-social-links,
.litlyx-sidebar-links ul li a {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
	align-items: center;
}

.litlyx-sidebar-links ul li a {
	justify-content: flex-start;
	gap: 8px;
}

.litlyx-sidebar-links a span.dashicons {
	font-size: 18px;
}

.litlyx-sidebar-links li {
	border-bottom: 1px solid #eee;
	padding: 12px;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 12px;
	padding-top: 8px;
}

.litlyx-sidebar-social-links a,
.litlyx-sidebar-links a {
	text-decoration: none;
}

.litlyx-icons-link {
	width: 32px;
	background: #000;
	padding: 3px;
	line-height: 1;
	border-radius: 5px;
}

.litlyx-sidebar-social-links svg {
	border-radius: 50%;
}
