@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;
    height: 28px;
}

#id_hero_pk {
    width: 100%;
}

#id_deck_type {
    width: 50%;
    margin-right: 10px;
}

#id_card_type {
    width: 50%;
}

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

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

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