/* Column Pages Styles */

/* Header Adjustment */
.page-header-column {
    padding-top: 50px;
}

.page-header-column .section-title {
    margin-bottom: 0;
}

/* Category Title */
.category-title {
    margin-bottom: 20px;
    color: var(--primary-color);
}

/* News List Item Styles */
.news-item-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-read-more {
    color: var(--primary-color);
    font-weight: bold;
}

.column-more-btn-container {
    text-align: center;
    margin-top: 40px;
}

.ranking-empty-msg {
    font-size: 0.9rem;
    color: #666;
}

/* Detail Page Layout */
.column-page-layout-margin {
    margin-top: 0px;
}

.article-content-wrapper {
    margin-top: 2rem;
}

.placeholder-thumb {
    object-fit: contain;
    background: #f8f9fa;
    padding: 40px;
}

.ranking-thumb-placeholder {
    opacity: 0.5;
}

.ranking-thumb-img {
    opacity: 0.8;
}

/* Sidebar Specifics (if any overrides needed) */
.ranking-layout-top .column-section-heading {
    border-bottom: none;
    font-size: 1.2rem;
}

.ranking-layout-top .ranking-list {
    margin-top: 0;
}