.letopis-workspace__canvas {
    display: flex;
    justify-content: center;
    padding: 24px 16px 32px;
    border-radius: 0.375rem;
    background-color: #f6f8fa;
}

.dark .letopis-workspace__canvas {
    background-color: #0e1726;
}

.letopis-document {
    box-sizing: border-box;
    width: 100%;
    min-width: 672px;
    max-width: 980px;
    min-height: 1248px;
    margin: 0 auto;
    background: #fff;
    overflow-y: visible;
    border: 2px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.letopis-document__inner {
    padding: 1.5rem;
    min-height: inherit;
}

.letopis-document__content {
    min-height: inherit;
    line-height: 1.65;
    color: #1f2937;
}

.letopis-document__content p {
    margin-bottom: 0.75rem;
}

.letopis-document__content img {
    max-width: 100%;
    height: auto;
}

.letopis-document--editor {
    min-height: 0;
}

.letopis-document--editor .mce-tinymce {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.letopis-document--editor .mce-panel {
    border: none !important;
}

.letopis-document--editor .mce-toolbar-grp {
    background: #fafafa !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.letopis-document--editor .mce-edit-area {
    border: none !important;
}

.letopis-document--editor .mce-edit-area iframe {
    min-height: 800px;
    background: #fff;
}

.letopis-document-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.letopis-document-actions__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-width: 672px;
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .letopis-document {
        min-width: 0;
    }

    .letopis-document-actions__inner {
        min-width: 0;
    }
}

.letopis-banner__desc a {
    color: inherit;
    text-decoration: underline;
}

.letopis-banner__desc img {
    max-width: 100%;
    height: auto;
}

.letopis-banner__desc p {
    margin: 0.25em 0;
}
