/* --- Broker Review Style Header --- */
.afb-broker-hero {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.afb-broker-hero-kicker {
    margin: 0 0 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c58d2b;
    font-weight: 700;
    font-family: inherit;
}

.afb-broker-hero-kicker .kicker-line {
    width: 24px;
    height: 2px;
    background: #d89a34;
    border-radius: 99px;
    display: inline-block;
}

.afb-broker-hero .entry-title.single-title {
    font-size: 24px !important;
    font-weight: 800;
    color: #0F2C4D;
    margin: 0 0 8px 0;
    line-height: 1.25;
}

.news-style-single .afb-sb-title {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.3;
    color: #0F2C4D;
    margin: 6px 0 10px 0;
}

.afb-broker-hero .page-description-short {
    margin: 6px 0 0 0;
    font-size: 14px;
    color: #55657e;
    line-height: 1.5;
}

/* --- Meta & Breadcrumb Enhancements --- */
.single-post .afb-single-bonus .afb-sb-hero-v2 .afb-sb-hero-meta {
	font-size: 11px !important;
	color: #8b95a8 !important;
	gap: 10px 14px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 1px dashed #e5e9f0 !important;
}

.news-style-single .afb-sb-hero-meta span {
    display: inline-flex;
    align-items: center;
}

.news-style-single .afb-sb-hero-meta span:not(:last-child)::after {
    content: "•";
    margin: 0 8px;
    color: #94a3b8;
    font-weight: normal;
}

.news-style-single .breadcrumb-wrapper-modern {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.news-style-single .breadcrumb-wrapper-modern .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
}

.news-style-single .article-content-modern {
    padding-top: 10px !important;
    margin-top: 0 !important;
}

/* --- Article List View (Matching Mockup 2) --- */
.posts-loading.hidden {
    display: none !important;
}

.articles-list-view {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.article-list-item {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    transition: box-shadow 0.2s ease;
}

.article-list-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.list-item-inner {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.list-item-image {
    width: 150px;
    height: 110px;
    flex-shrink: 0;
    background: #f1f5f9;
    border-right: 1px solid #e5e7eb;
    position: relative;
}

.list-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.list-item-content {
    padding: 12px 10px 0 10px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
}

.list-item-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

.list-item-title a:hover {
    color: #2A9DF4;
}

.list-item-excerpt {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-grow: 1;
}

.list-item-footer {
    width: 98px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-more-info {
    background: #fbbd42;
    color: #222222;
    font-weight: 700;
    padding: 2px 18px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s;
    display: inline-block;
}

.btn-more-info:hover {
    background: #f5a623;
    color: #000000;
}

@media (max-width: 768px) {
    .list-item-inner {
        flex-direction: column;
    }
    .list-item-image {
        width: 100%;
        height: 180px;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
}

.recent-activity-widget {
    padding: 10px !important;
}
