#articles-details .fabreex-articles-breadcrumbs {
    margin: 30px 0 20px;
}

#articles-details .fabreex-articles-breadcrumbs .breadcrumbs-list-item:last-child .n-breadcrumb-item__separator {
    display: none;
}

#articles-details .articles-details-content > h1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 22px;
    padding: 0 16px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(30px, 5vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
}

#articles-details .articles-details-content {
    overflow-wrap: break-word;
}

#articles-details .articles-details-content > div[style*="max-width"] {
    overflow-wrap: break-word;
}

#articles-details .fabreex-sales-products-table-wrap {
    width: 100%;
    margin: 28px auto 0;
    overflow-x: auto;
}

#articles-details .fabreex-sales-products-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 14px;
}

#articles-details .fabreex-sales-products-table th {
    padding: 12px;
    border: 1px solid #d9e1ea;
    background: #1f4fbf;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

#articles-details .fabreex-sales-products-table th:nth-child(3) {
    text-align: center;
}

#articles-details .fabreex-sales-products-table th:nth-child(4) {
    text-align: right;
}

#articles-details .fabreex-sales-products-table td {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    vertical-align: top;
}

#articles-details .fabreex-sales-products-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

#articles-details .fabreex-sales-products-table td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
}

#articles-details .fabreex-sales-products-table td:nth-child(4) {
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}
