/* ==========================================================
   TƏK XƏBƏR SƏHİFƏSİ
   1-ci hissə:
   Ümumi layout, breadcrumb, paylaşım paneli,
   başlıq, meta, alətlər və əsas şəkil
========================================================== */


/* ==========================================================
   ÜMUMİ QURULUŞ
========================================================== */

.vp-single-news,
.vp-single-news * {
	box-sizing: border-box;
}

.vp-single-news {
	--vp-single-blue: #0e5ee8;
	--vp-single-blue-dark: #082a73;
	--vp-single-navy: #071f54;
	--vp-single-text: #172a4d;
	--vp-single-muted: #65758e;
	--vp-single-border: #dce5f0;
	--vp-single-background: #f7f9fd;
	--vp-single-white: #ffffff;

	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: var(--vp-single-text);
	background: var(--vp-single-background);
	overflow-x: hidden;
}

.vp-single-news a {
	text-decoration: none;
}

.vp-single-news button,
.vp-single-news input {
	font: inherit;
}

.vp-single-container {
	width: calc(100% - 40px);
	max-width: 1320px;
	margin: 0 auto;
	padding: 28px 0 50px;
}


/* ==========================================================
   BREADCRUMB
========================================================== */

.vp-single-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
	margin: 0 0 22px;
	color: #7a889d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.vp-single-breadcrumb a {
	color: #6a7a91;
	transition: color 0.2s ease;
}

.vp-single-breadcrumb a:hover {
	color: var(--vp-single-blue);
}

.vp-single-breadcrumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #a6b1bf;
}

.vp-single-breadcrumb-current {
	display: block;
	max-width: 330px;
	color: #596a82;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* ==========================================================
   ƏSAS ÜÇ SÜTUNLU LAYOUT
========================================================== */

.vp-single-layout {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 300px;
	align-items: start;
	gap: 22px;
	width: 100%;
	min-width: 0;
}

.vp-single-article {
	width: 100%;
	min-width: 0;
}

.vp-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	min-width: 0;
}


/* ==========================================================
   SOL PAYLAŞIM PANELİ
========================================================== */

.vp-single-share-rail {
	position: sticky;
	top: 110px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	width: 48px;
	padding-top: 4px;
	z-index: 5;
}

.vp-single-share-label {
	color: #596a82;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.vp-single-share-line {
	display: block;
	width: 1px;
	height: 18px;
	margin: 0 0 2px;
	background: #bdc8d6;
}

.vp-single-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 3px 8px rgba(14, 39, 78, 0.12);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}

.vp-single-share-button:hover {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(14, 39, 78, 0.17);
}

.vp-single-share-button:active {
	transform: translateY(0);
}

.vp-single-share-button.is-facebook {
	background: #28559a;
}

.vp-single-share-button.is-linkedin {
	background: #1672a5;
}

.vp-single-share-button.is-telegram {
	background: #279bd3;
}

.vp-single-share-button.is-whatsapp {
	background: #15a85c;
}

.vp-single-share-button.is-copy {
	background: #252c3b;
}

.vp-single-share-button:focus-visible {
	outline: 3px solid rgba(14, 94, 232, 0.22);
	outline-offset: 3px;
}

.vp-single-copy-message {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	width: max-content;
	max-width: 130px;
	padding: 5px 8px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	background: #172a4d;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(-3px);
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.vp-single-copy-message.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}


/* ==========================================================
   XƏBƏR BAŞLIĞI
========================================================== */

.vp-single-article-header {
	width: 100%;
	margin: 0 0 18px;
}

.vp-single-category-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	margin: 0 0 12px;
	padding: 4px 9px;
	color: var(--vp-single-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	background: #eaf2ff;
	border-radius: 4px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease;
}

.vp-single-category-badge:hover {
	color: #ffffff;
	background: var(--vp-single-blue);
}

.vp-single-title {
	max-width: 860px;
	margin: 0 0 18px;
	color: var(--vp-single-navy);
	font-size: clamp(24px, 2.2vw, 36px);
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
}


/* ==========================================================
   META VƏ ALƏTLƏR
========================================================== */

.vp-single-meta-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding-bottom: 2px;
}

.vp-single-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	min-width: 0;
}

.vp-single-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #67778d;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.vp-single-meta-item svg {
	flex: 0 0 auto;
	color: #7386a2;
}

.vp-single-tools {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 8px;
}

.vp-single-font-tools {
	display: inline-flex;
	align-items: center;
	height: 34px;
	background: #ffffff;
	border: 1px solid #d9e2ed;
	border-radius: 6px;
	overflow: hidden;
}

.vp-single-font-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 7px;
	color: #314968;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	background: transparent;
	border: 0;
	border-right: 1px solid #e2e8f0;
	transition:
		color 0.2s ease,
		background-color 0.2s ease;
}

.vp-single-font-button:last-child {
	border-right: 0;
}

.vp-single-font-button:hover,
.vp-single-font-button.is-active {
	color: var(--vp-single-blue);
	background: #edf4ff;
}

.vp-single-font-button.is-default {
	font-size: 13px;
}

.vp-single-tool-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 34px;
	padding: 0 10px;
	color: #314968;
	font-size: 11px;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #d9e2ed;
	border-radius: 6px;
	transition:
		color 0.2s ease,
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.vp-single-tool-button:hover {
	color: var(--vp-single-blue);
	border-color: #aac6ee;
	background: #f5f9ff;
}

.vp-single-tool-button.is-pdf {
	color: #dc3345;
}

.vp-single-tool-button.is-pdf:hover {
	color: #b92133;
	border-color: #efbcc3;
	background: #fff6f7;
}

.vp-single-font-button:focus-visible,
.vp-single-tool-button:focus-visible {
	outline: 3px solid rgba(14, 94, 232, 0.18);
	outline-offset: 2px;
}


/* ==========================================================
   ƏSAS ŞƏKİL
========================================================== */

.vp-single-featured-image {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	background: #e9eff7;
	border: 1px solid #d7e1ed;
	border-radius: 8px;
}

.vp-single-featured-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	max-height: 590px;
	object-fit: cover;
	object-position: center;
}


/* ==========================================================
   XÜLASƏ BLOKU
========================================================== */

.vp-single-summary {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	width: 100%;
	margin: 0 0 18px;
	padding: 17px 18px;
	color: #184a9b;
	background: #eff5ff;
	border: 1px solid #ccddfa;
	border-radius: 7px;
}

.vp-single-summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--vp-single-blue);
}

.vp-single-summary p {
	margin: 0;
	color: #244e8d;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.65;
}


/* ==========================================================
   ƏSAS XƏBƏR MƏTNİ
========================================================== */

.vp-single-content {
	--vp-article-font-size: 15px;

	width: 100%;
	margin: 0;
	color: #263a58;
	font-size: var(--vp-article-font-size);
	font-weight: 400;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.vp-single-content > *:first-child {
	margin-top: 0;
}

.vp-single-content > *:last-child {
	margin-bottom: 0;
}

.vp-single-content p {
	margin: 0 0 14px;
}

.vp-single-content h2,
.vp-single-content h3,
.vp-single-content h4 {
	color: var(--vp-single-navy);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.015em;
}

.vp-single-content h2 {
	margin: 28px 0 13px;
	font-size: 25px;
}

.vp-single-content h3 {
	margin: 24px 0 12px;
	font-size: 21px;
}

.vp-single-content h4 {
	margin: 20px 0 10px;
	font-size: 18px;
}

.vp-single-content ul,
.vp-single-content ol {
	margin: 0 0 17px;
	padding-left: 24px;
}

.vp-single-content li {
	margin-bottom: 7px;
}

.vp-single-content a {
	color: var(--vp-single-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.vp-single-content a:hover {
	color: #084ab9;
}

.vp-single-content strong {
	color: #182e50;
	font-weight: 700;
}

.vp-single-content blockquote {
	margin: 22px 0;
	padding: 16px 20px;
	color: #28486f;
	background: #f2f6fc;
	border-left: 4px solid var(--vp-single-blue);
	border-radius: 0 7px 7px 0;
}

.vp-single-content blockquote p:last-child {
	margin-bottom: 0;
}

.vp-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 7px;
}

.vp-single-content table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	background: #ffffff;
}

.vp-single-content th,
.vp-single-content td {
	padding: 11px 12px;
	text-align: left;
	border: 1px solid #dce5ef;
}

.vp-single-content th {
	color: #142c51;
	font-weight: 700;
	background: #f1f5fa;
}

.vp-single-page-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 20px 0;
	color: #526781;
	font-size: 13px;
	font-weight: 600;
}


/* ==========================================================
   SAĞ SIDEBAR — ÜMUMİ BLOKLAR
========================================================== */

.vp-single-sidebar-section {
	width: 100%;
	padding: 17px;
	background: #ffffff;
	border: 1px solid var(--vp-single-border);
	border-radius: 9px;
	box-shadow: 0 4px 15px rgba(14, 43, 83, 0.035);
}

.vp-single-sidebar-section > h2 {
	margin: 0 0 14px;
	color: var(--vp-single-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}


/* ==========================================================
   SIDEBAR AXTARIŞI
========================================================== */

.vp-single-search-widget {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.vp-single-search-widget > h2 {
	margin: 0 0 8px;
	padding-left: 2px;
	font-size: 13px;
}

.vp-single-sidebar-search {
	position: relative;
	display: flex;
	width: 100%;
	padding: 12px;
	background: #ffffff;
	border: 1px solid var(--vp-single-border);
	border-radius: 9px;
	box-shadow: 0 4px 15px rgba(14, 43, 83, 0.035);
}

.vp-single-sidebar-search input[type="search"] {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 48px 9px 13px;
	color: #243a5b;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #d8e2ed;
	border-radius: 6px;
	outline: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.vp-single-sidebar-search input[type="search"]::placeholder {
	color: #92a0b2;
	opacity: 1;
}

.vp-single-sidebar-search input[type="search"]:focus {
	border-color: var(--vp-single-blue);
	box-shadow: 0 0 0 3px rgba(14, 94, 232, 0.1);
}

.vp-single-sidebar-search button {
	position: absolute;
	top: 50%;
	right: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: #ffffff;
	cursor: pointer;
	background: var(--vp-single-blue);
	border: 0;
	border-radius: 5px;
	transform: translateY(-50%);
	transition: background-color 0.2s ease;
}

.vp-single-sidebar-search button:hover {
	background: #084fc7;
}


/* ==========================================================
   SIDEBAR KATEQORİYALARI
========================================================== */

.vp-single-categories-widget ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vp-single-categories-widget li {
	margin: 0;
	padding: 0;
}

.vp-single-categories-widget li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 35px;
	padding: 5px 4px;
	color: #425773;
	border-radius: 5px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease;
}

.vp-single-categories-widget li a:hover {
	color: var(--vp-single-blue);
	background: #f3f7fd;
}

.vp-single-sidebar-category-name {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.vp-single-sidebar-category-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	color: #607794;
	background: #f0f4f8;
	border-radius: 50%;
}

.vp-single-sidebar-category-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 27px;
	height: 24px;
	padding: 0 6px;
	color: #42608a;
	font-size: 10px;
	font-weight: 700;
	background: #edf3fb;
	border-radius: 5px;
}

.vp-single-sidebar-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 38px;
	margin-top: 12px;
	padding: 8px 12px;
	color: var(--vp-single-blue);
	font-size: 11px;
	font-weight: 700;
	background: #f8faff;
	border: 1px solid #dbe5f2;
	border-radius: 5px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.vp-single-sidebar-all-link:hover {
	color: #ffffff;
	background: var(--vp-single-blue);
	border-color: var(--vp-single-blue);
}


/* ==========================================================
   SIDEBAR REKLAM
========================================================== */

.vp-single-sidebar-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 250px;
	padding: 25px;
	color: #ffffff;
	text-align: center;
	background:
		linear-gradient(
			145deg,
			#171d69 0%,
			#222b8c 100%
		);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(25, 34, 112, 0.13);
}

.vp-single-sidebar-ad span,
.vp-single-sidebar-ad strong {
	text-transform: uppercase;
}

.vp-single-sidebar-ad span {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-sidebar-ad strong {
	margin-top: 2px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-sidebar-ad small {
	margin-top: 27px;
	color: #29a3ff;
	font-size: 20px;
	font-weight: 500;
}
/* ==========================================================
   DİQQƏT BLOKU
========================================================== */

.vp-single-notice {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	width: 100%;
	margin: 22px 0;
	padding: 16px 18px;
	color: #8b5b00;
	background: #fff8e8;
	border: 1px solid #f0d79b;
	border-radius: 7px;
}

.vp-single-notice-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f0a000;
}

.vp-single-notice-content strong {
	display: block;
	margin: 0 0 4px;
	color: #704800;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-notice-content p {
	margin: 0;
	color: #86631c;
	font-size: 12px;
	line-height: 1.6;
}


/* ==========================================================
   XİDMƏT CTA
========================================================== */

.vp-single-service-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin: 24px 0 18px;
	padding: 18px 20px;
	background: #f0f5ff;
	border: 1px solid #d2e0f6;
	border-radius: 8px;
}

.vp-single-service-cta-content {
	min-width: 0;
}

.vp-single-service-cta-content h2 {
	margin: 0 0 5px;
	color: var(--vp-single-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.vp-single-service-cta-content p {
	max-width: 470px;
	margin: 0;
	color: #60718a;
	font-size: 12px;
	line-height: 1.55;
}

.vp-single-service-cta-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
}

.vp-single-primary-button,
.vp-single-whatsapp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 9px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	border-radius: 6px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.vp-single-primary-button {
	color: #ffffff;
	background: var(--vp-single-blue);
	border: 1px solid var(--vp-single-blue);
}

.vp-single-primary-button:hover {
	color: #ffffff;
	background: #084fc7;
	border-color: #084fc7;
	transform: translateY(-1px);
}

.vp-single-whatsapp-button {
	color: #1a8f50;
	background: #ffffff;
	border: 1px solid #d5e3de;
}

.vp-single-whatsapp-button:hover {
	color: #ffffff;
	background: #16a05a;
	border-color: #16a05a;
	transform: translateY(-1px);
}


/* ==========================================================
   ETİKETLƏR
========================================================== */

.vp-single-tags {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 9px;
	width: 100%;
	margin: 18px 0;
}

.vp-single-tags-title {
	padding-top: 4px;
	color: #596b83;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-tags-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	min-width: 0;
}

.vp-single-tags-list a {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	color: var(--vp-single-blue);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	background: #edf4ff;
	border: 1px solid #dce9fb;
	border-radius: 4px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.vp-single-tags-list a:hover {
	color: #ffffff;
	background: var(--vp-single-blue);
	border-color: var(--vp-single-blue);
}


/* ==========================================================
   ALT PAYLAŞIM VƏ FAYDALILIQ
========================================================== */

.vp-single-engagement {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 18px 0;
	padding: 12px 14px;
	background: #ffffff;
	border: 1px solid var(--vp-single-border);
	border-radius: 7px;
}

.vp-single-inline-share,
.vp-single-helpful {
	display: flex;
	align-items: center;
	gap: 8px;
}

.vp-single-inline-share > span,
.vp-single-helpful > span {
	color: #52647d;
	font-size: 11px;
	font-weight: 700;
}

.vp-single-inline-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #5171a1;
	font-size: 11px;
	font-weight: 700;
	background: #f3f7fc;
	border: 1px solid #e1e8f1;
	border-radius: 50%;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.vp-single-inline-share a:hover {
	color: #ffffff;
	background: var(--vp-single-blue);
	border-color: var(--vp-single-blue);
}

.vp-single-feedback-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 42px;
	height: 30px;
	padding: 0 8px;
	color: #58708e;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #dbe4ef;
	border-radius: 5px;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.vp-single-feedback-button.is-like:hover,
.vp-single-feedback-button.is-like.is-selected {
	color: #119652;
	background: #ecfaf2;
	border-color: #bde9cf;
}

.vp-single-feedback-button.is-dislike:hover,
.vp-single-feedback-button.is-dislike.is-selected {
	color: #d34a4a;
	background: #fff1f1;
	border-color: #f0c5c5;
}


/* ==========================================================
   MÜƏLLİF BLOKU
========================================================== */

.vp-single-author {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 20px 0 24px;
	padding: 15px 17px;
	background: #f6f9ff;
	border: 1px solid #dce6f4;
	border-radius: 8px;
}

.vp-single-author-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vp-single-author-avatar img {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 50%;
}

.vp-single-author-content {
	min-width: 0;
}

.vp-single-author-content h2 {
	margin: 0 0 4px;
	color: var(--vp-single-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-author-content p {
	margin: 0;
	color: #63738a;
	font-size: 10.5px;
	line-height: 1.55;
}

.vp-single-author-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 15px;
	color: var(--vp-single-navy);
	font-size: 10.5px;
	font-weight: 700;
	background: #ffffff;
	border: 1px solid #d9e3ef;
	border-radius: 5px;
	white-space: nowrap;
	transition:
		color 0.2s ease,
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.vp-single-author-link:hover {
	color: var(--vp-single-blue);
	border-color: #afc8eb;
	background: #f7faff;
}


/* ==========================================================
   OXŞAR XƏBƏRLƏR
========================================================== */

.vp-single-related {
	width: 100%;
	margin: 0 0 24px;
}

.vp-single-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 12px;
}

.vp-single-section-heading h2 {
	margin: 0;
	color: var(--vp-single-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.vp-single-section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--vp-single-blue);
	font-size: 10.5px;
	font-weight: 700;
	transition: color 0.2s ease;
}

.vp-single-section-heading > a:hover {
	color: #084fc7;
}

.vp-single-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.vp-single-related-card {
	min-width: 0;
	height: 100%;
}

.vp-single-related-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: var(--vp-single-text);
	background: #ffffff;
	border: 1px solid var(--vp-single-border);
	border-radius: 7px;
	overflow: hidden;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.vp-single-related-link:hover {
	color: var(--vp-single-text);
	border-color: #b7cbea;
	box-shadow: 0 7px 18px rgba(24, 69, 127, 0.08);
	transform: translateY(-2px);
}

.vp-single-related-image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 8.7;
	overflow: hidden;
	background: #edf2f8;
}

.vp-single-related-thumbnail {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.vp-single-related-link:hover .vp-single-related-thumbnail {
	transform: scale(1.04);
}

.vp-single-related-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #8194ad;
}

.vp-single-related-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 9px 10px 10px;
}

.vp-single-related-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin: 0 0 7px;
}

.vp-single-related-meta span {
	display: block;
	max-width: 70%;
	color: var(--vp-single-blue);
	font-size: 7.5px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vp-single-related-meta time {
	color: #8491a3;
	font-size: 8px;
	white-space: nowrap;
}

.vp-single-related-body h3 {
	display: -webkit-box;
	margin: 0 0 9px;
	color: #263a59;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.vp-single-related-views {
	margin-top: auto;
	color: #8996a8;
	font-size: 8.5px;
	line-height: 1.4;
}


/* ==========================================================
   ALT REKLAM
========================================================== */

.vp-single-bottom-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 105px;
	padding: 18px;
	color: var(--vp-single-blue);
	text-align: center;
	background: #ffffff;
	border: 1px solid #9ebbea;
	border-radius: 7px;
}

.vp-single-bottom-ad span {
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.vp-single-bottom-ad strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.vp-single-bottom-ad small {
	margin-top: 3px;
	font-size: 10px;
	font-weight: 600;
}


/* ==========================================================
   ƏN ÇOX OXUNANLAR
========================================================== */

.vp-single-popular-widget {
	padding-bottom: 13px;
}

.vp-single-popular-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.vp-single-popular-item {
	min-width: 0;
}

.vp-single-popular-item > a {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	color: var(--vp-single-text);
}

.vp-single-popular-image {
	position: relative;
	width: 78px;
	height: 55px;
	overflow: hidden;
	background: #edf2f7;
	border-radius: 5px;
}

.vp-single-popular-thumbnail,
.vp-single-popular-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vp-single-popular-number {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	background: rgba(14, 49, 103, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}

.vp-single-popular-content {
	min-width: 0;
}

.vp-single-popular-content h3 {
	display: -webkit-box;
	margin: 0 0 5px;
	color: #273a57;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: color 0.2s ease;
}

.vp-single-popular-item > a:hover h3 {
	color: var(--vp-single-blue);
}

.vp-single-popular-content > span {
	color: #8694a7;
	font-size: 8.5px;
	line-height: 1.4;
}


/* ==========================================================
   WHATSAPP VƏ TELEGRAM KARTLARI
========================================================== */

.vp-single-channel-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 130px;
	padding: 17px;
	color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 7px 18px rgba(24, 65, 114, 0.1);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.vp-single-channel-card:hover {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 10px 23px rgba(24, 65, 114, 0.15);
}

.vp-single-channel-card.is-whatsapp {
	background:
		linear-gradient(
			135deg,
			#12ac5d 0%,
			#06bf68 100%
		);
}

.vp-single-channel-card.is-telegram {
	background:
		linear-gradient(
			135deg,
			#188fd3 0%,
			#28b7ee 100%
		);
}

.vp-single-channel-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	max-width: 180px;
}

.vp-single-channel-content strong {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.vp-single-channel-content > span {
	color: rgba(255, 255, 255, 0.92);
	font-size: 10.5px;
	line-height: 1.45;
}

.vp-single-channel-content small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	margin-top: 10px;
	padding: 5px 11px;
	color: #15834b;
	font-size: 9.5px;
	font-weight: 700;
	background: #ffffff;
	border-radius: 4px;
}

.vp-single-channel-card.is-telegram
	.vp-single-channel-content small {
	color: #147dae;
}

.vp-single-channel-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.95);
}


/* ==========================================================
   SIDEBAR XİDMƏTLƏRİ
========================================================== */

.vp-single-services-widget h2 {
	color: var(--vp-single-blue-dark);
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.25;
}

.vp-single-services-widget ul {
	margin: 0 0 16px;
	padding: 0 0 0 16px;
	color: #274267;
}

.vp-single-services-widget li {
	margin-bottom: 7px;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.4;
}

.vp-single-services-widget .vp-single-primary-button {
	width: max-content;
	min-height: 37px;
	padding: 8px 15px;
	font-size: 10px;
}


/* ==========================================================
   TABLET VƏ RESPONSIVE
========================================================== */

@media (max-width: 1180px) {

	.vp-single-container {
		max-width: 1080px;
	}

	.vp-single-layout {
		grid-template-columns: 42px minmax(0, 1fr) 270px;
		gap: 18px;
	}

	.vp-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


@media (max-width: 920px) {

	.vp-single-container {
		width: calc(100% - 32px);
	}

	.vp-single-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 22px;
	}

	.vp-single-share-rail {
		position: static;
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		flex-direction: row;
		width: 100%;
		padding: 0;
	}

	.vp-single-share-line {
		width: 18px;
		height: 1px;
		margin: 0;
	}

	.vp-single-copy-message {
		top: auto;
		left: auto;
		margin-left: 4px;
		transform: none;
	}

	.vp-single-copy-message.is-visible {
		transform: none;
	}

	.vp-single-meta-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.vp-single-tools {
		flex-wrap: wrap;
	}

	.vp-single-service-cta {
		align-items: flex-start;
		flex-direction: column;
	}

}


@media (max-width: 760px) {

	.vp-single-container {
		width: 100%;
		padding: 22px 14px 36px;
	}

	.vp-single-layout {
		grid-template-columns: 1fr;
	}

	.vp-single-sidebar {
		margin-top: 8px;
	}

	.vp-single-title {
		font-size: 32px;
	}

	.vp-single-engagement {
		align-items: flex-start;
		flex-direction: column;
	}

	.vp-single-author {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.vp-single-author-link {
		grid-column: 1 / -1;
		width: 100%;
	}

	.vp-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


@media (max-width: 520px) {

	.vp-single-breadcrumb-current {
		max-width: 180px;
	}

	.vp-single-title {
		font-size: 28px;
	}

	.vp-single-meta {
		gap: 10px 14px;
	}

	.vp-single-tools {
		width: 100%;
	}

	.vp-single-font-tools {
		flex: 1 1 auto;
	}

	.vp-single-font-button {
		flex: 1 1 0;
	}

	.vp-single-tool-button {
		flex: 1 1 auto;
	}

	.vp-single-service-cta-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.vp-single-primary-button,
	.vp-single-whatsapp-button {
		width: 100%;
	}

	.vp-single-related-grid {
		grid-template-columns: 1fr;
	}

	.vp-single-summary,
	.vp-single-notice {
		grid-template-columns: 26px minmax(0, 1fr);
		padding: 14px;
	}

	.vp-single-sidebar-ad {
		min-height: 220px;
	}

}


/* ==========================================================
   ÇAP GÖRÜNÜŞÜ
========================================================== */

@media print {

	.site-header,
	.site-footer,
	.vp-single-breadcrumb,
	.vp-single-share-rail,
	.vp-single-sidebar,
	.vp-single-tools,
	.vp-single-service-cta,
	.vp-single-tags,
	.vp-single-engagement,
	.vp-single-author,
	.vp-single-related,
	.vp-single-bottom-ad,
	.vp-single-notice {
		display: none !important;
	}

	.vp-single-news,
	.vp-single-container,
	.vp-single-layout,
	.vp-single-article {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		color: #000000;
		background: #ffffff;
	}

	.vp-single-title {
		color: #000000;
		font-size: 28pt;
	}

	.vp-single-content {
		color: #000000;
		font-size: 12pt;
		line-height: 1.6;
	}

	.vp-single-featured-image {
		border: 0;
	}

}