.page-guide {
    width: 210mm;
    height: 297mm;
    border: 1px dashed var(--color-primary-hover);
    border-bottom: 0px;
    z-index: 1000
}

.pdf-width,
.pdf-document {
    max-width: 210mm;
    padding: 25px;
    border: 1px solid #dee2e6 !important;
}



.pdf-document {
    font-size: 0.8em;
}

    .pdf-document .btn {
        font-size: 0.8em;
    }

.pdf-header {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pdf-header-left,
.pdf-header-right {
    display: table-cell;
    vertical-align: top;
}

.pdf-header-left {
    width: 25%;
}

    .pdf-header-left img {
        max-width: 160px;
    }

.pdf-header-right {
    width: 75%;
    padding-left: 15px;
    font-size: 12px;
}


@media (max-width: 768px) {
    .pdf-width,
    .pdf-document {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 15px !important;
        border: none !important;
        box-sizing: border-box !important;
    }

    .pdf-header {
        background: #f4faea;
        border: 1px solid #c8e89c;
        border-top: 3px solid #8CC63F;
        border-radius: 8px;
        padding: 16px;
    }

    .pdf-header-left,
    .pdf-header-right {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .pdf-header-left {
        display: flex;
        justify-content: center;
        margin-bottom: 6px;
    }

    .pdf-header-left img {
        max-width: 100px;
    }

    .pdf-header-right {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 4px 10px;
        font-size: 10px;
    }

    /* Hide company name's block behaviour */
    .pdf-company-name {
        width: 100%;
        margin-bottom: 4px;
        font-size: 12px;
        text-align: center;
    }

    .pdf-address {
        text-align: center;
        width: 100%;
    }

    .pdf-small-text {
        width: 100%;
        margin-top: 4px;
    }
}

.pdf-field-icon {
    color: #8CC63F;
    font-size: 1.1rem;
    margin-right: 8px;
}
/* ── Mobile ── */


.pdf-company-name {
    font-weight: 800;
    margin-bottom: 4px;
}

.pdf-header-right p {
    margin: 2px 0;
}

.pdf-small-text {
    font-size: 11px;
}


.pdf-document-image-split {
    height: 536.5px;
}

.pdf-document-image-container {
    height: 450px;
    /*border: 1px solid var(--color-border-default);*/
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pdf-document-image-title {
    font-size: 23px;
    font-weight: bolder
}

.pdf-document-image-remarks {
    font-size: 17px;
}

.pdf-signature-absolute-container {
}
