/* ============================================
   News & Projects Page Styles
   ============================================ */

.project-card {
    max-width: 900px;
    margin: 0 auto;
}

.project-card__title {
    font-size: 2rem;
    color: var(--color-teal);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid var(--color-teal);
}

.project-card__detail {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.project-card__detail strong {
    color: var(--text-dark);
}

.project-card__detail a {
    color: var(--color-teal);
    text-decoration: none;
}

.project-card__detail a:hover {
    text-decoration: underline;
}
