/*
.logo::after {
    content: "Help Center";
    font-weight: 600;
}
*/

body, h1, h2, h3, h4, h5, h6, p, a, span, label, input, button, textarea, select, table, th, td, caption {
    font-family: 'Almarai', sans-serif !important;
}

.logo {
    height: 38px;
}

.article-support-div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-links .page-links-item {
    color: #7d7d7d;
    font-size: 13px;
}

.page-links .page-links-item:not(:last-child) {
    margin-bottom: 10px;
}

.cv-table-wrapper {
  overflow-x: auto;
  margin-top: 1.5rem;
}

.cv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 600px;
}

.cv-table thead {
  background-color: #f8f9fa;
}

.cv-table th,
.cv-table td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.cv-table tbody tr:last-child td {
  border-bottom: none;
}

.image img {
    border-radius: 10px;
}
.image {
    border: 1px dashed #0a84ff;
    padding: 6px;
    border-radius: 10px;
    background: #fafbff;
  max-width: 780px;
}