.post {
  gap: 50px;
  padding: 24px 0;
  display: grid;
}
.post h1 {
  margin-top: 0 !important;
}
.post .post_info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.post .post_info-author {
  align-items: center;
  gap: 20px;
  display: flex;
}
.post .post_info-author-info {
  margin-right: 20px;
}
.post .post_info-author-info label {
  color: #b4bfe3;
}
.post .post_info-date .post-updated-date {
  font-weight: 900;
}
.post .post_content {
  background: #0d1328;
  border-radius: 20px;
  padding: 30px;
}
.post .post_content-label {
  font-size: 35px;
  font-weight: 900;
}
.post .post_content-content {
  justify-content: space-between;
  display: flex;
}
.post .post_content-content-left ul,
.post .post_content-content-right ul {
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  display: flex;
}
.post .post_content li {
  color: #b4bfe3;
  font-size: 18px;
}
.post .post_types {
  gap: 30px;
  display: grid;
}
.post .post_types ul {
  padding-left: 20px;
}
.post .post_types .plus-minuses-content {
  gap: 20px;
  display: grid;
}
.post .post_features,
.post .post_top,
.post .post_lighting,
.post .post_best,
.post .post_tips,
.post .post_profit,
.post .post_available,
.post .post_faq,
.post .post_moreNews,
.post .post_legal,
.post .post_expertAdvise,
.post .post_avoid {
  gap: 30px;
  display: grid;
}
.post .post_faq .faq_content {
  gap: 10px;
  display: grid;
}
.post .post_faq .faq_content details {
  cursor: pointer;
  background: #0d1328;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.post .post_faq .faq_content details summary {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  list-style: none;
}
.post .post_faq .faq_content details summary:after {
  content: "";
  background-image: url(/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  transition: transform 0.25s;
  position: absolute;
  top: 50px;
  right: 30px;
  transform: translateY(-50%) rotate(0);
}
.post .post_faq .faq_content details summary::-webkit-details-marker {
  display: none;
}
.post .post_faq .faq_content details[open] summary:after {
  background-image: url(/images/arrow-down.svg);
  transform: translateY(-50%) rotate(180deg);
}
.post .post_faq .faq_content details div {
  padding: 30px 40px 0 0;
}
.post_custom-games {
  padding: 20px;
}
.post_custom-games--list {
  flex-wrap: wrap;
  gap: 10px 3px;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.post_custom-games--list li {
  text-wrap: nowrap;
  background: #0d1328;
  border-radius: 100px;
  padding: 10px 20px;
}
.post_custom-games--list li::marker {
  display: none;
}
.post .post_real--image img {
  z-index: 1;
  border-radius: 20px;
  margin: 10px 0;
  position: relative !important;
}
.post .post_real--container {
  gap: 25px;
  display: grid;
}
@media screen and (max-width: 580px) {
  .post .post_real--image {
    aspect-ratio: auto;
  }
}
.post .post_available--image {
  aspect-ratio: 1280/730;
}
.post .post_available--image img {
  z-index: 1;
  margin: 10px 0;
  position: relative !important;
}
.post .post_rank,
.post .post_avoid {
  gap: 10px;
  display: grid;
}
.post .post_rank div,
.post .post_avoid div,
.post .grid6 {
  gap: 6px;
  display: grid;
}
@media screen and (max-width: 580px) {
  .post .post_title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    top: 0;
  }
  .post .post_title span {
    font-size: 35px;
  }
  .post .post_title-btn {
    padding: 11px 42px;
    font-size: 18px;
  }
  .post h1 {
    font-size: 35px;
    font-weight: 900;
  }
  .post .post_info {
    flex-direction: column;
    gap: 27px;
  }
  .post .post_content-content {
    flex-direction: column;
  }
  .post .post_faq .faq_content details {
    padding: 20px;
  }
  .post .post_faq .faq_content details summary {
    padding-right: 60px;
    font-size: 18px;
  }
  .post .post_faq .faq_content details summary:after {
    top: 40px;
  }
  .post .post_faq .faq_content details div {
    padding: 20px 0 0;
  }
  .post_custom-games--list {
    text-align: center;
    flex-direction: column;
  }
}
.post_moreNews--title {
  align-items: center;
  gap: 20px;
  display: flex;
}
.post_moreNews .vertical_line {
  background: #ea005d;
  flex: 1;
  height: 1px;
}
.post_moreNews--content {
  gap: 10px;
  display: flex;
}
.post_moreNews .small-image-wrapper {
  cursor: pointer;
  position: relative;
}
.post_moreNews .small-image-wrapper img {
  border-radius: 20px;
}
.post_moreNews .small-image-wrapper .overlay-text {
  color: #fff;
  border-radius: 4px;
  max-width: 280px;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.post_moreNews .small-image-wrapper .overlay-text-autorTime {
  margin-top: 6px;
  font-size: 10px;
  display: flex;
}
.post_moreNews .small-image-wrapper .overlay-text-autorTime time {
  margin-right: 5px;
}
.post_moreNews .small-image-wrapper .overlay-text_post-title {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 580px) {
  .post_moreNews--content {
    flex-direction: column;
    align-items: center;
  }
  .post_moreNews .small-image-wrapper {
    width: 90%;
  }
  .post_moreNews .small-image-wrapper img {
    width: 100%;
  }
}
