.vf-tabs-45b51d2d {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.vf-tab-45b51d2d {
	background: #8aa6b5;
	border: none;
	padding: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
}

.vf-tab-inner-45b51d2d {
	display: block;
	border: 1px solid #fff;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.vf-tab-45b51d2d:hover {
	opacity: 0.9;
}

.vf-tab-45b51d2d.active {
	background: #6a8c9e;
}

.vf-grid-45b51d2d {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
}

.vf-card-45b51d2d {
	display: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	padding: 20px;
	flex-direction: column;
	gap: 20px;
}

.vf-card-45b51d2d.active {
	display: flex;
}

.vf-card-img-45b51d2d img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 200px;
}

.vf-card-content-45b51d2d {
	flex-grow: 1;
}

.vf-card-title-45b51d2d {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
}

.vf-link-45b51d2d {
	color: #b59b6d;
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}

.vf-card-desc-45b51d2d {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.vf-card-meta-45b51d2d {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.vf-meta-item-45b51d2d {
	display: flex;
	align-items: center;
	gap: 8px;
}

.vf-meta-item-45b51d2d i {
	color: #b59b6d;
}

.vf-card-action-45b51d2d {
	margin-top: auto;
}

.vf-btn-45b51d2d {
	display: inline-block;
	background: #25407b;
	color: #fff;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s;
}

.vf-btn-45b51d2d:hover {
	background: #1a2d59;
}