@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.newspilot-rebounds-skeleton__top { display: flex; -webkit-box-pack: justify; border-bottom: 1px solid rgb(220, 222, 232); justify-content: space-between; margin-bottom: 32px; padding-bottom: 16px; }

.newspilot-rebounds-skeleton__top::after, .newspilot-rebounds-skeleton__top::before { border-radius: 4px; content: ""; display: block; height: 28px; --anim-base-color: #dcdee8; --anim-shimmer-color: #e7e8ef; animation: 1.5s linear 0s infinite normal none running shimmering; background-image: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-position-x: 100%; background-size: 300%; }

@media screen and (prefers-reduced-motion: reduce) {
  .newspilot-rebounds-skeleton__top::after, .newspilot-rebounds-skeleton__top::before { animation: auto ease 0s 1 normal none running none; }
}

.newspilot-rebounds-skeleton__top::before { width: 30%; }

.newspilot-rebounds-skeleton__top::after { width: 40%; }

.newspilot-rebounds-skeleton__description { border-radius: 4px; height: 60px; margin-bottom: 32px; width: 100%; --anim-base-color: #dcdee8; --anim-shimmer-color: #e7e8ef; animation: 1.5s linear 0s infinite normal none running shimmering; background-image: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-position-x: 100%; background-size: 300%; }

@media screen and (prefers-reduced-motion: reduce) {
  .newspilot-rebounds-skeleton__description { animation: auto ease 0s 1 normal none running none; }
}

.newspilot-rebounds-skeleton__cards { display: flex; gap: 30px; margin-bottom: 40px; overflow: hidden; }

.newspilot-rebounds-skeleton__card { min-width: 300px; }

.newspilot-rebounds-skeleton__card-img { aspect-ratio: 16 / 9; border-radius: 16px; margin-bottom: 10px; width: 100%; --anim-base-color: #dcdee8; --anim-shimmer-color: #e7e8ef; animation: 1.5s linear 0s infinite normal none running shimmering; background-image: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-position-x: 100%; background-size: 300%; }

@media screen and (prefers-reduced-motion: reduce) {
  .newspilot-rebounds-skeleton__card-img { animation: auto ease 0s 1 normal none running none; }
}

.newspilot-rebounds-skeleton__card-line { border-radius: 4px; height: 1.8rem; margin-bottom: 4px; width: 100%; --anim-base-color: #dcdee8; --anim-shimmer-color: #e7e8ef; animation: 1.5s linear 0s infinite normal none running shimmering; background-image: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-position-x: 100%; background-size: 300%; }

@media screen and (prefers-reduced-motion: reduce) {
  .newspilot-rebounds-skeleton__card-line { animation: auto ease 0s 1 normal none running none; }
}

.newspilot-rebounds-skeleton__card-line:nth-child(5) { width: 35%; }

.newspilot-rebounds-skeleton__card-country { border-radius: 4px; height: 22px; margin-top: 40px; width: 30%; --anim-base-color: #dcdee8; --anim-shimmer-color: #e7e8ef; animation: 1.5s linear 0s infinite normal none running shimmering; background-image: ; background-position-y: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-position-x: 100%; background-size: 300%; }

@media screen and (prefers-reduced-motion: reduce) {
  .newspilot-rebounds-skeleton__card-country { animation: auto ease 0s 1 normal none running none; }
}
