@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

.ScheduleHistory_contentWrapper__qvRaq {
  background-color: white;
  border-radius: 20px;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  padding: 32px;
}

.ScheduleHistory_emptyContainer__MrDC1 {
  width: 100%;
  min-height: 190px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 20px;
}

.ScheduleHistory_header__leB6X {
  margin-bottom: 32px;
}

.ScheduleHistory_headerContent__Y117z {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.ScheduleHistory_titleArea__tGCiA {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.ScheduleHistory_textContent__hQEwg {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ScheduleHistory_title__q_C9Q {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.ScheduleHistory_subtitle__ABRIT {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

.ScheduleHistory_contentWrapper__qvRaq .ScheduleHistory_subtitle__ABRIT {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #64748b !important;
  opacity: 0;
  margin-bottom: 16px;
}

.ScheduleHistory_cardsContainer__mZbUG {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.ScheduleHistory_headerActions__30Crf {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ScheduleHistory_tutorialLink__Zl__g {
  display: flex;
  align-items: center;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.ScheduleHistory_tutorialLink__Zl__g:hover {
  color: #475569;
}

.ScheduleHistory_filtersContainer__6ToH5 {
  margin-bottom: 24px;
}

.ScheduleHistory_desktopFilters__CFHDV {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media (max-width: 767px) {
  .ScheduleHistory_desktopFilters__CFHDV {
    display: none;
  }
}

.ScheduleHistory_filters__xaYPg {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  margin-left: 16px;
  flex-wrap: wrap;
}

.ScheduleHistory_dateFilter__yCPXT {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ScheduleHistory_dateLabel__DfiX6 {
  color: #64748b;
  font-size: 14px;
}

.ScheduleHistory_dateInput__rxqvI {
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background: white;
  font-size: 14px;
  color: #1e293b;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ScheduleHistory_dateInput__rxqvI:hover {
  background: #f8fafc;
}

.ScheduleHistory_dateInput__rxqvI:focus {
  outline: none;
  background: #f8fafc;
}

@media (max-width: 768px) {
  .ScheduleHistory_header__leB6X {
    margin-bottom: 16px;
  }

  .ScheduleHistory_headerContent__Y117z {
    flex-direction: column;
    gap: 16px;
  }

  .ScheduleHistory_headerActions__30Crf {
    width: 100%;
    min-height: 190px;
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px 20px;
  }

  .ScheduleHistory_titleArea__tGCiA {
    display: flex;
    align-items: flex-start;
    padding-top: 4px;
  }

  .ScheduleHistory_textContent__hQEwg {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .ScheduleHistory_title__q_C9Q {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 32px;
    display: flex;
    align-items: center;
  }

  .ScheduleHistory_subtitle__ABRIT {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    font-weight: 400;
  }

  .ScheduleHistory_contentWrapper__qvRaq .ScheduleHistory_subtitle__ABRIT {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #64748b !important;
    opacity: 0;
    margin-bottom: 16px;
  }

  .ScheduleHistory_cardsContainer__mZbUG {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }

  .ScheduleHistory_tutorialLink__Zl__g {
    display: flex;
    align-items: center;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
  }

  .ScheduleHistory_tutorialLink__Zl__g:hover {
    color: #475569;
  }

  .ScheduleHistory_filters__xaYPg {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
    flex-wrap: wrap;
  }

  .ScheduleHistory_dateFilter__yCPXT {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ScheduleHistory_dateLabel__DfiX6 {
    color: #64748b;
    font-size: 14px;
  }

  .ScheduleHistory_dateInput__rxqvI {
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .ScheduleHistory_dateInput__rxqvI:hover {
    background: #f8fafc;
  }

  .ScheduleHistory_dateInput__rxqvI:focus {
    outline: none;
    background: #f8fafc;
  }

  @media (max-width: 768px) {
    .ScheduleHistory_headerActions__30Crf {
      width: 100%;
      justify-content: space-between;
    }

    .ScheduleHistory_filters__xaYPg {
      margin-left: 0;
      gap: 8px;
    }

    .ScheduleHistory_dateFilter__yCPXT {
      width: 100%;
    }

    .ScheduleHistory_dateInput__rxqvI {
      flex: 1;
    }

    .ScheduleHistory_contentWrapper__qvRaq {
      padding: 16px;
      margin: 0;
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
    }
  }

  @media (max-width: 576px) {
    .ScheduleHistory_contentWrapper__qvRaq {
      padding: 16px;
      margin: 0;
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
    }

    .ScheduleHistory_headerActions__30Crf {
      flex-direction: column;
      gap: 16px;
      align-items: stretch;
    }

    .ScheduleHistory_tutorialLink__Zl__g {
      justify-content: center;
    }

    .ScheduleHistory_filters__xaYPg {
      flex-direction: column;
      align-items: stretch;
    }

    .ScheduleHistory_dateFilter__yCPXT {
      flex-direction: column;
      align-items: stretch;
    }
  }
}

.ScheduleHistory_paginationWrapper__ksLVb {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.ScheduleHistory_loadingContainer__UZ8V1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
}

.ScheduleHistory_errorContainer__xOFBX {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  padding: 32px;
}

.ScheduleHistory_emptyState__hbHw_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  width: 100%;
  gap: 16px;
}

.ScheduleHistory_emptyStateIcon__32lSu {
  color: #64748b;
  margin-bottom: 8px;
}

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_headerActions__30Crf {
    width: 100%;
    min-height: 190px;
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px 20px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_header__leB6X {
    margin-bottom: 32px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_titleArea__tGCiA {
    display: flex;
    align-items: flex-start;
    padding-top: 4px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_textContent__hQEwg {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_title__q_C9Q {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 32px;
    display: flex;
    align-items: center;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_subtitle__ABRIT {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    font-weight: 400;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_contentWrapper__qvRaq .ScheduleHistory_subtitle__ABRIT {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #64748b !important;
    opacity: 0;
    margin-bottom: 16px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_cardsContainer__mZbUG {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_tutorialLink__Zl__g {
    display: flex;
    align-items: center;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_tutorialLink__Zl__g:hover {
    color: #475569;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_filters__xaYPg {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    margin-left: 16px;
    flex-wrap: wrap;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateFilter__yCPXT {
    display: flex;
    align-items: center;
    gap: 8px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateLabel__DfiX6 {
    color: #64748b;
    font-size: 14px;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateInput__rxqvI {
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.2s ease;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateInput__rxqvI:hover {
    background: #f8fafc;
  }

.ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateInput__rxqvI:focus {
    outline: none;
    background: #f8fafc;
  }

@media (max-width: 768px) {
    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_headerActions__30Crf {
      width: 100%;
      justify-content: space-between;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_filters__xaYPg {
      margin-left: 0;
      gap: 8px;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateFilter__yCPXT {
      width: 100%;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateInput__rxqvI {
      flex: 1;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_contentWrapper__qvRaq {
      padding: 16px;
      margin: 0;
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
    }
  }

@media (max-width: 576px) {
    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_contentWrapper__qvRaq {
      padding: 16px;
      margin: 0;
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_headerActions__30Crf {
      flex-direction: column;
      gap: 16px;
      align-items: stretch;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_tutorialLink__Zl__g {
      justify-content: center;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_filters__xaYPg {
      flex-direction: column;
      align-items: stretch;
    }

    .ScheduleHistory_emptyStateIcon__32lSu .ScheduleHistory_dateFilter__yCPXT {
      flex-direction: column;
      align-items: stretch;
    }
  }

.ScheduleHistory_emptyStateText___N_jw {
  font-size: 16px;
  color: #64748b;
  text-align: center;
  max-width: 300px;
  line-height: 1.5;
}

.PostCardMobile_card__pbudV {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  padding: 16px;
  margin-bottom: 16px;
}

.PostCardMobile_header__W_8e4 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  position: relative;
}

.PostCardMobile_channelInfo__get_a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.PostCardMobile_channelName__Yqiw3 {
  font-weight: 500;
  color: var(--text-primary);
}

.PostCardMobile_status__LigkB {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  height: 24px;
  border-radius: 8px;
  margin-bottom: 4px;
}

.PostCardMobile_statusSuccess__c82L0 {
  background-color: #d1fae5;
  color: #065f46;
}

.PostCardMobile_statusDanger__Bppvp {
  background-color: #fee2e2;
  color: #991b1b;
}

.PostCardMobile_statusWarning__cdUmh {
  background-color: #fef3c7;
  color: #92400e;
}

.PostCardMobile_statusInfo__A3HZZ {
  background-color: #dbeafe;
  color: #1e40af;
}

.PostCardMobile_statusDefault__tfe7o {
  background-color: #f3f4f6;
  color: #374151;
}

.PostCardMobile_statusText__15uTS {
  font-size: 14px;
  color: var(--text-secondary);
}

.PostCardMobile_content__AK22k {
  margin-bottom: 16px;
}

.PostCardMobile_text__s3_Up {
  margin: 0;
  color: var(--text-primary);
  line-height: 1.5;
}

.PostCardMobile_media__QDfOS {
  margin-top: 12px;
}

.PostCardMobile_media__QDfOS img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.PostCardMobile_footer__37Xne {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.PostCardMobile_info__8KByn {
  display: flex;
  gap: 24px;
}

.PostCardMobile_infoItem__YhtyT {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.PostCardMobile_label__9TNdZ {
  display: block;
  margin-bottom: 4px;
  color: #64748b !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.PostCardMobile_value__TXQhh {
  color: #1e293b !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  white-space: normal;
  text-align: left;
  text-transform: none;
}

.PostCardMobile_actions__r2f6E {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 12px 16px;
  margin-top: auto;
  border: none;
}

.PostCardMobile_actions__r2f6E button {
  background-color: #f3f4f6 !important;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
}

.PostCardMobile_actions__r2f6E button svg {
  width: 24px !important;
  height: 24px !important;
}

.PostCardMobile_actions__r2f6E button:hover {
  background-color: #e5e7eb !important;
}

.PostCardMobile_cardContent__u7MoM {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px -2px rgb(10 13 18 / 10%), 0 2px 4px -2px
    rgb(10 13 18 / 6%);
  margin-bottom: 16px;
  overflow: hidden;
}

.PostCardMobile_cardContent__u7MoM.PostCardMobile_expanded__1Q9af {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
}

.PostCardMobile_mainContent__7dNHJ {
  cursor: pointer;
}

.PostCardMobile_headerInfo__D5Cer {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.PostCardMobile_thumbnailContainer__tsgKq {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

  /* DropShadow/md */
  box-shadow: 0 4px 8px -2px rgb(10 13 18 / 10%), 0 2px 4px -2px
    rgb(10 13 18 / 6%);
}

.PostCardMobile_thumbnailSmall__dwvHX {
  width: 60px;
  height: 75px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 4px -2px #0a0d120f, 0 4px 8px -2px #0a0d121a;
  margin-top: 0;
}

.PostCardMobile_placeholder__jbqoF {
  background-color: #e5e7eb;
  border: 1px solid #d1d5db;
}

.PostCardMobile_statusBadge__JFE_n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .PostCardMobile_statusBadge__JFE_n {
    display: block;
    padding: 0;
  }
}

.PostCardMobile_editButton__ttMAI {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #334155;
  border-radius: 8px;
  background: #f8fafc;
}

.PostCardMobile_chevron__lq_3_ {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #195586;
  transform: none;
  transition: transform 0.2s ease;
}

.PostCardMobile_chevron__lq_3_.PostCardMobile_expanded__1Q9af {
  transform: rotate(180deg);
}

.PostCardMobile_postType__uxAIo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.PostCardMobile_postType__uxAIo .PostCardMobile_label__9TNdZ {
  margin-bottom: 0;
}

.PostCardMobile_postType__uxAIo .PostCardMobile_value__TXQhh {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
}

.PostCardMobile_scheduledDate__Mgu7y {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.PostCardMobile_expandedContent__FRuAE {
  padding: 12px;
  border-top: none;
}

.PostCardMobile_infoGroup__RSWsO {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .PostCardMobile_infoGroup__RSWsO {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

.PostCardMobile_column__bgAKp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.PostCardMobile_channelIcon__DEiF6 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@keyframes PostCardSkeleton_shimmer__1wyXD {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.PostCardSkeleton_card__S_9AI {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  width: 100%;
}

.PostCardSkeleton_postSection__BLIM3 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.PostCardSkeleton_thumbnail__d6tuw {
  width: 60px;
  height: 75px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

.PostCardSkeleton_postTitle__t0Iha {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.PostCardSkeleton_title__EYBUi {
  height: 16px;
  width: 80%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

.PostCardSkeleton_subtitle__xV1Ij {
  height: 14px;
  width: 60%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

.PostCardSkeleton_channelSection__36bYk,
.PostCardSkeleton_formatSection__EorlR,
.PostCardSkeleton_dateSection__bBQY_,
.PostCardSkeleton_scheduleSection__nTsRi,
.PostCardSkeleton_statusSection__PGsoC {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.PostCardSkeleton_label__BuJXo {
  height: 14px;
  width: 60%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

.PostCardSkeleton_value__Yv7FG {
  height: 14px;
  width: 80%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

.PostCardSkeleton_actions__4AoP_ {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.PostCardSkeleton_action__KnVQv {
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 1000px 100%;
  animation: PostCardSkeleton_shimmer__1wyXD 2s infinite linear;
  border-radius: 4px;
}

