/* Additional styles for AricaMía theme */

/* Smooth transitions */
.article-card,
.article-card .card-image img,
.main-nav a,
.search-form button {
    transition: all 0.2s ease;
}

/* Featured section link color */
.featured-main .overlay a,
.featured-side-item .overlay a {
    color: #fff;
}
.featured-main .overlay a:hover,
.featured-side-item .overlay a:hover {
    opacity: 0.85;
}

/* No thumbnail placeholder */
.card-image:empty {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
}

/* Yoast breadcrumb overrides */
#breadcrumbs {
    font-size: 0.8rem;
    color: var(--text-light);
    margin: 15px 0;
}
#breadcrumbs a {
    color: var(--accent);
}

/* Print styles */
@media print {
    .topbar, .site-header, .site-footer, .sidebar, .breadcrumbs { display: none; }
    .post-content-wrapper { grid-template-columns: 1fr; }
    .post-content { box-shadow: none; padding: 0; }
}
