/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */

/* bbpress forum list */
 .ps-forum-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-forum-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.ps-forum-list a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.ps-forum-list a:hover {
    text-decoration: underline;
}

.forum-count {
    font-size: 14px;
    color: #777;
    margin-left: 6px;
    white-space: nowrap;
    float:right;
}