body.single {
	background: #708e9d99;
	min-height: 100vh;
}

main.press-single,
body:not([class*=elementor-page-]) main.press-single {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 5% 8%;
	background: #fff;
	box-sizing: border-box;
}

.press-single__header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.press-single__title-area {
	flex: 1;
	min-width: 0;
}

.press-single__label {
	display: block;
	margin: 0 0 4px;
	font-family: Arial, sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.25;
	color: #7f7f7f;
}

.press-single__title {
	display: block;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

.press-single__logo {
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 40%;
	max-width: 360px;
}

.press-single__logo-img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: contain;
	object-position: right center;
}

.press-single__content {
	margin-bottom: 32px;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

.press-single__downloads {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 40px;
}

.press-single__downloads h2 {
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 4px;
	width: 100%;
}

.download {
	display: flex;
	flex-direction: column;
	width: 180px;
	border: 1px solid #c9d1d6;
	background: #fff;
	overflow: hidden;
}

.download .thumb img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.download .text {
	padding: 8px 12px;
	flex: 1;
}

.download .text .title {
	font-family: Arial, sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 0 0 4px;
	line-height: 1.4;
}

.download .text .desc {
	font-family: Arial, sans-serif;
	font-size: 0.75rem;
	color: #6b7c85;
	margin: 0;
	line-height: 1.4;
}

.download .buttons {
	padding: 8px 12px 12px;
}

.download .buttons a {
	display: inline-block;
	padding: 5px 14px;
	background: #708e9d;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 3px;
}

.download .buttons a:hover {
	background: #5a7886;
}

.press-single__about {
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

.press-single__info-row {
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: 20px;
}

.press-single__company,
.press-single__contact {
	flex: 1;
	min-width: 0;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

.press-single__company p,
.press-single__contact p {
	margin: 0 0 2px;
}

.site-footer__credit {
	width: 100%;
	font-size: 0.85rem;
	color: #6b7c85;
	margin: 0 0 8px;
	text-align: center;
}

.site-footer__credit a {
	color: inherit;
}

@media (max-width: 767px) {
	.press-single__header {
		flex-direction: column-reverse;
		align-items: center;
	}

	.press-single__label,
	.press-single__title {
		font-size: 1.5rem;
		text-align: center;
	}

	.press-single__logo {
		width: 60%;
		justify-content: center;
	}

	.press-single__logo-img {
		height: 70px;
		object-position: center;
	}

	.press-single__info-row {
		flex-direction: column;
	}
}
