/**
 * Theme Name:  Cyber Expert 
 * Description: Cyber Expert theme
 *
 * Author:      shershnyov.dev
 * Author URI:  https://shershnyov.dev/
 *
 * Version:     1.0
 */

.header .custom-logo {
	max-width: 500px;
	width: 100%;
}

.footer .custom-logo {
	display: block;
	max-width: 300px;
	width: 100%;
	margin-bottom: 24px;
}

@media (max-width: 600px) {
	.footer .custom-logo {
		margin-left: auto;
		margin-right: auto;
	}
}

.wp-element-caption {
	text-align: right;
	margin-top: -5px;
	font-size: 12px;
	color: black;
	opacity: 0.6;
}

.single h1 {
	font-size: 32px;
}

.single__tags a {
	font-size: 16px;
	opacity: 0.7;
}

.single__post ul, 
.single__post ol {
  margin: 20px 0;
  line-height: 1.5;
}

.single__post ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.single__post ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.single__post {
	width: 100%;
	overflow: hidden;
}

.single__post a {
	text-decoration: underline;
	color: blue;
}