.hero-modern__aside--github {
    width: 100%;
}

.hero-github__calendar-card {
    padding: 16px;
}

.hero-github__calendar-wrap {
    width: 100%;
    overflow: hidden;
}

.hero-github__calendar {
    display: grid !important;
    grid-template-columns: repeat(
        var(--github-week-count, 53),
        minmax(0, 1fr)
    );
    gap: 2px !important;
    width: 100%;
}

.github-week {
    min-width: 0;
    display: grid !important;
    grid-template-rows: repeat(7, 1fr);
    gap: 2px !important;
}

.github-day {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 2px !important;
    border: 0;
}

.github-day.is-future {
    background: rgba(255, 255, 255, .075) !important;
    opacity: 1 !important;
    border: 0 !important;
}

.github-day[data-level="0"]:not(.is-future) {
    background: rgba(255, 255, 255, .12);
}

.github-day[data-level="1"] {
    background: #0e4429;
}

.github-day[data-level="2"] {
    background: #006d32;
}

.github-day[data-level="3"] {
    background: #26a641;
}

.github-day[data-level="4"] {
    background: #39d353;
}

.github-week.is-current-week::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -2px;
    bottom: -4px;
    width: 1px;
    background: rgba(115, 190, 210, .32);
}

.github-day.is-outside-year {
    visibility: hidden;
}

.github-day:hover {
    transform: scale(1.08);
    filter: brightness(1.08);
}

.github-day[data-level="0"] {
    background: rgba(255, 255, 255, 0.08);
}

.github-day[data-level="1"] {
    background: #0e4429;
}

.github-day[data-level="2"] {
    background: #006d32;
}

.github-day[data-level="3"] {
    background: #26a641;
}

.github-day[data-level="4"] {
    background: #39d353;
}

.hero-github__legend {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 10px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
}

.hero-github__legend i {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    display: inline-block;
}

.hero-github__legend i[data-level="0"] { background: rgba(255,255,255,.08); }
.hero-github__legend i[data-level="1"] { background: #0e4429; }
.hero-github__legend i[data-level="2"] { background: #006d32; }
.hero-github__legend i[data-level="3"] { background: #26a641; }
.hero-github__legend i[data-level="4"] { background: #39d353; }

.hero-github__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-github__stats > div {
    min-height: 78px;
}

@media (max-width: 768px) {

    .hero-modern__aside--github {
        width: 100%;
        min-width: 0;
    }

    .hero-github {
        width: 100%;
    }

    .hero-github__card {
        padding: 18px !important;
        border-radius: 18px;
    }

    .hero-github__calendar-card {
        padding: 13px;
    }

    .hero-github__calendar-wrap {
        width: 100%;
        overflow: hidden;
    }

    .hero-github__calendar {
        width: 100%;
        gap: 2px !important;
    }

    .github-week {
        gap: 2px !important;
    }

    .github-day {
        border-radius: 1.5px !important;
    }

    .hero-github__legend {
        gap: 4px;
        margin-top: 8px;
        font-size: 9px;
    }

    .hero-github__legend i {
        width: 8px;
        height: 8px;
        border-radius: 2px;
    }

    /* EN ÖNEMLİ KISIM */
    .hero-github__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .hero-github__stats > div {
        min-height: 66px;
        padding: 10px 6px;
    }

    .hero-github__stats span,
    .hero-github__stats small {
        font-size: 8px;
        letter-spacing: .08em;
    }

    .hero-github__stats strong {
        font-size: 14px;
    }

    .hero-github__socials {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .hero-github__socials a {
        min-width: 0;
        padding: 10px 6px;
    }
}

@media (max-width: 430px) {

    .hero-github__card {
        padding: 14px !important;
    }

    .hero-github__calendar-card {
        padding: 11px;
    }

    .hero-github__stats {
        gap: 5px;
    }

    .hero-github__stats > div {
        min-height: 60px;
        padding: 8px 4px;
    }

    .hero-github__stats strong {
        font-size: 13px;
    }

    .hero-github__stats span,
    .hero-github__stats small {
        font-size: 7px;
    }
}
