/**
 * Vergi Portal
 * Tək qanunvericilik sənədi
 */

/* ==========================================================
   Dəyişənlər
   ========================================================== */

:root {
	--vp-legal-single-navy: #071b4a;
	--vp-legal-single-blue: #075cf6;
	--vp-legal-single-blue-dark: #0048d2;
	--vp-legal-single-blue-soft: #eef4ff;
	--vp-legal-single-text: #17233f;
	--vp-legal-single-muted: #67748d;
	--vp-legal-single-border: #dce5f1;
	--vp-legal-single-border-dark: #cbd7e7;
	--vp-legal-single-bg: #f7faff;
	--vp-legal-single-white: #ffffff;
	--vp-legal-single-green: #0da66e;

	--vp-legal-single-radius-sm: 8px;
	--vp-legal-single-radius-md: 12px;
	--vp-legal-single-radius-lg: 16px;

	--vp-legal-single-shadow:
		0 8px 30px rgba(7, 27, 74, 0.055);
}


/* ==========================================================
   Səhifə
   ========================================================== */

.vp-legal-single {
	min-height: 100vh;
	color: var(--vp-legal-single-text);
	background:
		linear-gradient(
			180deg,
			#f9fbff 0%,
			#f6f9fd 100%
		);
}

.vp-legal-single *,
.vp-legal-single *::before,
.vp-legal-single *::after {
	box-sizing: border-box;
}

.vp-legal-single a {
	color: inherit;
	text-decoration: none;
}

.vp-legal-single button {
	font: inherit;
}

.vp-legal-single svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vp-legal-single .vp-container {
	width: min(100% - 40px, 1360px);
	margin-inline: auto;
}


/* ==========================================================
   Hero və əsas sahə
   ========================================================== */

.vp-legal-single-hero {
	padding: 30px 0 54px;
}

.vp-legal-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 30px;
	align-items: start;
}

.vp-legal-single-main {
	min-width: 0;
}

.vp-legal-single-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 110px;
}


/* ==========================================================
   Breadcrumb
   ========================================================== */

.vp-legal-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: #6e7b93;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.vp-legal-single-breadcrumb a {
	transition: color 0.2s ease;
}

.vp-legal-single-breadcrumb a:hover {
	color: var(--vp-legal-single-blue);
}

.vp-legal-single-breadcrumb > span[aria-hidden="true"] {
	color: #9aa6ba;
	font-size: 18px;
	line-height: 1;
}

.vp-legal-single-breadcrumb span[aria-current="page"] {
	display: inline-block;
	overflow: hidden;
	max-width: 520px;
	color: #66738c;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* ==========================================================
   Başlıq
   ========================================================== */

.vp-legal-single-header {
	margin-bottom: 24px;
}

.vp-legal-single-title {
	max-width: 900px;
	margin: 0;
	color: var(--vp-legal-single-navy);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 750;
	line-height: 1.22;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
}


/* ==========================================================
   Meta və əməliyyatlar
   ========================================================== */

.vp-legal-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 24px;
	margin-top: 26px;
}

.vp-legal-single-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--vp-legal-single-muted);
	font-size: 13px;
	line-height: 1.4;
}

.vp-legal-single-meta-item svg {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	color: #61708d;
}

.vp-legal-single-meta-item strong {
	color: #53617b;
	font-weight: 700;
}

.vp-legal-single-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.vp-legal-single-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid #c9d8ef;
	border-radius: var(--vp-legal-single-radius-sm);
	color: var(--vp-legal-single-blue);
	background: var(--vp-legal-single-white);
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.vp-legal-single-action svg {
	width: 17px;
	height: 17px;
}

.vp-legal-single-action:hover {
	color: #ffffff;
	border-color: var(--vp-legal-single-blue);
	background: var(--vp-legal-single-blue);
	box-shadow:
		0 7px 18px rgba(7, 92, 246, 0.18);
	transform: translateY(-1px);
}

.vp-legal-single-action--icon {
	width: 42px;
	padding-inline: 0;
}


/* ==========================================================
   Qanunun tam mətni
   ========================================================== */

.vp-legal-single-content {
	padding: 28px 30px;
	border: 1px solid var(--vp-legal-single-border);
	border-radius: var(--vp-legal-single-radius-md);
	background: var(--vp-legal-single-white);
	box-shadow: var(--vp-legal-single-shadow);
	color: #25314c;
	font-size: 16px;
	line-height: 1.85;
}

.vp-legal-single-content > *:first-child {
	margin-top: 0;
}

.vp-legal-single-content > *:last-child {
	margin-bottom: 0;
}

.vp-legal-single-content h2,
.vp-legal-single-content h3,
.vp-legal-single-content h4,
.vp-legal-single-content h5,
.vp-legal-single-content h6 {
	margin: 34px 0 15px;
	color: var(--vp-legal-single-navy);
	font-weight: 800;
	line-height: 1.35;
}

.vp-legal-single-content h2 {
	font-size: 25px;
}

.vp-legal-single-content h3 {
	font-size: 21px;
}

.vp-legal-single-content h4 {
	font-size: 18px;
}

.vp-legal-single-content p {
	margin: 0 0 20px;
}

.vp-legal-single-content ul,
.vp-legal-single-content ol {
	margin: 0 0 22px;
	padding-left: 24px;
}

.vp-legal-single-content li {
	margin-bottom: 9px;
}

.vp-legal-single-content a {
	color: var(--vp-legal-single-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.vp-legal-single-content a:hover {
	color: var(--vp-legal-single-blue-dark);
}

.vp-legal-single-content strong {
	color: #122348;
	font-weight: 800;
}

.vp-legal-single-content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 4px solid var(--vp-legal-single-blue);
	border-radius: 0 9px 9px 0;
	color: #354563;
	background: var(--vp-legal-single-blue-soft);
}

.vp-legal-single-content blockquote p:last-child {
	margin-bottom: 0;
}

.vp-legal-single-content table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.vp-legal-single-content th,
.vp-legal-single-content td {
	padding: 12px 14px;
	border: 1px solid var(--vp-legal-single-border);
	text-align: left;
	vertical-align: top;
}

.vp-legal-single-content th {
	color: var(--vp-legal-single-navy);
	background: #f2f6fc;
	font-weight: 800;
}

.vp-legal-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}


/* ==========================================================
   Məlumat qeydi
   ========================================================== */

.vp-legal-single-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 18px;
	padding: 17px 19px;
	border: 1px solid #dce8fb;
	border-radius: 10px;
	color: #384866;
	background: #f0f6ff;
	font-size: 13px;
	line-height: 1.6;
}

.vp-legal-single-notice svg {
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	margin-top: 1px;
	color: var(--vp-legal-single-blue);
}

.vp-legal-single-notice p {
	margin: 0;
}

.vp-legal-single-notice strong {
	color: var(--vp-legal-single-navy);
}


/* ==========================================================
   Sidebar kartları
   ========================================================== */

.vp-legal-single-card {
	padding: 22px;
	border: 1px solid var(--vp-legal-single-border);
	border-radius: var(--vp-legal-single-radius-md);
	background: var(--vp-legal-single-white);
	box-shadow: var(--vp-legal-single-shadow);
}

.vp-legal-single-card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.vp-legal-single-card-header h2,
.vp-legal-single-card-title {
	margin: 0;
	color: var(--vp-legal-single-navy);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
}

.vp-legal-single-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: var(--vp-legal-single-blue);
	background: var(--vp-legal-single-blue-soft);
}

.vp-legal-single-card-icon svg {
	width: 21px;
	height: 21px;
}


/* ==========================================================
   Sənəd detalları
   ========================================================== */

.vp-legal-single-details {
	display: grid;
}

.vp-legal-single-details > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(110px, 1fr);
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #e4eaf3;
	font-size: 13px;
	line-height: 1.45;
}

.vp-legal-single-details > div:first-child {
	padding-top: 4px;
}

.vp-legal-single-details > div:last-child {
	border-bottom: 0;
}

.vp-legal-single-details span {
	color: var(--vp-legal-single-muted);
}

.vp-legal-single-details strong {
	color: var(--vp-legal-single-navy);
	font-weight: 750;
	overflow-wrap: anywhere;
}


/* ==========================================================
   Tam mətn düyməsi
   ========================================================== */

.vp-legal-single-full-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	margin-top: 16px;
	padding: 10px 16px;
	border: 1px solid var(--vp-legal-single-blue);
	border-radius: var(--vp-legal-single-radius-sm);
	color: var(--vp-legal-single-blue);
	background: #ffffff;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

.vp-legal-single-full-text svg {
	width: 16px;
	height: 16px;
}

.vp-legal-single-full-text:hover {
	color: #ffffff;
	background: var(--vp-legal-single-blue);
	box-shadow:
		0 7px 18px rgba(7, 92, 246, 0.17);
}


/* ==========================================================
   Faydalı linklər
   ========================================================== */

.vp-legal-single-links {
	display: grid;
	margin-top: 14px;
}

.vp-legal-single-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #e6ebf3;
	color: #293752;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	transition:
		color 0.2s ease,
		padding-left 0.2s ease;
}

.vp-legal-single-links a:last-child {
	border-bottom: 0;
}

.vp-legal-single-links a:hover {
	padding-left: 4px;
	color: var(--vp-legal-single-blue);
}

.vp-legal-single-links a span {
	flex: 0 0 auto;
	color: var(--vp-legal-single-blue);
	font-size: 18px;
}


/* ==========================================================
   Focus
   ========================================================== */

.vp-legal-single a:focus-visible,
.vp-legal-single button:focus-visible {
	outline: 3px solid rgba(7, 92, 246, 0.25);
	outline-offset: 3px;
}


/* ==========================================================
   Planşet
   ========================================================== */

@media (max-width: 1100px) {

	.vp-legal-single-grid {
		grid-template-columns: minmax(0, 1fr) 290px;
		gap: 22px;
	}

	.vp-legal-single-card {
		padding: 18px;
	}

	.vp-legal-single-details > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

}


/* ==========================================================
   Kiçik planşet
   ========================================================== */

@media (max-width: 900px) {

	.vp-legal-single .vp-container {
		width: min(100% - 28px, 1360px);
	}

	.vp-legal-single-grid {
		grid-template-columns: 1fr;
	}

	.vp-legal-single-sidebar {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.vp-legal-single-details > div {
		grid-template-columns: minmax(0, 1fr) minmax(100px, 1fr);
	}

}


/* ==========================================================
   Mobil
   ========================================================== */

@media (max-width: 700px) {

	.vp-legal-single-hero {
		padding: 22px 0 40px;
	}

	.vp-legal-single-breadcrumb {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.vp-legal-single-breadcrumb span[aria-current="page"] {
		max-width: 240px;
	}

	.vp-legal-single-title {
		font-size: 27px;
		line-height: 1.25;
	}

	.vp-legal-single-meta {
		display: grid;
		gap: 11px;
		margin-top: 20px;
	}

	.vp-legal-single-actions {
		display: grid;
		grid-template-columns: 1fr 1fr 44px;
	}

	.vp-legal-single-action {
		width: 100%;
	}

	.vp-legal-single-content {
		padding: 22px 20px;
		font-size: 15px;
		line-height: 1.75;
	}

	.vp-legal-single-content h2 {
		font-size: 22px;
	}

	.vp-legal-single-content h3 {
		font-size: 19px;
	}

	.vp-legal-single-sidebar {
		grid-template-columns: 1fr;
	}

}


/* ==========================================================
   Dar mobil
   ========================================================== */

@media (max-width: 480px) {

	.vp-legal-single .vp-container {
		width: min(100% - 20px, 1360px);
	}

	.vp-legal-single-title {
		font-size: 24px;
	}

	.vp-legal-single-breadcrumb span[aria-current="page"] {
		max-width: 175px;
	}

	.vp-legal-single-actions {
		grid-template-columns: 1fr 1fr;
	}

	.vp-legal-single-action--icon {
		grid-column: 1 / -1;
		width: 100%;
	}

	.vp-legal-single-content {
		padding: 19px 16px;
		font-size: 14px;
	}

	.vp-legal-single-notice {
		padding: 15px;
	}

	.vp-legal-single-card {
		padding: 17px;
	}

	.vp-legal-single-details > div {
		grid-template-columns: 1fr;
	}

}


/* ==========================================================
   Çap
   ========================================================== */

@media print {

	.vp-legal-single {
		background: #ffffff;
	}

	.vp-legal-single-breadcrumb,
	.vp-legal-single-actions,
	.vp-legal-single-sidebar,
	.vp-legal-single-notice,
	header,
	footer {
		display: none !important;
	}

	.vp-legal-single-hero {
		padding: 0;
	}

	.vp-legal-single-grid {
		display: block;
	}

	.vp-legal-single-title {
		margin-bottom: 24px;
		color: #000000;
		font-size: 28px;
	}

	.vp-legal-single-content {
		padding: 0;
		border: 0;
		box-shadow: none;
		color: #000000;
		background: #ffffff;
		font-size: 12pt;
		line-height: 1.6;
	}

	.vp-legal-single-content a {
		color: #000000;
		text-decoration: none;
	}

}
.vp-legal-single-action--icon.is-success {
	color: #ffffff;
	border-color: var(--vp-legal-single-green);
	background: var(--vp-legal-single-green);
}