@charset "UTF-8";

:root{
    --header-bottom-height: 36px;
}

@media screen and (min-width: 480px) {
    :root{
        --header-bottom-height: 40px;
    }
}

@media screen and (min-width: 1280px) {
    :root{
        --header-bottom-height: 44px;
    }
}

#header_form select {
    font-size: 1.6rem;
    padding-left: 8px;
    height: 28px;
}

#id_hero_pk {
    width: 100%;
}

#id_year {
    margin-right: 10px;
    width: 30%;
}

#id_month {
    width: 70%;
}

@media screen and (min-width: 480px) {
    #id_year, #id_month {
        width: 50%;
    }
}

.header__image {
    width: 14vw;
    height: auto;
}

@media screen and (min-width: 480px) {
    .header__image {
        width: 7vw;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .header__image {
        width: 5vw;
        height: auto;
    }
}

.chart__wrapper .chart {
    height: 489px;
}
