/* Head Random Theme - Inline Styles Extracted */

/* No posts found message */
.no-posts-message {
    text-align: center;
    padding: 3rem;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
}

.no-posts-message p {
    color: var(--text-secondary);
    font-size: 1.125rem;
}

/* Content post styles */
.content-post-wrapper {
    position: relative;
}

.content-post-category-link {
    text-decoration: none;
}

/* Footer styles */
.footer-copyright {
    margin-top: 1rem;
    color: var(--text-secondary);
}


