.lht-document-system-page__inner {
	grid-template-columns: 380px minmax(0, 1fr);
	gap: 30px;
}

.lht-document-system-page__sidebar {
	gap: 16px;
}

.lht-document-system-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.lht-document-system-toolbar__title {
	margin: 0;
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.lht-document-system-toolbar__form {
	flex: 0 0 auto;
	position: relative;
	margin: 0;
}

.lht-document-system-toolbar__select {
	padding: 0 20px 0 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.lht-document-system-toolbar__select:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

.lht-document-system-toolbar__form::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	pointer-events: none;
	transform: translateY(-50%);
	background: no-repeat center / 12px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%230D1A2D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.lht-document-system-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.lht-document-system-tabs__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: #6b7280;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.lht-document-system-tabs__link--active,
.lht-document-system-tabs__link:hover {
	border-color: #c5a059;
	background: #c5a059;
	color: #fff;
}

.lht-document-system-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lht-document-system-card {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
}

.lht-document-system-card__image-wrap {
	display: block;
}

.lht-document-system-card__image {
	display: block;
	width: 400px;
	height: 250px;
	object-fit: cover;
}

.lht-document-system-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 24px 20px;
	min-width: 0;
}

.lht-document-system-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.lht-document-system-card__category,
.lht-document-system-card__date,
.lht-document-system-card__separator {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
}

.lht-document-system-card__category {
	color: #c5a059;
}

.lht-document-system-card__date,
.lht-document-system-card__separator {
	color: #9ca3af;
}

.lht-document-system-card__title {
	margin: 0;
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.22px;
}

.lht-document-system-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: #6b7280;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lht-document-system-card:hover .lht-document-system-card__title {
	color: #c5a059;
}

@media only screen and (max-width: 1366px) and (min-width: 850px) {
	.lht-document-system-page__inner {
		grid-template-columns: 300px minmax(0, 1fr);
	}

	.lht-document-system-card {
		grid-template-columns: 320px minmax(0, 1fr);
	}

	.lht-document-system-card__image {
		width: 320px;
		height: 220px;
	}
}

@media only screen and (max-width: 849px) {
	.lht-document-system-toolbar {
		flex-direction: column;
	}

	.lht-document-system-toolbar__title {
		font-size: 30px;
	}

	.lht-document-system-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.lht-document-system-card__image {
		width: 100%;
		height: auto;
		aspect-ratio: 400 / 250;
	}
}
