/* stylelint-disable max-nesting-depth */
.image_posts_includes_image_post_list_multi_files_mark {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 0 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.image_posts_includes_image_post_list_multi_files_mark_icon {
  width: 10px;
  height: 10px;
  margin-top: 1px;
}
.image_posts_includes_image_post_list_multi_files_mark_count {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.events_arms_ranking_list_item {
  position: relative;
  display: block;
}
.events_arms_ranking_list_item_num {
  position: absolute;
  z-index: 10;
  width: 35px;
  height: 35px;
  font-weight: bold;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  background-color: #646464;
  border-top-left-radius: 2px;
}
.events_arms_ranking_list_item_num_first {
  background-color: #e6b422;
}
.events_arms_ranking_list_item_num_second {
  background-color: #c9caca;
}
.events_arms_ranking_list_item_num_third {
  background-color: #b87333;
}
.events_arms_ranking_result_prize_item {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .events_arms_result_prize_item {
    padding: 0.75rem;
  }
  .events_arms_result_prize_item_title {
    margin-bottom: 0.75rem;
  }
}
