wbr-archive-slider{
    width: 100%;
    position: relative;
  }
  .wbr-archive-slider-single{
    width: 100%;
    height: 322px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .wbr-archive-slider-single img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wbr-archive-slider-single .slider-content{
    display: block;
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .wbr-archive-slider-single .slider-content h2{
    font-size: 44px;
    line-height: 66px;
    color: #2A007C;
    max-width: 374px;
  }

  .wbr-archive-slider-single .slider-content a{
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dadada;
    color: #1F1E22;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    font-weight: 500;
  }

  .wbr-archive-slider-single .slider-content a:hover{
    background: rgb(42,0,124);
    color: #fff;
  }

/* featured-review-card */
.recent-featured-review {
    padding-bottom: 60px;
}

.featured-review-card {
    box-shadow: 0px 2px 10px 0px #00000014;
    border-radius: 12px;
    padding: 40px 40px 20px 40px;
    text-align: center;
}

.featured-review-card .user-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 16px;
}

.featured-review-card .user-image h4 {
    color: #1F1E22;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}

.featured-review-card p {
    color: #747378;
    font-size: 14px;
    line-height: 18px;
}

.featured-review-card .recent-review-title {
    color: #1F1E22;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative;
}

.recent-review-title-wrapper{
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    margin-bottom: 10px;
}

.featured-review-card h5 {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: #1F1E22;
    font-weight: 700;
}

.featured-review-card .post-date {
    text-align: left;
}

.featured-slider-book .featured-review-card {
    padding-bottom: 30px;
}

.featured-review-card .book-user-review::after {
    content: '';
    position: absolute;
    left: -40px;
    height: 1px;
    bottom: -15px;
    width: calc(100% + 80px);
    border-bottom: 1px solid #EDEDED;
}

.featured-review-card .book-user-review img {
    border-radius: 0;
    width: 22px;
    height: auto;
}

.featured-review-card .book-user-review .book-user-info {
    width: 115px;
}

.featured-review-card .book-user-review .book-user-info h4 {
    font-size: 16px;
    font-family: 'Inter', 'Inter', sans-serif;
}

.featured-review-card .book-user-star span svg {
    width: 12px;
}

.featured-review-card a {
    /* background: #F6F2FF; */
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 30px;
    color: #2A007C;
    font-size: 14px;
    font-weight: 700;
}

/* end featured-review-card */

.recent-slider-wrapper {
    position: relative;
}

.featured-review-card .book-user-review {
    /* width: 246px; */
    padding: 8px 14px;
    border-bottom: 0;
    gap: 4px;
    background: #F1F1F1;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.recent-slider-wrapper .recent-prev-btn,
.arrow-prev-btn {
    padding: 0;
    position: absolute;
    left: -24px;
    top: 54.5%;
    background: transparent;
    transform: rotate(180deg);
    z-index: 9991;
}

.recent-slider-wrapper .recent-next-btn button,
.recent-slider-wrapper .recent-prev-btn button,
.arrow-next-btn button,
.arrow-prev-btn button {
    background-color: transparent;
    padding: 0;
    background: transparent;
}

.arrow-prev-btn button:hover,
.arrow-next-btn button:hover {
    background-color: transparent !important;
    background: transparent;
}

.arrow-prev-btn button:hover svg circle,
.arrow-next-btn button:hover svg circle {
    fill: #2a007c;
    stroke: #2a007c;
}

.arrow-prev-btn button:hover svg path,
.arrow-next-btn button:hover svg path {
    fill: #fff;
}

.recent-slider-wrapper .recent-next-btn button:hover svg circle,
.recent-slider-wrapper .recent-prev-btn button:hover svg circle {
    fill: #2a007c;
    stroke: #2a007c;
}

.recent-slider-wrapper .recent-next-btn button:hover svg path,
.recent-slider-wrapper .recent-prev-btn button:hover svg path {
    fill: #fff;
}

.recent-slider-wrapper .recent-next-btn,
.arrow-next-btn {
    padding: 0;
    position: absolute;
    right: -24px;
    top: 54.5%;
    background: transparent;
    z-index: 9991;
}

.recent-slider-wrapper .slick-arrow.slick-disabled {
    display: none !important;
}

.recent-featured-review-list {
    position: relative;
    overflow: hidden;
}

.recent-featured-review-list .slick-list {
    margin: 0 -20px 0 0;
}

.recent-featured-review-list .slick-list .slick-slide {
    margin: 0 20px 0 0;
}

.wbr-archive-page-leaderboard{
    margin-top: 60px;
}

.wbr-archive-page-leaderboard .leaderboard-wrapper .best-books-list-wrapper,
.wbr-archive-page-leaderboard .leaderboard-wrapper .winner-review.good-review-wrapper
 {
    min-height: 100%;
}

.wbr-archive-page-leaderboard .single-leaderboard {
    padding: 20px 0px;
    border-radius: 12px;
}

.wbr-archive-page-leaderboard .single-leaderboard h4 {
    font-family: 'Inter', 'Inter', sans-serif;
    text-align: left;
    font-size: 20px;
    color: #1F1E22;
    line-height: 26px;
    margin-bottom: 26px;
    padding: 0 20px;
}

.wbr-archive-page-leaderboard .single-leaderboard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li {
    font-size: 20px;
    /* text-align: center; */
}

.wbr-archive-page-leaderboard .single-leaderboard ul li {
    transition: .3s;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 15px;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li:last-child a {
    border-bottom: none;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li:hover {
    margin-left: 10px;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li a i,
.wbr-archive-page-leaderboard .single-leaderboard ul li a svg {
    fill: var(--wd-primary-color);
    color: var(--wd-primary-color);
    margin-right: 10px;
}

.wbr-archive-page-leaderboard .single-leaderboard {
    box-shadow: 0px 2px 10px 0px #00000014;
    background: #fff;
    border-radius: 12px;
}


.wbr-archive-page-leaderboard .book-list {
    width: 195px;
}

.wbr-archive-page-leaderboard .total-review-inner{
    width: 177px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.leaderboard-wrapper {
    background: #FFF1E9;
    border-radius: 12px !important;
    padding: 32px 20px 16px 20px;
}

.winner-review-books .leaderboard-list li a {
    width: 100% !important;
}

.winner-review-books .leaderboard-list li a .thumbnail-title-wrapper {
    display: flex;
    gap: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #1F1E22;
    font-weight: 700;
    margin-bottom: 5px;
}

.winner-review-books .leaderboard-list li a .thumbnail-title-wrapper img {
    width: 40px;
}


.leaderboard-list .book-list {
    position: relative;
    background: #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 7px;
    border-radius: 8px;
    gap: 12px;
    min-width: 115px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.leaderboard-list .book-list img {
    width: 22px;
}

.leaderboard-list .book-list-content h4 {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}

.single-leaderboard .book-review-bk-info .book-user-star {
    margin-top: -8px;
}

.leaderboard-list .book-list-content p {
    font-size: 8px;
    line-height: 10px;
}

.winner-review-books .book-authors {
    height: 25px;
}

.single-leaderboard .book-review-bk-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
}

.single-leaderboard .book-review-bk-info a {
    width: 100% !important;
    display: block;
}

.single-leaderboard .book-review-bk-info a:last-child,
.wbr-leaderboard-page-cls .single-leaderboard ul li a>span {
    font-size: 70%;
}

.wbr-leaderboard-page-cls .leaderboard-title {
    text-align: left;
    margin-top: 0px;
}

.wbr-leaderboard-page-cls .leaderboard-title h2 {
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #1F1E22;
    margin-bottom: 32px;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #EDEDED;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li .product-left {
    width: calc(100% - 100px);
    display: flex;
    gap: 20px;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li:last-child {
    border-bottom: 0;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li a {
    font-family: 'Inter', 'Inter', sans-serif;
    border: none;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 0px;
    color: #1F1E22;
}

.leaderboard-list p.author-title {
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #747378;
    margin-bottom: 5px;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li a:first-child {
    width: 40px;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li a:first-child img {
    border-radius: 50%;

}

.wbr-leaderboard-page-cls .single-leaderboard ul li a img {
    width: 100%;
}

.wbr-archive-page-leaderboard .single-leaderboard {
    box-shadow: 0px 2px 10px 0px #00000014;
    background: #fff;
    border-radius: 12px;
}

.wbr-leaderboard-page-cls .single-leaderboard ul li a>span {
    margin-left: 60px;
    margin-top: -10px;
    display: inherit;
    font-size: 16px;
}

.video-slider-review video::-webkit-media-controls,
.video-slider-review video::-webkit-media-controls-panel {
    display: none !important;
}

.featured-review-card-video {
    border-radius: 12px;
    height: 241px;
}

.featured-review-card-video .featured-review-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-review-card-video .featured-review-card-inner  video{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-review-card-video .featured-review-card-inner .play-pause-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}

.featured-review-card-video .btn-play,.featured-review-card-video .btn-pause{
    display: none;
    background: transparent;
    padding: 0;
    color: #fff;
}


.featured-review-card-video .book-user-review {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    z-index: 4;
    width: 100%;
}

.featured-review-card-video .book-user-review .book-user-info {
    width: calc(100% - 40px - 20px);
    position: relative;
    padding-right: 120px;
}

.featured-review-card-video .book-user-review .book-user-info p{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}


.video-slider-review .slick-list .slick-slide{
    /* margin: 0 20px 0 0; */
    padding: 10px;
}

.video-slider-review .slick-list{
    margin: 0 -20px 0 0;
}

.featured-review-card-video .book-user-review .book-user-info h4{
    color: #fff;
}

.featured-review-card-video .btn-play.activated,.featured-review-card-video .btn-pause.activated{
    display: flex;
    align-items: center;
    gap: 6px;
}

.video-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 34.27%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 2;
}

.archive.post-type-archive-review .recent-featured-review .featured-slider-book{
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    column-gap: 22px;
}
.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card{
    flex-basis: 32% !important;
    height: 425px !important;
    width: 372px !important;
    max-width: 372px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .book-thumbnail-link {
    display: inline-block;
    width: 141px !important;
    height: 204px !important;
    padding: 0;
}
.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .book-title-link {
    display: inline-block;
    padding: 0;
}

.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .book-title-link h1 {
    padding: 0;
    margin-bottom: 0 !important;
}


 .archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .book-thumbnail-link img{
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0px 20px 25px 0px #00000040;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

 .archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .book-writer-name{
    font-size: 16px !important;
    padding: 8px 16px;
    margin-top: 0 !important;
    color: #747378;
    font-weight: 400;
}


.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .total-review{
    background: #f1f1f1;
    width: 158px;
    margin: auto;
    height: 37px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 0 !important;
}
.archive.post-type-archive-review .recent-featured-review .featured-slider-book .featured-review-card .total-review span{
    display: flex;
    padding-right: 5px;
    justify-content: center;
    align-items: center;
    color: #747378;
}

.recent-featured-review .featured-slider-book .wd-carousel-inner .wd-nav-arrows{
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

.recent-featured-review .featured-slider-book .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner{
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    background-color: #fff;
    width: 48px;
    height: 48px;
}

.recent-featured-review .featured-slider-book .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-prev{
    margin-left: -30px;
}

.recent-featured-review .featured-slider-book .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-next{
    margin-right: -30px;
}
.recent-featured-review .book-review-top a{
    color: #1F1E22;
    font-size: 14px;
    font-weight: 700;
}
.recent-featured-review .book-review-top{
    margin-bottom: 30px !important;
}

.recent-featured-review .wd-btn-arrow.wd-disabled{
    opacity: 0 !important;
}

.recent-featured-review .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner::after {
  content: "" !important;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M5.1714 7.0007L0.22168 2.05093L1.63589 0.636719L7.9999 7.0007L1.63589 13.3646L0.22168 11.9504L5.1714 7.0007Z' fill='%231C1E29'/></svg>") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.recent-featured-review .wd-carousel-inner .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner::after {
  content: "" !important;
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M5.1714 7.0007L0.22168 2.05093L1.63589 0.636719L7.9999 7.0007L1.63589 13.3646L0.22168 11.9504L5.1714 7.0007Z' fill='%231C1E29'/></svg>") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transform: rotate(180deg);

}
