.ewfp_bakery_hidden {
    display: none;
}

.ewfp_attach_media_container {
    a{
        text-decoration: none;

        &:hover{
            text-decoration: underline;
        }
    }

    .ewfp_attach_media_list_item {
        margin-top: 10px;
    }

    .ewfp_attach_media_list_container {
        clear: both;
        width: 100%;
    }
}