.elementor-115 .elementor-element.elementor-element-2004991f{--display:flex;}@media(min-width:768px){.elementor-115 .elementor-element.elementor-element-2004991f{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-74b098e5 *//* Base */
#af-wrapper {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 2rem;
  background: #f7f9fc;
  color: #2d2d2d;
}

/* Header */
#forum-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 1.5rem;
}

/* Navigation */
#forum-navigation a {
  margin-right: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #4a4a4a;
  transition: color 0.3s;
}

#forum-navigation a:hover {
  color: #0073e6;
}

/* Search bar */
#forum-search {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#forum-search input {
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-left: 0.5rem;
}

/* Títulos */
.main-title, .title-element {
  font-size: 1.8rem;
  margin: 1rem 0;
  font-weight: 600;
  color: #222;
}

/* Forum Cards */
.content-element.forum {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  transition: transform 0.2s ease;
}

.content-element.forum:hover {
  transform: translateY(-3px);
}

/* Forum Icon */
.forum-status i {
  font-size: 1.8rem;
  color: #0073e6;
}

/* Forum Info */
.forum-name .forum-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0073e6;
  text-decoration: none;
}

.forum-description {
  display: block;
  margin: 0.3rem 0;
  font-size: 0.95rem;
  color: #666;
}

.forum-stats,
.forum-lastpost-small {
  font-size: 0.85rem;
  color: #999;
}

/* Avatar y resumen */
.forum-poster {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.forum-poster-avatar img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

/* Breadcrumbs */
#forum-breadcrumbs {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Indicadores */
#read-unread {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin: 2rem 0 1rem;
}

#read-unread .indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50%;
}

#read-unread .unread {
  background-color: #e63946;
}

#read-unread .read {
  background-color: #90be6d;
}

#read-unread a {
  color: #0073e6;
  text-decoration: none;
}

/* Statistics */
#statistics {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-top: 2rem;
}

.title-element-dark {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

#statistics-elements {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.statistics-element {
  flex: 1 1 100px;
  background: #f1f3f5;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.statistics-element .element-number {
  font-size: 1.5rem;
  color: #0073e6;
}

.statistics-element .element-name {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.3rem;
}

#statistics-online-users {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #444;
}/* End custom CSS */