@media (max-width: 750px) {
    #header {
        flex-direction: column;
    }
    #header input {
        width: 240px !important;
    }
}

@media (max-width: 480px) {
    .arrow{
        font-size: 16px !important;
    }

    .evolution-image-container{
        gap: 0 !important;
    }

    .evolution-image{
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 450px) {
    .card_details{
        width: 100% !important;
        height: 100vh !important;
    }

    .media{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card_details_img img{
        width: 100px !important;
        height: auto !important;
    }

    .headline_detail{
        gap: 16px;
    }

    .pokemon_types span{
        display: flex;
        flex-direction: column;
        margin-top: 8px;
    }
}

