/* ============================================
   GITHUB HEATMAP OVERRIDES
   ============================================ */
.github-heatmap-container {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
}

.heatmap-title {
    font-family: var(--font-heading);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.github-heatmap-img {
    width: 100%;
    max-width: 850px;
    filter: drop-shadow(0 0 10px rgba(14, 165, 233, 0.2));
}
