.svg-previewer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.svg-previewer .template-container {
    display: flex;
    justify-content: center;
    height: calc(100% - 42px);
    background: #292929;
    padding: 20px;
    box-sizing: border-box;
}

.svg-previewer .svg-template-container {
    height: 100%;
    aspect-ratio: 210 / 297;
    background: #fff;
}

.svg-previewer .abstract_pagination {
    justify-content: center;
}

.svg-previewer input.abstract_pagination_input.abstract_input {
    font-size: 16px;
}