.vc-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px 60px;
}

.vc-box {
	background: #fdf9ec;
	border: 1px solid #e5ddc0;
	border-radius: 4px;
	padding: 25px 30px;
}

.vc-box-title {
	background: #3b5bb0;
	color: #fff;
	display: inline-block;
	padding: 10px 18px;
	border-radius: 3px;
	margin: 0 0 18px;
	font-size: 20px;
}

.vc-intro {
	margin-bottom: 20px;
}

.vc-breadcrumb {
	font-size: 13px;
	color: #b5651d;
	margin-bottom: 14px;
}
.vc-breadcrumb a {
	color: #b5651d;
	text-decoration: none;
}
.vc-breadcrumb a:hover {
	text-decoration: underline;
}

.vc-list {
	list-style: none;
	counter-reset: vc-counter;
	margin: 0;
	padding: 0;
}
.vc-list li {
	counter-increment: vc-counter;
	margin-bottom: 14px;
	font-size: 17px;
}
.vc-list li::before {
	content: counter(vc-counter) ". ";
	font-weight: bold;
	color: #b5651d;
}
.vc-list a {
	color: #d2691e;
	font-weight: 600;
	text-decoration: none;
}
.vc-list a:hover {
	text-decoration: underline;
}

.vc-more-btn {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px !important;
	font-weight: normal !important;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 1px 8px;
	color: #333 !important;
}

.vc-description {
	line-height: 1.6;
	margin-bottom: 20px;
}

.vc-class-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}
.vc-class-table th,
.vc-class-table td {
	border: 1px solid #ddd;
	padding: 10px 14px;
	text-align: left;
}
.vc-class-table th {
	background: #f1ede0;
}
.vc-download-link,
.vc-play-link,
.vc-pdf-link {
	color: #d2691e;
	font-weight: 600;
	text-decoration: none;
}
.vc-download-link:hover,
.vc-play-link:hover,
.vc-pdf-link:hover {
	text-decoration: underline;
}
.vc-muted {
	color: #999;
}

/* Search */
.vc-search-form {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 16px 0 22px;
	flex-wrap: wrap;
}
.vc-search-input {
	flex: 1;
	min-width: 220px;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 15px;
}
.vc-search-btn {
	background: #3b5bb0;
	color: #fff;
	border: none;
	padding: 9px 18px;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}
.vc-search-btn:hover {
	background: #2f4a94;
}
.vc-search-clear {
	font-size: 13px;
	color: #999;
	text-decoration: underline;
}

.vc-search-results {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5ddc0;
}
.vc-search-results-title {
	margin: 0 0 12px;
	font-size: 16px;
}
.vc-search-results h4 {
	margin: 16px 0 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
}
.vc-search-list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.vc-search-list li {
	padding: 6px 0;
	border-bottom: 1px dashed #e5ddc0;
	font-size: 15px;
}
.vc-search-list a {
	color: #d2691e;
	font-weight: 600;
	text-decoration: none;
	margin-right: 10px;
}
.vc-search-list a:hover {
	text-decoration: underline;
}
.vc-search-breadcrumb {
	font-size: 12px;
	color: #888;
	margin-right: 10px;
}
.vc-search-empty {
	color: #888;
	font-style: italic;
}
