/* ===== Fonts loaded via wp_enqueue_style ===== */
.vh-wrapper, .vh-single-wrapper {
  font-family: 'Rubik', sans-serif;
  color: #111;
}

.vh-wrapper * { box-sizing: border-box; }

/* ===== LIST PAGE HEADER ===== */
.vh-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 50px;
}

.vh-header h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.vh-header p {
  max-width: 900px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 30px;
}

/* ===== GRID ===== */
.vh-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 28px;
}

/* ===== CARD ===== */
.vh-card {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.08);
}

.vh-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: #FFDE16;
  z-index: 2;
}

.vh-card-left {
  width: 38%;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vh-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #166932;
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.vh-badge-title { font-size: 11px; opacity: 0.9; }
.vh-badge-ref { font-size: 12px; font-weight: 700; margin-top: 3px; }

.vh-card-right {
  width: 62%;
  padding: 18px 18px 16px;
}

.vh-card-right h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3a3a3a;
}

.vh-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.vh-meta {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.vh-ico { font-size: 13px; }

.vh-card-right p {
  margin: 0 0 12px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.vh-readmore {
  font-family: 'Rajdhani', sans-serif;
  color: #166932;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vh-arrow { font-size: 16px; }

/* Empty */
.vh-empty {
  color: #666;
  padding: 20px 0;
}

/* ===== SINGLE PAGE ===== */
.vh-single-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 220px;
}

.vh-single-hero-overlay {
  background: rgba(22,105,50,0.85);
  padding: 36px 20px;
}

.vh-single-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.vh-single-hero-inner h1 {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vh-single-hero-sub {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255,255,255,0.9);
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.vh-single-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.vh-single-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 26px;
}

.vh-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.vh-single-content {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  padding: 22px;
}

.vh-apply-box {
  background: #166932;
  color: #fff;
  padding: 18px;
  border-radius: 3px;
  position: sticky;
  top: 18px;
}

.vh-apply-box h3 {
  margin: 0 0 12px;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.vh-apply-row {
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0;
}

.vh-apply-actions {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.vh-apply-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0f4d25;
  color: #fff !important;
  padding: 10px 12px;
  text-decoration: none !important;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
  border-radius: 2px;
}

.vh-related {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.vh-related-card {
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  border-radius: 3px;
  overflow: hidden;
}

.vh-related-img {
  height: 120px;
  background-size: cover;
  background-position: center;
}

.vh-related-body {
  padding: 12px;
}

.vh-related-ref {
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  color: #166932;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 6px;
}

.vh-related-title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.vh-related-date {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 900px) {
  .vh-single-grid { grid-template-columns: 1fr; }
  .vh-apply-box { position: relative; top: auto; }
}

@media (max-width: 600px) {
  .vh-cards { grid-template-columns: 1fr; }
  .vh-card { flex-direction: column; }
  .vh-card-left, .vh-card-right { width: 100%; }
  .vh-card-left { min-height: 200px; }
}
