/* Style for source tags display */
.usm-article-sources {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    color: #666;
}

.usm-source-label {
    font-weight: bold;
    margin-right: 5px;
}

.usm-source-tag {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 8px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}

.usm-source-tag:hover {
    background: #e0e0e0;
}

/* Posts list styles */
.usm-posts-list {
    margin: 20px 0;
}

.usm-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.usm-post-thumbnail {
    margin-bottom: 15px;
}

.usm-post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.usm-post-title {
    margin: 0 0 10px 0;
}

.usm-post-excerpt {
    margin-bottom: 10px;
}

.usm-post-meta {
    font-size: 0.85em;
    color: #666;
}

/* Tag cloud styles */
.usm-tag-cloud {
    line-height: 1.6;
    margin: 10px 0;
}

.usm-tag-cloud a {
    margin-right: 8px;
    white-space: nowrap;
    text-decoration: none;
}

/* Top sources list */
.usm-top-sources {
    margin: 15px 0;
    padding-left: 20px;
}

.usm-top-sources li {
    margin-bottom: 8px;
}

.usm-click-count {
    font-size: 0.8em;
    color: #999;
}

/* Pagination */
.usm-pagination {
    margin: 30px 0;
    text-align: center;
}
/* Source Archive Page */
.page-template-page-source .all-source-tags-fullwidth {
    margin: 40px 0;
    padding: 30px 0;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.page-template-page-source .tags-list-fullwidth {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.page-template-page-source .tags-list-fullwidth li {
    background: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.page-template-page-source .tags-list-fullwidth li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.page-template-page-source .tag-count {
    font-size: 0.85em;
    color: #666;
    margin-left: 3px;
}