.eaf_file_embed_container{
    border: 1px solid #a5a0a0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 6px;

}

.eaf_file_embed_container div.eaf_file_embed_header{
    min-width: 90%;
    max-width: 100%;
    display: block;
    margin: 10px 10px;
    padding-bottom: 0;
    padding-left: 0;
    border-width:0px;
    background-color:#f9f9f9;
    margin-bottom:20px;
}

.eaf_file_embed_container div.eaf_file_embed_header h4{
    padding: 0;
    margin: 0;
    font-family: lato;
    font-size: 28px;
    font-weight: 800;
}

.eaf_file_embed_container div{
    border: 1px solid rgb(165, 160, 160);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    min-width: 150px;
    padding: 20px;
    margin: 10px auto;
    cursor: pointer;
}

.eaf_file_embed_container div .dashicon{
    font-size: 50px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}

.eaf_file_embed_container div p{
    margin: 0;
    text-align: center;

}

.eaf_file_embed_container div img{
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}

.eaf_file_embed_container div input{
    justify-self: end;
    width:250px;
}


.eaf_file_embed_card{
    border: 1px solid #d7cdcd;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    min-width: 150px;
    padding: 30px 20px;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 10px 10px 10px 10px #f9f9f9;

}

.eaf_file_embed_card1{
    border: 1px solid #d7cdcd;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 10px 10px 10px 10px #f9f9f9;
    max-width: 450px !important;
    min-width: 350px !important;
}
