/* L2 Valkyria — /terms */

body.terms-page .terms-section {
	padding-top: 28px;
	padding-bottom: 48px;
}

body.terms-page .terms-section > .container {
	max-width: 1140px;
}

body.terms-page .terms-panel {
	background: linear-gradient(165deg, rgba(48, 34, 22, 0.97) 0%, rgba(38, 28, 18, 0.98) 100%);
	border: 1px solid rgba(174, 131, 46, 0.28);
	border-radius: 12px;
	padding: 36px 40px 40px;
	box-shadow:
		0 4px 24px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.terms-page .terms-panel .section__title {
	color: #ff9800;
	margin-bottom: 16px;
}

body.terms-page .terms-panel .section__title--sub {
	font-size: 18px;
	color: #e8c56a;
}

body.terms-page .terms-panel .section__text {
	font-size: 15px;
	line-height: 1.72;
	color: #d4d0cc;
	margin-bottom: 20px;
}

body.terms-page .terms-panel .section__text a,
body.terms-page .terms-panel .section__list a {
	color: #bc8e31;
	text-decoration: none;
}

body.terms-page .terms-panel .section__text a:hover,
body.terms-page .terms-panel .section__list a:hover {
	color: #e0b85c;
	text-decoration: underline;
}

body.terms-page .terms-panel .section__list > ol > li {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(188, 142, 49, 0.1);
}

body.terms-page .terms-panel .section__list > ol > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.terms-page .terms-panel .section__list > ol > li::before {
	color: #ff9800;
	font-weight: 600;
}

body.terms-page .terms-panel .section__list ol li {
	color: #dbdada;
	font-size: 15px;
	line-height: 1.68;
}

body.terms-page .terms-panel .section__list strong {
	color: #e8c56a;
	font-weight: 600;
}

body.terms-page .terms-panel .terms-block {
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(188, 142, 49, 0.18);
}

body.terms-page .terms-panel .terms-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.terms-page .terms-panel .terms-meta {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(188, 142, 49, 0.18);
	color: #c8c2bc;
	font-size: 14px;
}

body.terms-page .terms-cookie-table {
	width: 100%;
	min-width: 0;
	background: rgba(30, 18, 14, 0.65);
	border: 1px solid rgba(188, 142, 49, 0.2);
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

body.terms-page .terms-cookie-table th,
body.terms-page .terms-cookie-table td {
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(188, 142, 49, 0.12);
}

body.terms-page .terms-cookie-table th {
	color: #e8c56a;
	font-weight: 600;
	background: rgba(188, 142, 49, 0.08);
	text-align: left;
}

body.terms-page .terms-cookie-table td {
	color: #dbdada;
}

body.terms-page .terms-cookie-table tbody tr:last-child td {
	border-bottom: none;
}

body.terms-page .terms-cookie-table code {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	background: rgba(188, 142, 49, 0.12);
	border: 1px solid rgba(188, 142, 49, 0.22);
	color: #e8c56a;
	font-size: 13px;
}

body.terms-page #cookies {
	scroll-margin-top: 100px;
}

@media (max-width: 767px) {
	body.terms-page .terms-panel {
		padding: 26px 22px 28px;
		border-radius: 10px;
	}

	body.terms-page .terms-cookie-table th,
	body.terms-page .terms-cookie-table td {
		padding: 12px;
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	body.terms-page .terms-section {
		padding-top: 20px;
		padding-bottom: 36px;
	}

	body.terms-page .terms-panel {
		padding: 20px 16px 22px;
	}
}
