/* ==========================================================
   🖤 OXVA VAPES UK — wpForo DARK MODE THEME
   Matches global site aesthetic (black bg, white text, red accents)
   ========================================================== */

/* ---------- Base + Container ---------- */
#wpforo-wrap, .wpforo, .wpforo-main, 
.wpforo-content, .wpforo-forum, .wpforo-category, 
.wpforo-topic, .wpforo-post, .wpforo-replies {
  background-color: #000 !important;
  color: #f5f5f5 !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
}

body.wpforo {
  background-color: #000 !important;
}

/* ---------- Forum Wrapper ---------- */
#wpforo-wrap {
  padding: 25px 10px !important;
  border: none !important;
}

/* ---------- Headings ---------- */
#wpforo-wrap h1, 
#wpforo-wrap h2, 
#wpforo-wrap h3, 
#wpforo-wrap h4 {
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

#wpforo-wrap h1 a, 
#wpforo-wrap h2 a, 
#wpforo-wrap h3 a {
  color: #f24a2e !important;
  text-decoration: none !important;
}

#wpforo-wrap h1 a:hover, 
#wpforo-wrap h2 a:hover, 
#wpforo-wrap h3 a:hover {
  color: #ff4d4d !important;
}

/* ---------- Links ---------- */
#wpforo-wrap a {
  color: #f24a2e !important;
  text-decoration: none !important;
}

#wpforo-wrap a:hover {
  color: #ff4d4d !important;
  text-decoration: none !important;
  transition: color .3s ease-in-out !important;
}

/* ---------- Topic + Post Backgrounds ---------- */
.wpforo-post, .wpforo-post-content, 
.wpforo-post-body, .wpforo-topic-head {
  background-color: #0a0a0a !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  border-radius: 8px !important;
  color: #eaeaea !important;
}

/* ---------- Borders + Dividers ---------- */
.wpforo-forum, .wpforo-category, .wpforo-topic, 
.wpforo-item, .wpforo-activity, .wpforo-table tr, 
.wpforo-list-item, .wpforo-forum-head, .wpforo-head {
  border-color: rgba(255,255,255,0.08) !important;
}

/* ---------- Buttons ---------- */
.wpforo-button, .wpforo-submit, .wpforo-btn {
  background: linear-gradient(90deg,#f24a2e,#ff4d4d) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 40px !important;
  font-weight: 600 !important;
  padding: 8px 20px !important;
  transition: all .3s ease-in-out !important;
}

.wpforo-button:hover, .wpforo-submit:hover, .wpforo-btn:hover {
  background: linear-gradient(90deg,#ff4d4d,#f24a2e) !important;
  color: #fff !important;
}

/* ---------- Tables ---------- */
.wpforo-table, .wpforo-table th, .wpforo-table td {
  background-color: #000 !important;
  color: #f5f5f5 !important;
  border-color: rgba(255,255,255,0.05) !important;
}

/* ---------- Form Fields ---------- */
#wpforo-wrap input[type="text"], 
#wpforo-wrap input[type="email"], 
#wpforo-wrap input[type="password"], 
#wpforo-wrap textarea, 
#wpforo-wrap select {
  background-color: #0a0a0a !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 6px !important;
  padding: 8px 10px !important;
}

#wpforo-wrap input:focus, 
#wpforo-wrap textarea:focus, 
#wpforo-wrap select:focus {
  border-color: #f24a2e !important;
  outline: none !important;
}

/* ---------- Avatars + User Info ---------- */
.wpforo-member, .wpforo-userinfo, .wpforo-author {
  color: #fff !important;
}

.wpforo-avatar img {
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}

/* ---------- Pagination ---------- */
.wpforo-pagination {
  background: #000 !important;
  border: none !important;
}

.wpforo-pagination a, 
.wpforo-pagination span {
  color: #f5f5f5 !important;
  background: #0a0a0a !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
}

.wpforo-pagination a:hover {
  background: #f24a2e !important;
  color: #fff !important;
}

/* ---------- Notices + Alerts ---------- */
.wpforo-notice {
  background: rgba(242,74,46,0.1) !important;
  color: #f24a2e !important;
  border: 1px solid #f24a2e !important;
  border-radius: 6px !important;
}

/* ---------- Quote + Code Blocks ---------- */
.wpforo-quote, .wpforo-code {
  background: #111 !important;
  border-left: 3px solid #f24a2e !important;
  padding: 10px 15px !important;
  color: #ddd !important;
  border-radius: 6px !important;
}

/* ---------- Breadcrumbs ---------- */
.wpforo-breadcrumbs {
  background: transparent !important;
  color: #aaa !important;
  font-size: 0.9rem !important;
}

.wpforo-breadcrumbs a {
  color: #f24a2e !important;
}

/* ---------- Stats, Footer, and Meta ---------- */
.wpforo-stat, .wpforo-meta, .wpforo-footer {
  background: #000 !important;
  color: #ccc !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  text-align: center !important;
}

.wpforo-meta a, .wpforo-footer a {
  color: #f24a2e !important;
}

.wpforo-meta a:hover, .wpforo-footer a:hover {
  color: #ff4d4d !important;
}

/* ---------- Responsive ---------- */
@media(max-width:768px){
  #wpforo-wrap {
    padding: 15px 8px !important;
  }
  .wpforo-post-content {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }
  .wpforo-button, .wpforo-submit, .wpforo-btn {
    padding: 10px 24px !important;
    font-size: 0.95rem !important;
  }
}

/* ==========================================================
   END — OXVA VAPES UK wpForo DARK MODE THEME
   ========================================================== */
