/* ================================
   BuddyX + bbPress RESET
================================ */
body .site-content #bbpress-forums,
body .site-content #bbpress-forums * {
    font-family: inherit;
    box-sizing: border-box;
}

/* ================================
   Containers (match BuddyX cards)
================================ */
body .site-content #bbpress-forums ul.bbp-forums,
body .site-content #bbpress-forums ul.bbp-topics,
body .site-content #bbpress-forums ul.bbp-replies {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    padding: 16px !important;
}

/* Rows */
body .site-content #bbpress-forums li.bbp-body ul {
    border-top: 1px solid #ededed !important;
}

/* ================================
   Headings
================================ */
body .site-content #bbpress-forums h1,
body .site-content #bbpress-forums h2,
body .site-content #bbpress-forums h3,
body .site-content #bbpress-forums h4 {
    font-weight: 600 !important;
    margin-bottom: 0.5em;
}

/* ================================
   Links
================================ */
body .site-content #bbpress-forums a {
    text-decoration: none !important;
    font-weight: 500;
}

body .site-content #bbpress-forums a:hover {
    text-decoration: underline !important;
}

/* ================================
   Buttons (Elementor-like)
================================ */
body .site-content #bbpress-forums .button,
body .site-content #bbpress-forums button,
body .site-content #bbpress-forums input[type="submit"] {
    background-color: var(--buddyx-primary-color, #4b6cf7) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

body .site-content #bbpress-forums .button:hover,
body .site-content #bbpress-forums button:hover,
body .site-content #bbpress-forums input[type="submit"]:hover {
    opacity: 0.9;
}

/* ================================
   Forms
================================ */
body .site-content #bbpress-forums input[type="text"],
body .site-content #bbpress-forums textarea,
body .site-content #bbpress-forums select {
    width: 100%;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    background-color: #ffffff !important;
}

body .site-content #bbpress-forums input:focus,
body .site-content #bbpress-forums textarea:focus {
    outline: none !important;
    border-color: var(--buddyx-primary-color, #4b6cf7) !important;
}

/* ================================
   Avatars & meta
================================ */
body .site-content #bbpress-forums .bbp-author-avatar img {
    border-radius: 50% !important;
}

body .site-content #bbpress-forums .bbp-topic-meta,
body .site-content #bbpress-forums .bbp-reply-post-date {
    font-size: 13px;
    opacity: 0.7;
}
