#hero {
    min-height: calc(100vh - 5rem);
}

#hero h1,
#hero h2 {
    letter-spacing: 0;
}

#hero .hero-bottom-svg {
    display: none !important;
}

#latest-posts h3,
#latest-posts .section-note {
    color: var(--text-secondary-color) !important;
}

#latest-posts .card {
    background-color: var(--secondary-color) !important;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(15, 80, 100, 0.08);
}

#latest-posts .card-title a {
    color: var(--text-color) !important;
    text-decoration: none;
}

#latest-posts .card-title a:hover {
    color: var(--primary-color) !important;
}

#latest-posts .post-meta {
    color: var(--text-secondary-color) !important;
    font-size: 0.9rem;
}

#latest-posts .tag-chip {
    border: 1px solid rgba(108, 117, 125, 0.35);
    border-radius: 999px;
    color: var(--text-secondary-color);
    display: inline-block;
    font-size: 0.78rem;
    margin: 0 0.25rem 0.35rem 0;
    padding: 0.15rem 0.5rem;
}

#topScroll {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--text-color);
}