@media (min-width: 992px) {
  .node--unpublished {
    background: transparent;
  }

  .articles-detail-page-banner .views-field-field-video-html , .articles-detail-page-banner iframe ,
  .articles-detail-page-banner .views-field-field-image{
    border-radius: 20px;
    overflow: hidden;
  }

  .more-info-title {
    display: none;
  }
  .more-info {
    display: flex;
    /*max-width: 88%;*/
    align-items: center;
    justify-content: space-around;
    background: #222222;
    border-radius: 10px 10px 0 0;
    margin: 80px auto 0;
    position: relative;
    padding-top:50px;
  }

  .more-info a {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #1cabe2;
    text-decoration: none;
    position: relative;
  }

  .game-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 30%;
  }

  .game-info .card-cta {
    font-size: 12px;
    color: #f5a228;
    padding: 5px 10px;
    width: fit-content;
  }

  .vitals {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 70%;
    margin: 30px 0 0;
    padding-right: 10px;
  }

  .vitals .developer,
  .vitals .publisher,
  .vitals .platforms,
  .vitals .release,
  .vitals .genre,
  .vitals .purchase,
  .vitals .multiplayer {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .vitals .developer,
  .vitals .release {
    flex: 1 0 30%;
    max-width: 30%;
  }

  .vitals .publisher,
  .vitals .genre {
    flex: 1 0 30%;
    max-width: 30%;
  }

  .vitals .platforms,
  .vitals .purchase,
  .vitals .multiplayer {
    flex: 1 0 40%;
    max-width: 40%;
  }

  .vitals .vital-title {
    color: #81bd00;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
  }
  /* .game-info a::after, */
  .purchase-links a::after {
  content: "\276F";
    text-align: center;
    color: #81bd00;
    margin-left: 5px;
    position: absolute;
    top: 20%;
  }

  .purchase-links {
    display: flex;
    flex-wrap: wrap;
  }
  .purchase-links a {
    flex: 1 0 50%;
    display: block;
    margin-bottom: 10px;
  }

  .purchase .purchase-links a{
    border: 1px solid #81bd00;
    display: block;
    flex: auto;
    width: auto;
    margin-right: 10px;
    text-align: center;
    padding: 5px 18px 5px 5px;
    border-radius: 20px;
    align-items: center;
    background: #222222;
  }

  .purchase .purchase-links a:hover {
    color: #81bd00;
  }

  .game-info a {
    border: 1px solid #81bd00;
    display: block;
    flex: auto;
    width: auto;
    margin-right: 10px;
    text-align: center;
    padding: 6px 25px 6px 15px;
    border-radius: 20px;
    align-items: center;
    background: #222;
  }

  .game-info a:hover {
    color: #81bd00;
  }




  /* new Style comes here */

  .articles-body,
  .articles-recommended-content,
  .articles-read-next,
  .articles-social-share-wrapper,
  .articles-featured-video,
  .articles-more-gaming,
  .articles-from-the-web,
  .articles-comments {
    /*max-width: 88%;*/
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 1.79em;
  }

  .articles-body a,
  .articles-recommended-content a,
  .articles-read-next a,
  .articles-social-share-wrapper a,
  .articles-more-guide a,
  .articles-author-card .social-bar a {
    color: #81bd00;
    text-decoration: underline;
  }

  .articles-social-share-wrapper {
    align-items: center;
  }

  .articles-field-subtitle {
    font-size: 40px;
    font-weight: bold;
    color: #81bd00;
  }

  .articles-field-subtitle .field--name-field-subtitle {
    line-height: initial;
  }

  .articles-social-share {
    text-align: right;
  }

  .articles-social-share a,
  .articles-social-share svg {
    color: #767474 !important;
    background: none !important;
    fill: #767474 !important;
  }

  .articles-body h2 {
    font-size: 32px;
    font-weight: 500;
    color: #81bd00;
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .articles-body h4 {
    font-size: 24px;
    font-weight: bold;
    color: #81bd00;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .articles-body img,
  .articles-featured-video video {
    border-radius: 10px;
    overflow: hidden;
  }

  .articles-body p {
    margin-bottom: 20px;
  }

  .articles-body figcaption {
    font-size: 12px;
  }

  .articles-recommended-content,
  .articles-read-next {
    background: #222222;
    padding: 30px;
    border-radius: 10px;
  }

  .articles-read-next li {
    margin: 0 0 10px;
    list-style-type: none;
  }

  .articles-recommended-content li {
    margin: 0 10px 0 15px;
  }

  .articles-recommended-content .view-header h2,
  .articles-read-next .view-header h2 {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .articles-author-card {
    /*max-width: 88%;*/
    background: #222222;
    text-align: center;
    border-radius: 10px;
    margin: 40px auto;
    padding: 40px;
  }

  .articles-author-card .img {
    max-width: 64px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }

  .articles-author-card .info .name {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }

  .articles-author-card .info .name a {
    color: #81bd00;
    font-weight: bold;
    text-decoration: none;
  }
  .articles-author-card .title,
  .articles-author-card .social-bar {
    display: inline-block;
  }
  .articles-author-card .social-bar {
    color: #767676;
  }

  .articles-author-card .social-bar img {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }

  .articles-author-card .info .bio {
    margin-top: 20px;
  }

 /* .zergheader,
  .articles-comments .insticator-ads {
    display: none !important;
  }*/

  /* .articles-comments iframe {
    padding: 20px 20px 0 20px;
    background: rgb(60, 60, 60);
    border-radius: 10px;
  } */

  .articles-more-guide {
    /*max-width: 88%;*/
    margin: 0px auto 40px;
    font-size: 14px;
    line-height: 1.79em;
    background: #222;
    padding: 30px;
    border-radius: 10px;
  }

  .articles-more-guide h2 {
    margin-bottom: 30px;
    position: relative;
  }

  .articles-more-guide h2::after {
    content: "";
    display: block;
    width: 100px;
    padding-top: 3px;
    border-bottom: 4px solid #81bd00;
    position: absolute;
  }

  .articles-more-guide .views-row {
    margin: 15px 0;
  }

  /* Review Design */

  /* .articles-review-summary */

  .articles-review-summary .review-summary {
    display: flex;
    /*max-width: 88%;*/
    margin: 40px auto 40px;
    font-size: 14px;
    line-height: 1.79em;
    background: #222222;
    padding: 30px;
    border-radius: 10px;
  }
  .articles-review-summary .review-summary .summary {
    flex: 1 0 50%;
    max-width: 50%;
    border-right: 1px solid #484848;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }
  .articles-review-summary .review-summary .summary h2,
  .articles-review-summary .pros-and-cons h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25em;
    position: relative;
  }

  .articles-review-summary .review-summary .summary h2{
    margin-bottom: 20px;
}

  .articles-review-summary .review-summary .summary h2::after {
    content: "";
    display: block;
    width: 100px;
    padding-top: 3px;
    border-bottom: 4px solid #81bd00;
    position: absolute;
  }

  .articles-review-summary .review-summary .summary .score {
    font-size: 40px;
    font-weight: bold;
    border-radius: 50%;
    line-height: normal;
    margin: auto; /*prev 40px auto */
    padding: 1em;
  }

  .articles-review-summary .review-summary .pros-and-cons {
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 30px;
  }

  .articles-review-summary .review-summary h2 {
    margin: 0;
  }

  .articles-review-summary .review-summary .item-list {
    margin-top: 12px;
  }

  .articles-review-summary .review-summary .item-list li {
    margin-bottom: 10px;
  }

  .articles-review-summary .review-summary .item-list li::marker {
    color: #81bd00;
  }

  .articles-from-the-web .zergentity {
    background: #333333;
    border-radius: 10px;
  }

  .articles-from-the-web .zerghead {
    margin-top: -25px;
  }

  .articles-from-the-web .zergheadline {
    padding: 10px;
    color: #fff;
  height: 100px;
  }

  .articles-from-the-web .zergheadline a {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff !important;
    line-height: 20px;
  }

  .rumble_cc5ij0-Rumble-cls {
    background: none !important;
  }

  .articles-game-page-info .article-slider-block {
    width: 95%;
    margin: 30px auto;
    background: #222222;
    border-radius: 10px;
    padding: 30px;
    position: relative;
  }

  .slick-prev.slick-arrow {
    background: transparent no-repeat center center;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    background-size: 100% 100%;
    color: transparent;
    border: 0;
    transform: translate(0%, 0%);
    left: -50px;
    outline: none;
    position: absolute;
    top: 45%;
  }

  .slick-next.slick-arrow {
    background: transparent no-repeat center center;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 1;
    background-size: 100% 100%;
    color: transparent;
    border: 0;
    right: -50px;
    outline: none;
    top: 45%;
    position: absolute;
  }

  .slick-prev.slick-arrow svg{
    transform: rotate(180deg);
  }

  .slick-next.slick-arrow:hover .cls-2,
  .slick-prev.slick-arrow:hover .cls-2 {
    fill:#81bd00;
  }

  .articles-game-page-info .article-slider-info {
    position: relative;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
  }

  .articles-game-page-info .article-slider-title-wrapper {
    position: absolute;
    top: 35%;
    left: 25%;
    transform: translate(-25%, -25%);
    font-size: 14px;
    width: unset;
    color: #fff;
  }

  .articles-game-page-info .slick-current.slick-active .article-slider-info {
    border: 2px solid #81bd00;
  }

  .articles-game-page-info .slick-active .article-slider-info {
    border: 2px solid transparent;
  }

  .article-slider-info img {
    width: 100%;
  }

  .articles-detail-page-banner
    .views-field-field-video-html
    .rumble_vdgxhl-Rumble-cls {
    background: none !important;
  }

  .articles-detail-page-banner .views-field-field-video-html video {
    border-radius: 10px;
    overflow: hidden;
  }

  .articles-detail-page-banner
    .hide-caption
    .views-field-field-video-html
    .bigPlayUI {
    display: none !important;
  }

  .hide-caption .inner-banner-caption {
    display: none;
  }

  .articles-detail-page-banner .hide-caption::before,
  .articles-detail-page-banner .hide-caption .inner-banner-caption {
    z-index: 0;
  }

  .genshin-impact {
    /*width: 88%;*/
    margin: 0 auto;
  }

  .articles-more-gaming .card-details .card-desc-details,
  .articles-more-gaming .card-desc-details.card-date {
    font-size: 12px;
  }

  .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .inner-banner-caption {
    position: unset;
  }

  /*.articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .inner-banner-item {
    display: flex;
    flex-direction: column-reverse;
  }*/

  .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .inner-banner-item:before {
    background: none;
  }

  .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .caption-details {
    margin-bottom: 20px;
  }

  .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .caption-details  .caption-details {
    margin-bottom: 0px;
  }

  body .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner .jw-title {
    display: none;
  }

  .articles-social-share .fab, .articles-social-share .fas {
    width: 15px;
    height: 25px;
    display: block;
  }

  .articles-social-share .fab:before, .articles-social-share .fas:before {
  display: none;
  }

  .articles-social-share .fa-facebook-f {
    background-position: -42px 33px;
  }
  .articles-social-share .fa-twitter {
    background-position: -6px 33px;
  }
  .articles-social-share .fa-reddit-alien {
    background-position: -85px 33px;
  }
  .articles-social-share .fa-envelope {
    background-position: -50px 75px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .articles-social-share .fa-whatsapp {
    background-position: -5px 102px;
    width: 20px;
  }

  blockquote {
    font-style: italic;
    border-width: 5px;
    border-color: #81bd00;
    margin: 40px 30px 50px;
    padding: 1rem;
    background-color: #3a3a3a;
    position: relative;
    box-shadow: none;
  }

  blockquote:before {
  content: '"';
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -60px;
  font-size: 5rem;
  color: #6fb600;
   }

    blockquote:after {
  content: '"';
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: -25px;
  font-size: 5rem;
  color: #6fb600;
   }

  .articles-body hr {
    border-top: 2px solid rgb(255 255 255);
  }

  .view-game-page-related-content .view-header {
    padding-bottom: 15px;
  }
  .kfFpTx {
    background-color: #191918 !important;
  }



  /* Podcast Detail page */

  .podcast-banner .inner-banner-item {
    display: flex;
    flex-direction: column-reverse;
    height: 340px;
  }

  .podcast-banner .inner-banner-item:before {
    background: none;
  }

  .podcast-banner .inner-banner-caption {
    height: auto;
    width: 100%;
    left: 0;
  }

  .page-node-type-podcast .articles-field-subtitle {
    margin: 0 auto 40px;
    max-width: 78%;
  }

  .podcast-banner iframe {
    border: 0;
  }

  .podcast-banner .inner-banner-item .views-field-field-video-html {
    z-index: 0;
  }

}
div.spoiler {
  margin: 0px 15px 20px 5px;
}
div.spoiler div.spoiler-content {
  padding: 2% 5% 2% 3%;
  box-sizing: border-box;
  color: #FFFFFFF3;
  font-size: 16px;
  background-color: #222222;
  border: none;
}
div.spoiler div.spoiler-title div.hide-icon, div.spoiler div.spoiler-title div.show-icon {
  background: none;
}
div.spoiler div.spoiler-title {
  background: #81BD00;
  color: #FFFFFFF3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81BD00), to(#81BD00));
  background-image: -moz-linear-gradient(top, #81BD00, #81BD00);
  background-image: -webkit-linear-gradient(top, #81BD00, #81BD00);
  background-image: -o-linear-gradient(top, #81BD00, #81BD00);
  background-image: -ms-linear-gradient(top, #81BD00, #81BD00);
  background-image: linear-gradient(top, #81BD00, #81BD00);
  border: none;
  font-size: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
div.spoiler div.spoiler-title div.spoiler-toggle {
  width: auto;
  height: auto;
}
blockquote.alternate.left-align:after,
blockquote.alternate:after {
    display: none;
}


blockquote.alternate {
    border: 0;
    border-bottom: 3px solid #6fb600;
    background-color: transparent;
    color: #6fb600;
    font-weight: 700;
    font-size: 1.25rem;
    width: calc(100% - 2rem);
}

@media (min-width: 480px){
  blockquote.alternate.left-align {
    width: 50%;
    border: 0;
    border-right: 3px solid #6fb600;
    float: left;
    margin: 20px 30px;
    padding: 20px 10px;
  }

  .articles-body h2:after,
  .articles-body p:after {
    clear: both;
    content: '';
    display: block;
  }
}

@media (min-width: 1440px) {
.articles-body,
.articles-recommended-content,
.articles-read-next,
.articles-social-share-wrapper,
.articles-featured-video,
.articles-more-gaming,
.articles-from-the-web,
.articles-comments {
font-size: 18px;
}
}

.articles-body h3 {
font-size: 26px;
color: #81bd00;
}

.page-node-type-video .articles-detail-page-banner .inner-banner-item .inner-page-banner,.page-node-type-video .articles-detail-page-banner.block-views-blockarticle-details-page-blocks-videos-landing-page-banner {
    height: 670px;
}
