.uldiv {
    width: fit-content;
    margin: auto;
    padding-right: 20px;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border: solid 1px #dce2f3;
    border-radius: 10px;
    margin: auto;
    border-collapse: collapse; /* مهم */
}
table th, table td {
    padding: 10px 20px !important;
    white-space: nowrap;
    background-clip: padding-box;
}
h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.article-image {
    max-width: 800px;
    margin: 20px auto;
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.breadcrumb {
    font-size: 14px;
    margin: 15px 0;
    text-align: right;
}

.breadcrumb a {
    color: #202942;
    text-decoration: none;
    font-weight: 700;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #666;
    margin: 0 5px;
}