


.ea4v-live-preview-wrapper .iframe-container {
  
    display: flex;
    position: relative;
        overflow: auto;
        transition: all 0.3s ease;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 5px;
    /* justify-content: center; */
   
}

/* .ea4v-live-preview-wrapper iframe {
    border: none;
   
} */



.ea4v-live-preview-wrapper .loader {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.ts-no-posts.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000012;
    justify-content: flex-start;
    padding: 80px 20px;
}




.ea4v-live-preview-header {
   
    margin-bottom: 24px;
    gap: 27px;
}


