/* ============================================================================
   PROJECTS PAGE
   ============================================================================ */

.projects-list {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.project-row {
    padding: 1.75rem 0;
    border-top: 1px solid rgba(96, 165, 250, 0.22);
}

.project-row:first-child {
    border-top: none;
    padding-top: 0;
}

.project-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
    text-align: left;
}

.project-card-logo {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.project-row .dl-links {
    margin-top: 1.25rem;
    justify-content: center;
    animation: none;
}

.project-row .page-kicker {
    margin-bottom: 0.35rem;
}

.project-row .content-card-title {
    margin-bottom: 0.5rem;
}
