.image_posts_includes_image_post_list_multi_files_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 10; }

.events_ai_fantasy_country_header_wrapper {
  position: relative; }

.events_ai_fantasy_country_header_image {
  width: 100%; }

.events_ai_fantasy_country_header_text {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center; }
  .events_ai_fantasy_country_header_text_catchphrase {
    font-size: 1.5rem; }
  .events_ai_fantasy_country_header_text_country_name {
    font-size: 2.5rem; }

.events_ai_fantasy_country_stats_block_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  .events_ai_fantasy_country_stats_block_list_item {
    border: 1px solid #dbdbdb;
    padding: 2rem;
    text-align: center; }
    .events_ai_fantasy_country_stats_block_list_item_title {
      font-size: 1rem;
      white-space: nowrap; }
    .events_ai_fantasy_country_stats_block_list_item_value {
      font-size: 1.2rem;
      font-weight: bold;
      white-space: nowrap; }
    .events_ai_fantasy_country_stats_block_list_item_points {
      display: flex; }
      .events_ai_fantasy_country_stats_block_list_item_points_center {
        margin: 0 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
        border-right: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb; }
    .events_ai_fantasy_country_stats_block_list_item_discord {
      border: none; }

.events_ai_fantasy_country_stats_discord_icon {
  display: block;
  width: 3rem;
  margin: auto;
  margin-bottom: 0.5rem; }

.events_ai_fantasy_country_story_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem; }
  .events_ai_fantasy_country_story_list_item {
    width: calc(50% - (3rem / 2));
    display: flex;
    align-items: start;
    gap: 1rem; }
    .events_ai_fantasy_country_story_list_item_image {
      max-width: 180px;
      object-fit: contain; }
    .events_ai_fantasy_country_story_list_item_caption {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.events_ai_fantasy_country_ranking_list_item {
  position: relative;
  display: block; }
  .events_ai_fantasy_country_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_ai_fantasy_country_ranking_list_item_num_first {
      background-color: #e6b422; }
    .events_ai_fantasy_country_ranking_list_item_num_second {
      background-color: #c9caca; }
    .events_ai_fantasy_country_ranking_list_item_num_third {
      background-color: #b87333; }

@media screen and (max-width: 1024px) {
  .events_ai_fantasy_country_stats_block_list {
    flex-direction: column;
    align-items: normal; }
    .events_ai_fantasy_country_stats_block_list_item {
      padding: 1rem; }
      .events_ai_fantasy_country_stats_block_list_item_title {
        font-size: 1rem; }
      .events_ai_fantasy_country_stats_block_list_item_value {
        font-size: 1rem; }
      .events_ai_fantasy_country_stats_block_list_item_points {
        justify-content: center;
        border-top: none; }
        .events_ai_fantasy_country_stats_block_list_item_points_center {
          margin: auto 0.5rem;
          padding-right: 1rem;
          padding-left: 1rem; }
  .events_ai_fantasy_country_story_list_item {
    width: 100%; }
    .events_ai_fantasy_country_story_list_item_image {
      max-width: 120px; } }

@media screen and (max-width: 768px) {
  .events_ai_fantasy_country_header_text {
    bottom: 2rem;
    right: 0.4rem; }
    .events_ai_fantasy_country_header_text_catchphrase {
      font-size: 1rem; }
    .events_ai_fantasy_country_header_text_country_name {
      font-size: 1.2rem; } }
