/*
Theme Name: SME-FX
Theme URI: https://sme-fx.com
Author: SME
Author URI: https://sme-fx.com
Description: Dedicated theme for SME-FX with WooCommerce integration.
Version: 1.0.0
Text Domain: sme-fx
*/

/* --- Blog Archive Layout Fixes --- */
.category-blog article.post {
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-blog article.post:last-child {
    border-bottom: none;
}

.category-blog article.post figure.wp-block-image {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.category-blog article.post figure.wp-block-image img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.category-blog article.post h1.entry-title {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 1.3;
}

.category-blog article.post h1.entry-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-blog article.post h1.entry-title a:hover {
    color: #0ea5e9;
}

.category-blog article.post .wp-block-heading {
    margin-top: 3rem;
    margin-bottom: 1.2rem;
}

.category-blog article.post p {
    margin-bottom: 1.5rem;
    color: #cbd5e1;
}

/* --- Forum Layout Fixes --- */
.page-id-588 .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
}

.page-id-588 .bbp-login-form {
    max-width: 450px;
    width: 100%;
    margin-right: 0;
    background: rgba(30, 41, 59, 0.6); /* Slightly lighter background */
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(14, 165, 233, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.page-id-588 .bbp-login-form fieldset {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-id-588 .bbp-login-form legend {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

/* --- Global Layout Fixes --- */
.check-list li svg {
    fill: #ffffff;
}

/* --- bbPress Template Notices --- */
div.bbp-template-notice,
div.bbp-template-notice.info {
    background: rgba(30, 41, 59, 0.6) !important;
    border: 1px solid rgba(14, 165, 233, 0.2) !important;
    color: #cbd5e1 !important;
    border-radius: 8px;
    padding: 1rem !important;
    backdrop-filter: blur(10px);
}

div.bbp-template-notice a {
    color: #0ea5e9 !important;
    text-decoration: none;
}

div.bbp-template-notice a:hover {
    text-decoration: underline;
}

/* --- bbPress Topic & Reply Headers --- */
div.bbp-reply-header,
div.bbp-topic-header {
    background: rgba(30, 41, 59, 0.4) !important;
    border: none !important;
    border-bottom: 1px solid rgba(14, 165, 233, 0.2) !important;
    color: #cbd5e1 !important;
}

div.bbp-reply-header a,
div.bbp-topic-header a {
    color: #0ea5e9 !important;
}
