.pdf-engine-product__flow {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #454D62;
    font-size: 16px;
    line-height: 1.7;
}

.pdf-engine-product__flow-icon {
    flex: none;
    width: 16px;
    height: 16px;
    background: url("../img/ic_arrow.svg") no-repeat center;
    transform: rotate(-90deg);
}

.pdf-engine-product__code {
    margin: 28px 0;
    padding: 20px 24px;
    overflow-x: auto;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    background-color: #F2F2F2;
    color: #252B33;
    font-size: 15px;
    line-height: 1.6;
}

.pdf-engine-product__code code {
    padding: 0;
    color: inherit;
    background: transparent;
    white-space: pre;
}

.pdf-engine-product__documents {
    margin-top: 32px;
}

.pdf-engine-product__price-description {
    width: 720px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .pdf-engine-product__flow {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .pdf-engine-product__flow [aria-hidden="true"] {
        display: none;
    }

    .pdf-engine-product .row-title h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .pdf-engine-product__code {
        padding: 16px;
        font-size: 13px;
    }
}
