:root {
    --compare-sidebar-width: 340px;
    --compare-viewer-surface: #ebebeb;
    --compare-accent: #e5322d;
    --compare-info-bg: #e9f5ff;
    --compare-info-border: #d8eaf7;
    --compare-info-text: #295b79;
}

html:not(.itqan-editor-active) {
    overflow-x: visible;
}

html:not(.itqan-editor-active) body.bg-light-subtle {
    overflow-x: visible;
    overflow-y: auto;
}

html.itqan-editor-active {
    height: 100%;
    overflow: hidden;
}

html.itqan-editor-active body.bg-light-subtle {
    overflow: hidden !important;
    height: 100%;
    max-height: 100dvh;
}

html.itqan-editor-active nav.navbar.navbar-expand-xl.navbar-dark.bg-dark {
    position: sticky;
    top: 0;
    z-index: 1040;
}

html.itqan-editor-active .navbar .dropdown-menu {
    z-index: 1060 !important;
}

.upload-area {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    background: white;
    min-height: auto;
}

.upload-area:hover,
.upload-area.dragover {
    background-color: #f8f9fa;
    border-color: #000;
}

#dropArea,
.upload-area.card {
    overflow-x: visible;
    max-width: 100%;
}

#pdfUpload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.upload-pick-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transform: translateX(18px);
    position: relative;
    z-index: 20;
}

.upload-cloud-stack {
    display: flex;
    flex-direction: column;
    gap: 1px;
    position: relative;
    z-index: 220;
    pointer-events: auto;
}

.cloud-upload-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dee2e6;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
}

.cloud-upload-btn.btn.btn-outline-secondary {
    border: 2px solid #dee2e6;
    background-color: #fff;
    color: inherit;
    box-shadow: none;
    overflow: visible;
    padding: 0 !important;
}

.cloud-upload-btn.btn.btn-outline-secondary:hover {
    border-color: #000;
    background-color: #fff;
    color: inherit;
}

.cloud-upload-btn:hover {
    border-color: #000;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cloud-icon {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    z-index: 101;
}

.cloud-tooltip {
    visibility: hidden;
    width: 140px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
}

.cloud-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.cloud-icon:hover .cloud-tooltip {
    visibility: visible;
    opacity: 1;
}

.container.my-5 > .row.justify-content-center > .col-lg-8 {
    min-width: 0;
}

.container.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

#comparePageHeader {
    margin-bottom: 0.3rem !important;
}

#comparePageHeader .display-5 {
    font-size: clamp(1.75rem, 3.5vw, 2.15rem);
    margin-bottom: 0.15rem !important;
    line-height: 1.2;
}

#comparePageHeader .lead {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.3;
}

#upload-section #dropArea.upload-area {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.65rem 1.55rem 0.45rem !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
    overflow: visible;
}

@media (min-width: 576px) {
    #upload-section #dropArea.upload-area,
    #upload-section #dropArea .card-body,
    #upload-section #dropArea .upload-row-wrap,
    #upload-section #dropArea .d-flex.justify-content-center {
        overflow: visible !important;
        overflow-x: visible !important;
    }
}

@media (min-width: 992px) {
    #upload-section,
    #upload-section .container.my-5,
    #upload-section .row,
    #upload-section .col-lg-8 {
        overflow: visible !important;
    }
    #upload-section #dropArea.upload-area {
        padding-block: 0.75rem 0.5rem !important;
        padding-inline: calc(1.55rem + 4.5cm) !important;
        overflow: visible !important;
    }
    #upload-section #dropArea .card-body,
    #upload-section #dropArea .upload-row-wrap,
    #upload-section #dropArea .upload-pick-wrap,
    #upload-section #dropArea .upload-cloud-stack,
    #upload-section #dropArea .cloud-icon {
        overflow: visible !important;
    }
}

@media (max-width: 575.98px) {
    #upload-section #dropArea.upload-area {
        width: 100%;
        padding: 1rem !important;
        overflow-x: hidden;
    }
    #upload-section #dropArea .card-body,
    #upload-section #dropArea .upload-row-wrap {
        overflow-x: hidden;
    }
}

#upload-section #dropArea .card-body {
    padding: 0.3rem 0.85rem 0.2rem;
    overflow: visible;
    width: 100%;
}

#upload-section #dropArea .upload-row-wrap {
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#upload-section #dropArea .upload-pick-wrap,
#upload-section #dropArea .upload-cloud-stack,
#upload-section #dropArea .cloud-icon {
    overflow: visible;
}

.upload-cloud-stack .cloud-icon,
.upload-cloud-stack .cloud-upload-btn {
    pointer-events: auto;
}

@media (max-width: 768px) {
    .upload-pick-wrap {
        transform: none;
    }
}

#adContainer {
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

#adContainer ins.adsbygoogle {
    display: block !important;
    width: min(100%, 728px) !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.merge-sidebar-help-btn {
    width: 100%;
    margin: 0 0 0.85rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 0.82rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.merge-sidebar-help-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #111;
}

.main-editor {
    display: none;
    height: calc(100vh - 60px);
    flex-direction: row;
    min-width: 0;
    min-height: 0;
}

html.itqan-editor-active #editor-section.main-editor {
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--itqan-editor-top, 72px);
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
    z-index: 1;
}

#editor-section .compare-sidebar {
    width: var(--compare-sidebar-width);
    min-width: var(--compare-sidebar-width);
    flex: 0 0 var(--compare-sidebar-width);
    background: #fff;
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 0;
    height: 100%;
}

.merge-sidebar-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.merge-sidebar-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #666;
    text-align: center;
    margin: 0;
}

#editor-section .merge-cloud-stack {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.pane-placeholder-cloud {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.merge-sidebar-header {
    flex-shrink: 0;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.35;
    background: #fff;
    text-align: center;
    color: #222;
}

.compare-sidebar-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    padding: 14px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compare-sidebar-footer {
    flex-shrink: 0;
    padding: 14px 16px 18px;
    border-top: 1px solid #eee;
    background: #fff;
}

.btn-compare-process {
    background: #111111;
    color: #fff;
    width: 100%;
    border: none;
    padding: 14px 16px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, opacity 0.2s;
}

.btn-compare-process:hover:not(:disabled) {
    background: #000000;
    color: #fff;
}

.btn-compare-process:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.compare-option-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.compare-option-tab {
    border: 2px solid #e3e6ea;
    border-radius: 10px;
    padding: 10px 8px 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background 0.2s;
}

.compare-option-tab svg {
    display: block;
    margin: 0 auto 6px;
    width: 42px;
    height: 42px;
}

.compare-option-tab span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #33333b;
    line-height: 1.25;
}

.compare-option-tab.active {
    border-color: #4a90d9;
    background: #f4f9ff;
}

.compare-info-box {
    border: 1px solid var(--compare-info-border);
    background: var(--compare-info-bg);
    color: var(--compare-info-text);
    border-radius: 8px;
    font-size: 13px;
    padding: 12px;
    line-height: 1.45;
}

.compare-search-input {
    width: 100%;
    border: 1px solid #d5dbe3;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}

.compare-search-input:focus {
    outline: none;
    border-color: #4a90d9;
    box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
}

.compare-tab-panel {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.compare-tab-panel.active {
    display: flex;
}

.compare-changes-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.compare-changes-title .count-normal {
    font-weight: 400;
    color: #666;
}

.pdf-changes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pdf-changes-list__item {
    border-top: 1px solid #eceff3;
    padding-top: 8px;
}

.pdf-changes-list__item__title {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
}

.pdf-changes-page {
    margin-bottom: 8px;
    border-radius: 6px;
    transition: box-shadow 0.15s;
}

.pdf-changes-page.is-active {
    box-shadow: inset 0 0 0 2px #1a1a1a;
    border-radius: 6px;
}

.pdf-changes-page__type {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    margin-bottom: 4px;
}

.pdf-changes-list.small {
    gap: 6px;
}

.pdf-changes-list__item__title span {
    font-weight: 700;
}

.pdf-changes-page__change {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pdf-changes {
    width: 100%;
    border: 1px solid #e6e8ed;
    border-radius: 6px;
    padding: 8px 10px;
    text-align: start;
    background: #fff;
    margin-bottom: 0;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.pdf-changes:hover {
    border-color: #c5cad3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.pdf-changes--insert {
    border-inline-start: 3px solid #2e9e4f;
    background: #f4fbf6;
}

.pdf-changes--delete {
    border-inline-start: 3px solid #e5322d;
    background: #fff5f5;
}

.pdf-changes.is-active {
    border-color: #1a1a1a !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.18);
    background: #fafafa !important;
}

.pdf-changes__title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-bottom: 4px;
    color: #333;
}

.pdf-changes--insert .pdf-changes__title b {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #1f7a3a;
    background: #d4f0dc;
}

.pdf-changes--delete .pdf-changes__title b {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #c62828;
    background: #fde0e0;
}

.pdf-changes__count {
    font-size: 11px;
    font-weight: 600;
    color: #666;
}

.pdf-changes__text {
    font-size: 12px;
    color: #444;
    line-height: 1.45;
    word-break: break-word;
}

.compare-empty-note {
    font-size: 13px;
    color: #666;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.input-file-preview {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-file-preview__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e3e6ea;
    border-radius: 10px;
    background: #fafbfc;
}

.input-file-preview__item__img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    background: #eee;
    flex-shrink: 0;
}

.input-file-preview__item__mid {
    flex: 1;
    min-width: 0;
}

.input-file-preview__item__filename {
    display: block;
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-file-preview__item__input {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #d5dbe3;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.input-file-preview__item__input input {
    display: none;
}

.input--sm {
    width: 100%;
    border: 1px solid #d5dbe3;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 13px;
}

.compare-viewer {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    background: var(--compare-viewer-surface);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.compare-toolbar {
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid #e3e6eb;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.compare-toolbar-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.compare-toolbar-btn {
    border: 1px solid #d8dce2;
    border-radius: 8px;
    background: #fff;
    padding: 6px 12px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s, border-color 0.15s;
}

.compare-toolbar-btn:hover,
.compare-toolbar-btn.active {
    background: #f4f6f8;
    border-color: #b8bec8;
}

.compare-toolbar-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.compare-overlay-tools {
    flex-shrink: 0;
    padding: 10px 14px;
    border-bottom: 1px solid #e8ebef;
    background: #fff;
    display: none;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 13px;
}

.compare-overlay-tools.active {
    display: flex;
}

.compare-work-area {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.compare-work-area.layers-mode .compare-pane:last-child {
    display: none;
}

.compare-work-area.layers-mode .compare-pane:first-child {
    flex: 1 1 100%;
}

.compare-split {
    flex: 1 1 auto;
    display: flex;
    gap: 8px;
    min-height: 0;
    padding: 8px;
    overflow: hidden;
}

.compare-pane {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.compare-pane-head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 8px;
    border-bottom: 1px solid #eef1f4;
}

.pane-remove-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #666;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pane-remove-btn:hover {
    background: #fee2e2;
    color: #dc2626;
}

.pane-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    background: #f1f3f6;
    padding: 6px;
    cursor: default;
}

.pane-body.pan-mode {
    cursor: grab;
}

.pane-body.pan-mode:active {
    cursor: grabbing;
}

.pane-pages-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.pdf-page-wrap {
    position: relative;
    display: block;
    line-height: 0;
    flex-shrink: 0;
}

.pane-pages-stack canvas {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: block;
}

.pdf-highlight-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.pdf-hl-old {
    position: absolute;
    background: rgba(255, 214, 0, 0.48);
    border-radius: 2px;
    box-sizing: border-box;
}

.pdf-hl-new {
    position: absolute;
    background: rgba(255, 196, 196, 0.55);
    border-radius: 1px;
    box-sizing: border-box;
}

.pdf-hl-active {
    position: absolute;
    border: 2px solid #1a1a1a;
    background: transparent;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.pane-placeholder {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    padding: 40px 16px;
}

.pane-select-btn {
    border: 1px solid var(--compare-accent);
    color: var(--compare-accent);
    background: #fff;
    border-radius: 8px;
    padding: 6px 14px;
    font-weight: 700;
    margin-top: 8px;
    cursor: pointer;
}

/* شريط التكبير العائم — أسود */
.compare-pane .pane-zoom-float {
    display: none;
}

.compare-pane.has-doc .pane-zoom-float {
    display: inline-flex;
}

.pane-zoom-float {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #111111;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    max-width: calc(100% - 20px);
    pointer-events: auto;
    font-size: 12px;
    line-height: 1;
}

.pane-zoom-pct-display {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    user-select: none;
    min-width: 42px;
    text-align: center;
}

.pane-zoom-divider {
    width: 1px;
    height: 22px;
    background: #444;
    flex-shrink: 0;
}

.pane-zoom-btn--fit {
    font-size: 11px;
    padding: 0 8px;
}

.pane-zoom-btn {
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    color: #ffffff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease;
}

.pane-zoom-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.pane-zoom-filename {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.95;
    padding-inline-start: 4px;
}

@media (max-width: 768px) {
    .pane-zoom-float {
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%);
        padding: 5px 8px;
        gap: 4px;
        max-width: calc(100% - 16px);
    }
    .pane-zoom-filename {
        max-width: 100px;
    }
}

.compare-viewer #adContainerViewer {
    flex-shrink: 0;
    margin: 8px 12px 12px;
    text-align: center;
}

.compare-viewer #adContainerViewer ins.adsbygoogle {
    display: inline-block !important;
    width: min(100%, 728px) !important;
    max-width: 100% !important;
}

html.itqan-editor-active.compare-sidebar-hidden .compare-sidebar {
    display: none !important;
}

@media (max-width: 991.98px) {
    html.itqan-editor-active { overflow: auto !important; height: auto !important; }
    html.itqan-editor-active body { overflow: auto !important; height: auto !important; max-height: none !important; }
    html.itqan-editor-active #editor-section.main-editor {
        position: relative !important;
        flex-direction: column !important;
        height: auto !important;
        top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
        overflow-y: visible;
    }

    #editor-section .compare-sidebar {
        order: 1 !important;
        position: relative !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        height: auto !important;
        flex: none !important;
        border-left: none;
        border-top: 1px solid #ddd;
    }
    .compare-sidebar-body {
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
    }

    .compare-viewer {
        order: 2 !important;
        width: 100% !important;
        min-height: 50vh;
        overflow: visible !important;
    }
    .compare-split {
        flex-direction: column;
        min-height: 50vh;
        width: 100% !important;
    }

    .compare-sidebar-footer {
        position: fixed;
        bottom: 0; left: 0; right: 0;
        z-index: 1050;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
        background: #fff;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    }
    .compare-sidebar-footer .btn-finish,
    .compare-sidebar-footer .btn-compare-process {
        padding: 14px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        width: 100%;
    }
    html.itqan-editor-active .tool-seo-visible-wrap,
    html.itqan-editor-active .merge-seo-content {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .compare-result-download,
    .compress-result-download {
        min-width: 0 !important;
        width: 100%;
        font-size: 17px !important;
    }
}
