.single-container {
	margin-top: 40px;
	margin-bottom: 120px;
}

.single-container__wrapper {
	display: flex;
	gap: 40px;
}

.page-header__input-clear {
	flex-shrink: 0;
}

.single__promo-card--tablet {
	display: none;
}

.category-page__container {
	margin-top: 40px;
	display: flex;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-bottom: 120px;
}

.category-page__content {
	flex: 1;
	width: 100%;
	flex: 1 1 0;
	min-width: 0;
	max-width: 760px;
}

.single-post-title {
	font-size: 48px;
	font-family: "Ubuntu";
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 64px;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.single__sidebar-container {
	max-width: 360px;
	min-width: 360px;
}


.post-content {
	max-width: 100%;
	margin: 0 10px auto;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--black);
	font-weight: 500;
}

.post-content ol {
	font-weight: 500;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 20px 0 10px;
	font-weight: bold;
	line-height: 120%;
	color: var(--black);
	font-family: 'Ubuntu';
}

.post-content h1,
.post-content h2 {
	margin-top: 64px;
}

.post-content h1 {
	font-size: 36px;
}

.post-content h2 {
	font-size: 28px;
}

.post-content h3 {
	font-size: 24px;
}

.post-content h4 {
	font-size: 20px;
}

.post-content h5 {
	font-size: 18px;
}

.post-content h6 {
	font-size: 16px;
}

.post-content p {
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 160%;
}

.post-content ul,
.post-content ol {
	margin: 15px 0;
	padding-left: 40px;
	list-style: disc;
}

.post-content ol {
	list-style: decimal;
}

.post-content li {
	margin-bottom: 10px;
}

.post-content img {
	max-width: 100%;
	height: auto;
	margin: 24px 0;
	border-radius: 25px;
	display: block;
}

.post-content a {
	color: var(--accent-blue, #0073aa);
	text-decoration: none;
}

.post-content .wp-block-image {
	margin: 24px 0;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-content .alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.post-content .alignright {
	float: right;
	margin: 15px 0 15px 15px;
}


.sidebar__search-input {
	font-weight: 500;
	height: 54px;
}

.note-block {
	background-color: var(--blue-back);
	padding: 16px 24px;
	border-radius: 4px;
	margin: 24px 0;
	font-size: 20px;
	line-height: 1.4;
	border-left: 4px solid var(--accent-blue);
	font-weight: 500;
	color: var(--gray-dark);
}

.copy-block {
	background-color: var(--gray-back);
	padding: 16px 24px;
	border-radius: 4px;
	margin: 24px 0;
	font-size: 20px;
	line-height: 1.4;
	border-left: 4px solid var(--gray-light);
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	clear: both;
	color: var(--gray-dark);
}

.copy-block__content {
	flex: 1;
	margin-right: 16px;
}

.copy-button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.copy-button svg {
	color: #ABB0BA;
	fill: #ABB0BA;
	transition: fill 0.2s ease-in-out;
}

.copy-block:hover svg {
	fill: #000;
	color: #000;
}

.post-updated {
	font-size: 14px;
	font-weight: 500;
	color: var(--gray-light);
	margin-top: 24px;
	line-height: 100%;
}

@media (max-width: 900px) {
	.single__sidebar {
		display: none;
	}

	.single__sidebar-container {
		display: none;
	}

	.sidebar__page-header {
		display: flex;
	}

	.single__promo-card--tablet {
		display: block;
	}
}


@media (max-width: 850px) {

	.category-page__container {
		margin-bottom: 100px;
	}

	.category-page__content {
		max-width: 100%;
	}
}

@media (max-width: 500px) {

	.single-container__wrapper {
		margin-bottom: 48px;
	}

	.category-page__container {
		margin-bottom: 80px;
	}
}

@media (max-width: 780px) {

	.category-page__container {
		flex-direction: column;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.post-content {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.post-content img,
	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		margin: 15px auto;
		display: block;
	}
}

@media (max-width: 500px) {

	.category-page__container {
		margin-bottom: 80px;
	}

	.single-post-title {
		font-size: 32px;
		margin-bottom: 48px;
	}
}

/* single.css */
@media (max-width: 400px) {

	.page-header__wrapper {
		justify-content: space-between;
	}

	.page-header__contents-btn {
		width: calc(100% - 52px);
	}

	.page-header__input-container {
		display: flex;
		align-items: center;
		cursor: pointer;
		width: 40px;
		right: 0;
		left: auto;
		transition: background-color 0.2s ease-in-out;
	}

	.page-header__input-container:active {
		background-color: var(--gray-back);
	}

	.page-header__input {
		opacity: 0;
		width: 0;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
	}

	.page-header__input-container:focus-within .page-header__input {
		opacity: 1;
		width: 100%;
		pointer-events: auto;
	}

	.page-header__input-container svg {
		pointer-events: none;
	}
}