/* AUTHOR COMPONENTS */
.author-avatar {
    border-radius: 10px;
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
}

.author-bio {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* BLOG POST CARD STYLES - MIGRATED TO cards-system.css */
/* All blogcard styles have been moved to .card.card-blog in cards-system.css */
/* Legacy .blogcard class is no longer supported */

/* Legacy card styles - scoped to avoid conflicts with new card system */
.legacy-card a,
.legacy-card .btn.btn-link a,
.legacy-card .shortIntro a,
.legacy-card-body h3 a {
    text-decoration: none !important;
    border-bottom: none !important;
    color: var(--link-card) !important;
    font-weight: normal !important;
}

/* Info card h3 styles consolidated in cards-sections.css to avoid duplication */

/* Home explore/properties/quote styles consolidated in cards-sections.css to avoid duplication */