.cookie-notice {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

.cookie-notice-box {
	width: 420px;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cookie-notice-box h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
}

.cookie-notice-box p {
	margin-bottom: 12px;
	line-height: 1.6;
	color: #555;
}

.cookie-buttons {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.cookie-link,
.cookie-accept {
	flex: 1;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.cookie-link {
	border: 1px solid #ccc;
	color: #333;
	background: #fff;
}

.cookie-link:hover {
	background: #f5f5f5;
}

.cookie-accept {
	border: none;
	background: #0d6efd;
	color: #fff;
}

.cookie-accept:hover {
	background: #0b5ed7;
}

@media (max-width: 600px) {
	.cookie-notice {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.cookie-notice-box {
		width: auto;
	}
}

.cookie-modal {
	display: none;
	position: fixed;
	z-index: 999999;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.cookie-modal.show {
	display: block;
}

.cookie-modal-content {
	position: relative;

	width: 90%;
	max-width: 900px;

	height: 90vh;

	margin: 5vh auto;

	background: #fff;

	border-radius: 12px;

	overflow: hidden;

	display: flex;
	flex-direction: column;

	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.modal-dialog.cookie-modal {
	max-width: 900px;
}

..cookie-policy {
	font-family: Arial, Helvetica, sans-serif;
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.cookie-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 20px 25px;

	border-bottom: 1px solid #e5e7eb;

	background: #fff;

	position: sticky;
	top: 0;

	z-index: 10;
}

.cookie-modal-title {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.cookie-close {
	border: none;
	background: transparent;

	font-size: 32px;
	line-height: 1;

	cursor: pointer;

	color: #6b7280;

	padding: 0;

	width: 40px;
	height: 40px;
}

.cookie-close:hover {
	color: #ef4444;
}

.cookie-modal-body {
	flex: 1;
	overflow-y: auto;

	padding: 25px;
}

.cookie-policy-company {
	font-size: 18px;
	font-weight: 600;
	color: #4b5563;
	margin-bottom: 15px;
}

.cookie-meta {
	font-size: 14px;
	color: #6b7280;
}

.cookie-policy h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	color: #111827;
}

.cookie-policy p {
	margin-bottom: 15px;
}

.cookie-policy ul {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 25px;
}

.cookie-policy li {
	margin-bottom: 8px;
}

.section-title {
	background: #eff6ff;
	border-left: 4px solid #2563eb;
	padding: 12px 15px;
	border-radius: 6px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.modal-content {
	border-radius: 16px !important;
	overflow: hidden;
}

.modal-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: white;
	border-bottom: 1px solid #e5e7eb;
}

.modal-body {
	padding: 30px !important;
	max-height: 80vh;
	overflow-y: auto;
}

.modal-dialog.cookie-modal {
	max-width: 900px;
}

@media (max-width: 768px) {
	.modal-dialog.cookie-modal {
		max-width: 100%;
		margin: 10px;
	}

	.modal-body {
		padding: 20px !important;
	}

	.cookie-policy-title {
		font-size: 24px;
	}

	.cookie-policy-company {
		font-size: 16px;
	}

	.cookie-policy h3 {
		font-size: 18px;
	}

	.cookie-policy {
		font-size: 14px;
	}
}

/* disclaimer */
.legal-document {
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px 20px;
}

.legal-header {
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e7eb;
}

.legal-header h1 {
	font-size: 42px;
	margin-bottom: 10px;
}

.legal-company {
	font-size: 20px;
	font-weight: 600;
	color: #666;
	margin-bottom: 15px;
}

.legal-meta {
	font-size: 14px;
	color: #777;
}

.legal-section {
	margin-bottom: 40px;
}

.legal-section h2 {
	font-size: 26px;
	margin-bottom: 15px;
	color: #222;
}

.legal-section p {
	line-height: 1.9;
	color: #555;
}

.legal-section ul {
	padding-left: 20px;
}

.legal-section li {
	margin-bottom: 8px;
	line-height: 1.8;
}

.legal-box {
	background: #f8fafc;
	border-left: 4px solid #0d6efd;
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
}

.legal-warning {
	background: #fff7ed;
	border-left: 4px solid #f97316;
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
}

@media (max-width: 768px) {
	.legal-document {
		padding: 30px 15px;
	}

	.legal-header h1 {
		font-size: 30px;
	}

	.legal-section h2 {
		font-size: 22px;
	}
}
