.PageHero__Area {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 980px) {
  .PageHero__Area {
    margin-top: 0;
  }
}
.ArchiveFraudster {
  width: 100%;
}
.ArchiveFraudster__Inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 327px;
  gap: 44px;
}
@media screen and (max-width: 980px) {
  .ArchiveFraudster__Inner {
    margin-bottom: 80px;
    padding-top: 32px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.ArchiveFraudster__Main {
  min-width: 0;
}
.ArchiveFraudster__Sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 327px;
}
@media screen and (max-width: 980px) {
  .ArchiveFraudster__Sidebar {
    width: 100%;
  }
}
.ArchiveFraudster__Search {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .ArchiveFraudster__Search {
    justify-content: stretch;
  }
}
.ArchiveFraudster__Tabs {
  margin-bottom: 24px;
}
.ArchiveFraudster__Rows {
  margin-bottom: 32px;
}
.ArchiveFraudster__Cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.ArchiveFraudster__Cards-Item {
  width: 100%;
}
.ArchiveFraudster__Empty {
  margin-top: 32px;
  text-align: center;
  color: #9a9a9a;
  font-size: 16px;
}
.ArchiveFraudster__Pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.ArchiveFraudster__Pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ArchiveFraudster__Pagination .screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.ArchiveFraudster__Pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background-color: #f9f9f9;
  color: #131313;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.ArchiveFraudster__Pagination .page-numbers:hover {
  opacity: 0.75;
}
.ArchiveFraudster__Pagination .page-numbers.current {
  background-color: var(--color-primary, #0d366d);
  color: #fff;
}
.ArchiveFraudster__Pagination .page-numbers.dots {
  background-color: transparent;
}
.ArchiveFraudster__Pagination .page-numbers.prev,
.ArchiveFraudster__Pagination .page-numbers.next {
  background-color: var(--color-primary, #0d366d);
  color: #fff;
}
.FraudsterRowCard {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 200px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 16px -2px rgba(0,0,0,0.1);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.FraudsterRowCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard {
    flex-direction: column;
    height: auto;
  }
}
.FraudsterRowCard__Thumb {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #e5e5e5;
}
.FraudsterRowCard__Thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Thumb {
    width: 100%;
  }
}
.FraudsterRowCard__ThumbPlaceholder {
  color: #999;
  font-size: 14px;
}
.FraudsterRowCard__Body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  min-width: 0;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Body {
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.FraudsterRowCard__Meta {
  order: 3;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.FraudsterRowCard__Category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  height: 22px;
  border-radius: 9999px;
  background-color: var(--color-primary, #0d366d);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Category {
    height: 20px;
    font-size: 10px;
  }
}
.FraudsterRowCard__Date {
  color: #131313;
  font-size: 13px;
  font-family: "Noto Sans Arabic";
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Date {
    font-size: 11px;
  }
}
.FraudsterRowCard__Title {
  order: 1;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  min-height: calc(1.55em * 2);
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Title {
    font-size: 16px;
  }
}
.FraudsterRowCard__Excerpt {
  order: 2;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 980px) {
  .FraudsterRowCard__Excerpt {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
