.ondemand_post_title {
  position: relative;
  margin-bottom: 46px;
}

.ondemand_post_title .target_country {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;        
}

.ondemand_post_title .target_country > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: 'Noto Color Emoji';
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
  background: rgba(209, 214, 219, 0.40);
}

.ondemand_post_title .ondemand_title {
  max-width: 1060px;
  color: #191F28;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
}

.ondemand_post_title .ondemand_title > span {
  display: block;
  margin-bottom: 4px;
  color: #4E5968;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.ondemand_post_title .ondemand_share_area {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ondemand_post_title .ondemand_share_area .btn_share {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px 0 40px;
  color: #333D4B;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  border-radius: 4px;
  background: #EBEEF1 url("https://resource.midasuser.com/hubfs/%5BBIZ%5D/BIZ_ONDEMAND/icon/icon_share.svg") no-repeat left 8px top 4px / 32px;
  transition: background 0.3s;
}

.ondemand_post_title .ondemand_share_area .btn_share:hover {
  background-color: #E5E8EB;
}

.ondemand_post_title .ondemand_share_list {
  position: absolute;
  z-index: 1;
  right: 43px;
  bottom: -8px;
  display: none;
  gap: 12px;
  padding: 24px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 1px 4px 4px rgba(130, 130, 130, 0.12), 2px 2px 16px 4px rgba(130, 130, 130, 0.08);
  transform: translate(50%, 100%);
}

.ondemand_post_title .ondemand_share_list.on {
  display: flex;
}

.ondemand_post_title .ondemand_share_list > button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  color: #4E5968;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.ondemand_post_title .ondemand_share_list > button path {
  transition: fill .3s, stroke .3s;
}

.ondemand_post_title .ondemand_share_list .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F5F7FA;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.3s;
}

.ondemand_post_title .ondemand_share_list .copy_link .icon_wrap {
  background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_clip.svg");
}

.ondemand_post_title .ondemand_share_list .linkedin .icon_wrap {
  background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_linkedin.svg");
}

.ondemand_post_title .ondemand_share_list .facebook .icon_wrap {
  background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_facebook.svg");
}

.ondemand_post_title .ondemand_share_list .instagram .icon_wrap {
  background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_instagram.svg");
}

.ondemand_post_title .ondemand_share_list .whatsapp .icon_wrap {
  background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_whatsapp.svg");
}

@media (min-width: 768px) {
  .ondemand_post_title .ondemand_share_list > button:hover .icon_wrap {
    background-color: #333D4B;
  }
  
  .ondemand_post_title .ondemand_share_list .copy_link:hover .icon_wrap {
    background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_clip_white.svg");
  }

  .ondemand_post_title .ondemand_share_list .linkedin:hover .icon_wrap {
    background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_linkedin_white.svg");
  }

  .ondemand_post_title .ondemand_share_list .facebook:hover .icon_wrap {
    background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_facebook_white.svg");
  }

  .ondemand_post_title .ondemand_share_list .instagram:hover .icon_wrap {
    background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_instagram_white.svg");
  }

  .ondemand_post_title .ondemand_share_list .whatsapp:hover .icon_wrap {
    background-image: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D%20MIDAS%20SITE/BIZ_ONDEMAND/icon/icon_whatsapp_white.svg");
  }

}

@media (max-width: 767px) {
  .ondemand_post_title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  
  .ondemand_post_title .ondemand_title {
    max-width: unset;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.64px;
  }


  .ondemand_post_title .ondemand_title > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .ondemand_post_title .ondemand_share_area {
    top: 0;
    right: 20px;
    bottom: unset;
  }

  .ondemand_post_title .ondemand_share_area .btn_share {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0;
    border-radius: unset;
    background: url("https://resource.midasuser.com/hubfs/%5BBIZ%5D/BIZ_ONDEMAND/icon/icon_share.svg") no-repeat center / 150%;
    transition: unset;
  }

  .ondemand_post_title .ondemand_share_area .btn_share:hover {
    background-color: unset;
  }

  .ondemand_post_title .ondemand_share_list {
    bottom: -4px;
    right: 0;
    flex-direction: column;
    gap: 10px;
    padding: 12px 20px 12px 12px;
    border-radius: 12px;
    transform: translateY(100%);
  }

  .ondemand_post_title .ondemand_share_list > button {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .ondemand_post_title .ondemand_share_list .icon_wrap {
    width: 40px;
    height: 40px;
    background-size: 40px;
}