/**
 * Artesh Intelligence - Public Styles
 * 
 * Styles for frontend shortcodes and components
 */

/* News Archive */
.artesh-news-archive {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.artesh-news-archive a {
    text-decoration: none;
    transition: color 0.2s;
}

.artesh-news-archive a:hover {
    color: #1e3a5f;
}

/* TLDR Box */
.artesh-tldr {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.artesh-tldr strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Source Box */
.artesh-source-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.artesh-source-box a {
    color: #1e3a5f;
}

/* Responsive */
@media (max-width: 768px) {
    .artesh-news-archive .artesh-filter-bar form {
        flex-direction: column;
    }
}
