.content{
	line-height: 1.6;
	font-size: 15px;
	color: #374151;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.content table{
	line-height: 1.6;
	font-size: 15px;
	color: #374151;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.content div.navi a.a:hover{
	color: #fff;
}
.content div.navi a:hover{
	border: 1px solid var(--primary-color);
	color: #ffffff;
	background: var(--primary-color);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.content div.navi a.a{
	color: var(--primary-color);
	font-weight: 600;
}
.content div.navi a{
	margin: 0 6px;
	border: 1px solid #d1d5db;
	color: #1e293b;
	padding: 8px 16px;
	border-radius: 8px;
	transition: all 0.2s ease;
	font-weight: 500;
}
.content div.navi{
	text-align: center;
}

.content a:hover{
	text-decoration: none;
	color: var(--primary-color);
}
.content a.btn:hover{
	border: 1px solid var(--primary-color);
	color: #ffffff;
	background: var(--primary-color);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.content a.btn{
	background: #ffffff;
	border: 1px solid #d1d5db;
	color: #1e293b;
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 8px;
	transition: all 0.2s ease;
	font-weight: 500;
	display: inline-block;
}
.content a{
	text-decoration: none;
	color: #1e293b;
	transition: color 0.2s ease;
}
.content p{
	display: block;
	margin: 0;
	padding: 0;
}
.content p.date{
	color: #64748b;
	font-size: 13px;
	padding: 0 0 12px 0;
	font-weight: 500;
}
.content hr{
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: none;
	display: block;
	background: #e2e8f0;
}
.content h1{
	color: var(--primary-color);
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin: 0;
	padding: 0 0 16px 0;
	display: block;
	font-weight: 700;
	line-height: 1.3;
}

.content ul{
	padding: 0;
	margin: 0;
}

.content ul li{
	line-height: 1.6;
	padding: 6px 0 6px 20px;
	margin: 0;
	list-style: none;
	display: block;
	background: url('/gfx/tick.png') 0 12px no-repeat;
	position: relative;
}

.content .wyb{
	color: var(--primary-color);
	font-weight: 600;
}

.content .smallline{
	line-height: 1.4;
}

/* ===== RESPONSIVE CONTENT STYLES ===== */

@media screen and (max-width: 768px) {
	.content {
		font-size: 14px;
		padding: 0 8px;
	}
	
	.content h1 {
		font-size: 22px;
		padding: 0 0 12px 0;
		line-height: 1.2;
	}
	
	.content table {
		font-size: 14px;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.content table td,
	.content table th {
		min-width: 120px;
		padding: 8px;
	}
	
	.content div.navi {
		text-align: left;
	}
	
	.content div.navi a {
		display: block;
		margin: 4px 0;
		text-align: center;
	}
	
	.content a.btn {
		display: block;
		text-align: center;
		margin: 8px 0;
	}
	
	.content ul li {
		padding: 4px 0 4px 16px;
		background-position: 0 8px;
	}
	
	.content p.date {
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.content {
		font-size: 15px;
	}
	
	.content h1 {
		font-size: 24px;
	}
	
	.content table {
		font-size: 14px;
	}
}
