
.skeleton-banner__wrapper {
  width: 100%;
  height: 100%;
  background-color: #212b30;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton-banner__container {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #989898 25%, #adb7bc 37%, #a2a2a2 63%);
  border-radius: 0.2rem;
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}
.home-banner__wrapper {
  overflow: hidden;
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.home-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--bg-theme);
  opacity: 0.15;
  z-index: 2;
  pointer-events: none;
}
.home-banner__blur {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1.5rem;
  pointer-events: none;
  background-image: linear-gradient(to bottom, transparent, var(--bg-theme));
  z-index: 2;
}
.home-banner__blur-top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: linear-gradient(to top, transparent, var(--bg-theme));
  z-index: 2;
}
@media (min-width: 768px) {
.home-banner__wrapper {
    /* height: 5.625rem; */
    width: 1200px;
    margin-bottom: 3.375rem;
}
.home-banner__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
}


.article-popular-league__wrapper {
  width: 13rem;
}
.article-content__wrapper {
  width: 35rem;
  margin: 0 1rem 1rem;
  color: #ffffff;
}
.article-ads__wrapper {
  width: 24rem;
  margin-left: 1rem;
}
.article-popular-league__wrapper .match-country__body-menu {
  display: flex;
  align-items: center;
  font-size: 11.2px;
  cursor: pointer;
  margin-bottom: 0.3rem;
}
.article-popular-league__wrapper .match-country__body-menu__name {
  width: 10rem; /*7.5rem*/
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.article-content__wrapper h1 {
  font-size: 1.375rem;
  font-family: var(--weight-700);
  margin-bottom: 1.25rem;
}
.article-content__ad-wrapper {
  margin: 0.25rem 0;
}
.article-content__ad-wrapper a img {
  width: 100%;
  border-radius: 1rem;
}
.article-content__article {
  margin-top: 1.5rem;
}
.article-content__article p {
  margin-bottom: 1.8rem;
}
.article-content__article a {
  text-decoration: underline;
}
.article-content__article ul {
  margin: 0 0 1rem 1.5rem;
}
.article-content__article li::marker {
  content: initial;
}
.article-ads__wrapper img {
  width: 20.75rem;
  height: 16.125rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
@media(max-width: 768px) { /* for test */
.article-popular-league__wrapper,
  .article-ads__wrapper {
    display: none;
}
.article-content__wrapper {
    width: calc(100vw - 1.6rem);
    margin: 0 0 1rem;
}
.article-content__ad-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.article-content__ad-wrapper .article-content__ad-slot {
    width: calc(50% - 0.2rem);
    padding-bottom: 0.1rem;
}
.article-content__ad-wrapper .article-content__ad-slot:nth-child(odd) {
    padding-right: 0.4rem;
}
.article-content__ad-wrapper a img {
    border-radius: 0;
}
}

