.poi_embed, .marker_embed{
    top:-9999px;
    left:-9999px;
}

.list_pdf{
    display: flex;
    gap: 10px;
}

.item_pdf{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #9e9e9e73;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    align-items: center;
}