/* ==== Tags Styles ==== */
.tags-block {
    margin: 1.5em 0;
    padding: 0;
}

.tags-block strong {
    display: inline-block;
    margin-right: 8px;
    color: #555;
    font-weight: 500;
}

.tags-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags-list a {
    display: inline-block;
    padding: 3px 10px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.9em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.tags-list a:hover {
    background: #e5e7eb;
    color: #1f2937;
}

/* Responsive */
@media (max-width: 767px) {
    .tags-list a {
        padding: 2px 8px;
        font-size: 0.85em;
    }
}

/* Minimalist Posted On Style */
.entry-meta {
    color: #6b7280;
    font-size: 0.9em;
    margin: 0.5em 0 1em;
}

.entry-meta .posted-on {
    display: inline-block;
    margin-right: 1em;
}

.entry-meta .posted-on a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.entry-meta .posted-on a:hover {
    color: #1f2937;
    text-decoration: underline;
}

.entry-meta .byline {
    display: none; /* Ẩn tác giả nếu không cần thiết */
}

/* Auto-inserted internal links */
.auto-internal-link {
    margin: 1.5em 0;
    padding: 0.8em 1em;
    background-color: #f8f9fa;
    border-left: 3px solid #4f46e5;
    font-style: italic;
}

.auto-internal-link a {
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.auto-internal-link a:hover {
    color: #4338ca;
    text-decoration: underline;
}
