.sgc-calendar-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem auto;
    overflow: hidden;
}

.sgc-calendar-wrapper iframe {
    display: block;
    width: 100%;
    height: var(--sgc-cal-height, 600px);
    border: none;
}

.sgc-editor-preview {
    position: relative;
    width: 100%;
    background: #f0f0f1;
    border: 1px dashed #c3c4c7;
    border-radius: 4px;
}

.sgc-editor-preview .sgc-edit-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}