.elementor-2286 .elementor-element.elementor-element-1fe2fda{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b2125f1 *//* Ensure full width of the forum */
.wpforo {
    width: 100% !important;
    max-width: 1200px; /* Optional: Set max width */
    margin: 0 auto; /* Center align the forum */
}

/* Add spacing between categories */
.wpforo-forum-category {
    margin-bottom: 20px;
}

/* Adjust forum table */
.wpforo-forum-table {
    width: 100%;
    border-spacing: 0;
}

/* Center-align title and header elements */
.wpforo-title, .wpforo-wrap .wpforo-title-bar {
    text-align: center;
}

/* Fix layout of forum avatars */
.wpforo-avatar img {
    max-width: 50px;
    border-radius: 50%;
}

/* Add padding and spacing for mobile responsiveness */
.wpforo {
    padding: 20px;
}

/* Make forum categories distinct */
.wpforo-forum-category-title {
    font-size: 18px;
    font-weight: bold;
}/* End custom CSS */