/*
Theme Name: PWODEV
Theme URI: https://pwodev.com
Author: PWODEV
Author URI: https://pwodev.com
Description: 
Tags: PWODEV
Version: 1.0
License:
License URI:
Text Domain:
Domain Path:
*/
@import url("css/style.css");

.page_img .page_img_bg {
	display: none;
}

.page_img {
	position: relative;
}

.page_img::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.18) 55%, rgba(255, 255, 255, 0.12));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.page_img .page_img_text {
	position: relative;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
	z-index: 2;
}

.header.white_header {
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(42, 44, 43, 0.08);
}

.header.white_header .main_menu a {
	color: #2a2c2b !important;
}

.header.white_header .main_menu a:hover,
.header.white_header .main_menu .current-menu-item > a,
.header.white_header .main_menu .current-menu-ancestor > a {
	color: #1fb46b !important;
}

.header .logo {
	align-items: center;
	background: none !important;
	display: flex;
	height: 60px;
	left: 0;
	padding: 0 25px;
	width: 150px;
}

.header .logo img {
	display: block;
	height: 22px;
	object-fit: contain;
	width: auto;
}

.the_content pre,
.the_content .wp-block-code {
	background: #f7faf8;
	border: 1px solid #dce7e1;
	border-radius: 6px;
	box-shadow: inset 3px 0 0 #1fb46b;
	color: #27312d;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 12.5px;
	line-height: 1.7;
	margin: 24px 0;
	overflow-x: auto;
	padding: 16px 18px 15px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.the_content pre code,
.the_content .wp-block-code code {
	background: transparent;
	border: 0;
	color: inherit;
	display: block;
	font: inherit;
	margin: 0;
	min-width: max-content;
	padding: 0;
	white-space: pre;
}

.the_content .code_block {
	margin: 24px 0;
	position: relative;
}

.the_content .code_block pre,
.the_content .code_block .wp-block-code {
	margin: 0;
	padding-right: 62px;
}

.the_content .code_copy {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cfe0d7;
	border-radius: 5px;
	color: #38614d;
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
	width: 30px;
	z-index: 2;
}

.the_content .code_copy::before {
	background: currentColor;
	content: "";
	display: block;
	height: 16px;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 16px;
}

.the_content .code_copy:hover,
.the_content .code_copy:focus {
	background: #1fb46b;
	border-color: #1fb46b;
	color: #ffffff;
}

.the_content .code_copy.is_copied {
	background: #1fb46b;
	border-color: #1fb46b;
	color: #ffffff;
}

.the_content .code_copy.is_copied::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.the_content .code_token_command {
	color: #0b7f4a;
	font-weight: 600;
}

.the_content .code_token_option {
	color: #8a5a00;
}

.the_content .code_token_path {
	color: #0a6f9b;
}

.the_content .code_token_variable {
	color: #8f3f71;
}

.the_content .code_token_comment {
	color: #7c8781;
	font-style: italic;
}

.the_content .code_token_string {
	color: #9d4b1f;
}

@media only screen and (max-width: 1200px) {
	.header .logo {
		height: 50px;
		padding: 0 15px;
		width: 120px;
	}

	.header .logo img {
		height: 20px;
	}

	.the_content pre,
	.the_content .wp-block-code {
		font-size: 12px;
		padding: 16px 14px 14px;
	}

	.the_content .code_block pre,
	.the_content .code_block .wp-block-code {
		padding-right: 56px;
	}
}
