.elementor-471 .elementor-element.elementor-element-ff667f9{--display:flex;}.elementor-471 .elementor-element.elementor-element-4ebdb74{--display:flex;}.elementor-471 .elementor-element.elementor-element-5ab0639.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-5ab0639 *//* 🌐 wpForo Modern Clean Style */

/* General forum wrapper */
#wpforo-wrap {
  font-family: "Inter", "Segoe UI", sans-serif;
  background: #f9fafb;
  padding: 40px 0;
}

/* Forum title bar */
#wpforo-wrap .wpforo-category {
  background: linear-gradient(90deg, #0077b6, #48cae4);
  color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Forum list boxes */
#wpforo-wrap .wpforo-forum {
  background: #ffffff;
  border: 1px solid #e3e6e8;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 16px 20px;
  transition: all 0.2s ease-in-out;
}

#wpforo-wrap .wpforo-forum:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Forum title links */
#wpforo-wrap .wpforo-forum-title a {
  color: #023e8a;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

#wpforo-wrap .wpforo-forum-title a:hover {
  color: #0096c7;
  text-decoration: underline;
}

/* Topic and reply counts */
#wpforo-wrap .wpforo-forum-stat {
  color: #555;
  font-size: 0.9rem;
}

/* Forum description text */
#wpforo-wrap .wpforo-forum-description {
  color: #444;
  font-size: 0.95rem;
  margin-top: 5px;
}

/* Buttons (New Topic, Reply, etc.) */
#wpforo-wrap .wpforo-button {
  background: #0077b6 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  transition: background 0.2s ease-in-out;
}

#wpforo-wrap .wpforo-button:hover {
  background: #023e8a !important;
}

/* Login / Register links */
#wpforo-wrap .wpforo-loginout a {
  color: #0077b6;
  font-weight: 600;
  text-decoration: none;
}

#wpforo-wrap .wpforo-loginout a:hover {
  color: #0096c7;
  text-decoration: underline;
}

/* Topic list improvements */
#wpforo-wrap .wpforo-topic {
  border-radius: 10px;
  border: 1px solid #e3e6e8;
  margin-bottom: 10px;
  padding: 10px 14px;
  background: #fff;
  transition: 0.2s;
}

#wpforo-wrap .wpforo-topic:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* User avatars */
#wpforo-wrap img.avatar {
  border-radius: 50%;
  border: 2px solid #48cae4;
}

/* Post content readability */
#wpforo-wrap .wpforo-post-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Responsive spacing */
@media (max-width: 768px) {
  #wpforo-wrap {
    padding: 20px 10px;
  }

  #wpforo-wrap .wpforo-category {
    font-size: 1.1rem;
    padding: 10px 14px;
  }
}/* End custom CSS */