/* .live-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #222222;
}*/
.preview-logo img {
    width: 40px;
}
/* .preview-action a.button {
    text-decoration: none;
    color: #ffffff;
    background-color: #0D6EFD;
    padding: 8px 12px;
    border-radius: 4px;

}
.live-preview-wrapper {
    width: 100%;
    height: 100vh;
}
.live-preview-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
} */