@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap);
.inter-500, .news-body h2,
.news-body h3,
.news-body h4,
.news-body h5, .text-share, .h4-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.geely-font, .h1-title {
  font-family: "GEELY Bold 20230926", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

main {
  padding: 0 3.5rem;
}

.top-section {
  display: flex;
  align-items: center;
}

.top-section .top-left-section {
  display: flex;
  align-items: center;
  
  margin-right: 1.5rem;
  font-size: 14px;
  line-height: 140%;
}

[dir="rtl"] .top-section .top-left-section {
  margin-right: 0;
  
  margin-left: 1.5rem;
}

.top-section .top-right-section {
  display: flex;
  align-items: center;
}

.top-section .top-right-section .tags {
  padding: 0px 12px;
  border: 1px solid #666;
  border-radius: 24px;
}

.top-section .top-right-section .tags label {
  font-size: 12px !important;
}

.tags:not(:last-child) {
  
  margin-right: 8px;
}

[dir="rtl"] .tags:not(:last-child) {
  margin-right: 0;
  
  margin-left: 8px;
}

.bg-gray {
  background-color: #f6f3f5;
}

.text-gray {
  color: #666 !important;
}

.h1-title {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h4-title {
  font-size: 24px;
  letter-spacing: normal !important;
  line-height: 28.8px;
}

p {
  font-size: 16px;
}

.border-gray {
  border-color: #ccc;
}

.img-rounded {
  border-radius: 18px;
}

.img-news {
  max-width: 648px !important;
}

figcaption {
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}

.text-share {
  font-size: 14px;
  line-height: 140%;
}

.news-body {
  text-align: justify;
}

.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5 {
  font-size: 24px;
  line-height: 22.4px;
  letter-spacing: 0;
  text-transform: unset;
  margin-bottom: 1.5rem;
}

.news-body table {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 6px;
  color: #333;
  
  text-align: left;
}

[dir="rtl"] .news-body table {
  
  text-align: right;
}

.news-body table td {
  font-family: "Inter-Regular";
  font-size: 16px;
}

.news-body table thead {
  background-color: #e0e0e0;
}

.news-body table td, .news-body table th {
  padding: 1rem;
  vertical-align: top;
}

.news-body table .remark-row td {
  background-color: #f9f9f9;
  font-size: .9rem;
}

.news-body table .remark-label {
  font-weight: 400;
}

.news-body li {
  font-size: 14px;
}

@media (max-width: 575px) {
  main {
    padding: 0 1rem;
  }

  .top-section {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .top-left-section {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .h1-title {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .news-body h2,
  .news-body h3,
  .news-body h4,
  .news-body h5 {
    font-size: 22px;
  }

  .h4-title {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }

  p {
    font-size: 16px;
  }

  figcaption {
    font-size: 14px;
  }
}

.mr-2 {
  
  margin-right: 8px !important;
}

[dir="rtl"] .mr-2 {
  margin-right: 0 !important;
  
  margin-left: 8px !important;
}

