/* GENERAL */
.container-embed{position: relative;min-width: 0%;width: 100%;height: 0;overflow:hidden;padding-top: 99.5%;}
.container-embed iframe{min-width: 0 !important;width: inherit !important;border: none !important;border-radius: 0px !important;margin: 0 !important;overflow: hidden !important;}

.container-embed.facebook iframe{position: absolute;top: 0;right: 0;bottom: 0;left: 0;height: 100%;}

.container-embed.instagram iframe.header{height: 54px!important;top: 0!important;left: 0;z-index: 2;position: absolute;opacity: 0.8;}
.container-embed.instagram img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.container-embed.pinterest .header{height: 54px!important;width: 100%;position: absolute;top: 0!important;left: 0;z-index: 2;background-color: var(--amoksys-color-surface)!important;opacity: 0.8;}
.container-embed.pinterest .header .post{height: -webkit-fill-available;padding: 10px;display: flex;justify-content: space-between;align-items: center;}
.container-embed.pinterest .header .post .frame-circle{border-radius: 50%;overflow: hidden;height: 36px;width: 36px;}
.container-embed.pinterest .header .post .frame-circle .avatar{height: 36px;width: 36px;}
.container-embed.pinterest .header .post .info{width: calc(100% - 46px);display: flex;flex-direction: column;}
.container-embed.pinterest .header .post .info span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.container-embed.pinterest .header .post .info .name{color: #000;font-weight: 600;line-height: 18px;}
.container-embed.pinterest .header .post .info .title{color: var(--amoksys-color-on-surface) !important;font-size: 12px;line-height: 15px;}
.container-embed.pinterest .image{height: 100%;width: 100%;position: absolute;top: 0;left: 0;object-fit: cover;}

/* SIMULATION */
.embed-simulation{display: flex;flex-wrap: wrap;}
.embed-simulation .embed-item{width: 200px;padding: 5px;}
.embed-simulation .embed-item.embed-gallery-error{display: flex;align-items: center;}
.embed-simulation .embed-gallery-error .container-embed{height: 100%;overflow-wrap: break-word;padding: 1rem;}
.embed-simulation .container-embed{padding-top: 92%;margin: 0;}
.embed-simulation .container-embed.pinterest .header{background-color: #fff !important;}
.embed-simulation .container-embed.pinterest .header .post .info .title{color: #37474f !important;}
