.author-page {
  background-color: #f3f4f6;
}
.author-hero {
  background: linear-gradient(106.29deg, #111827 39%, #0C4A6E 108.37%), linear-gradient(179.48deg, #0C4A6E -66.46%, rgba(17, 24, 39, 0) 58.39%);
  padding: 2rem 1rem;
}
.author-page-container {
  padding: 3rem 1rem;
}

/* HERO */
.author-page .author-hero .author-hero-wrapper .author-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.author-page .author-hero .author-hero-wrapper .author-info .author-info-img-wrapper img {
  border-radius: 50%;
}
.author-page .author-hero .author-hero-wrapper .author-info .auhor-info-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.author-page .author-hero .author-hero-wrapper .author-info .auhor-info-description-wrapper h1 {
  color: #fff;
  font-size: 2.75rem;
  line-height: 1;
}
.author-page .author-hero .author-hero-wrapper .author-bio p,
.author-page .author-hero .author-hero-wrapper .author-info .auhor-info-description-wrapper p.author-designation {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.author-page .author-hero .author-hero-wrapper .author-info .auhor-info-description-wrapper p.author-designation {
  text-align: center;
}
.author-page .author-hero span.social-media {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: center;
}

/* AUTHOR INFO */
.author-page .author-page-container .author-info {
  margin-bottom: 25px;
  text-align: center;
}
.author-page .author-page-container .author-info img {
  border-radius: 50%;
  height: 75px;
  margin-bottom: 15px;
  width: 75px;
}
.author-page .author-page-container .author-info h1 {
  color: #2B241C;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.author-page .author-page-container .author-info .social-media a {
  margin: 0 5px;
}
.author-page .author-page-container .author-info .social-media a:before {
  left: 0;
  position: relative;
  top: 0;
}
.author-page .author-page-container .author-info .social-media .linkedin:before {
  content: url("/wp-content/themes/casinobee/assets/img/author_linkedin.png");
}
.author-page .author-page-container .author-info .social-media .mail:before {
  content: url("/wp-content/themes/casinobee/assets/img/mail.svg");
}

/* TITLES / BIO */
.author-page h2.author-page-title {
  color: #1F2937;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 1.5rem;
}
.author-page .author-page-container .author-bio {
  margin-bottom: 3rem;
}
.author-page .author-page-container .author-bio h2 {
  color: #1F2937;
  font-size: 2.25rem;
  line-height: 1.2222;
  margin-bottom: 1rem;
}
.author-page .author-page-container .author-bio p {
  color: #1F2937;
  font-size: 1rem;
  line-height: 1.5;
}

/* TABS */
.author-page .author-page-container .author-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.author-page .author-page-container button.author-tab {
  background: #FFFFFF;
  border: none;
  border-radius: 0.5rem;
  color: #1F2937;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem;
  text-transform: capitalize;
}
.author-page .author-page-container button.author-tab.active {
  background: #1F2937;
  color: #FFFFFF;
}

/* SECTIONS */
.author-page .author-page-container .author-published-all-posts,
.author-page .author-page-container .author-published-news,
.author-page .author-page-container .author-published-slots,
.author-page .author-page-container .author-published-casino-reviews,
.author-page .author-page-container .author-published-pages {
  margin: 1.5rem 0 0;
}
.author-page .author-page-container .author-published-news h2,
.author-page .author-page-container .author-published-slots h2,
.author-page .author-page-container .author-published-casino-reviews h2,
.author-page .author-page-container .author-published-pages h2 {
  color: #2B241C;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}
.author-all-casino-section,
.author-all-pages-section,
.author-all-news-section,
.author-all-slots-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.author-all-pages-section {
  margin-bottom: 0;
}

/* WRAPPERS - MOBILE DEFAULT */
.author-page .author-page-container .author-published-news .author-published-news-container,
.author-page .author-page-container .author-published-slots .author-published-slots-container,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container,
.author-page .author-page-container .author-published-pages .author-published-pages-container {
  display: block;
}
.author-all-news-wrapper,
.author-all-slots-wrapper,
.author-page .author-page-container .author-published-slots .author-published-slots-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* CARD WIDTHS - MOBILE DEFAULT */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single,
.author-all-slots-section .author-all-slots-wrapper .author-slots-card,
.author-all-news-section .author-all-news-wrapper .author-news-card,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single {
  width: 100%;
}

/* LIST CARDS */
.author-page .author-all-casino-wrapper .author-casino-card,
.author-page .author-all-pages-wrapper .author-pages-card,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single {
  background: #fff;
  border: 1px solid #D1D5DB;
  padding: .5rem;
  width: 100%;
}
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single:first-of-type,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single:first-of-type,
.author-page .author-all-casino-wrapper .author-casino-card:first-of-type,
.author-page .author-all-pages-wrapper .author-pages-card:first-of-type {
  border-radius: .5rem .5rem 0 0;
}
.latest-casino-reviews_single.is-visible.last-visible,
.latest-pages_single.is-visible.last-visible,
.author-page .author-all-casino-wrapper .author-casino-card.last-visible,
.author-page .author-all-pages-wrapper .author-pages-card.last-visible {
  border-radius: 0 0 .5rem .5rem;
}

/* LINKS */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card a,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single a,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single a,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single a,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single a,
.author-all-news-section .author-news-card .latest-news_content .latest-news-content a {
  color: #1F2937;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.author-page .author-all-casino-wrapper .author-casino-card .latest-news-content a,
.author-page .author-all-pages-wrapper .author-pages-card .latest-news-content a {
  color: #1F2937;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.author-all-slots-wrapper .author-slots-card .latest-news-content a {
  color: #1F2937;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

/* CONTENT STRUCTURE */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content,
.author-all-news-section .author-news-card .latest-news_content .latest-news-content,
.author-all-news-section .author-news-card .latest-news_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content {
  gap: 0;
}
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content .latest-news-content,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news-content,
.author-page .author-page-container .author-published-slots-container .latest-slots_single .latest-news_content .latest-news-content,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news-content,
.author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news-content,
.author-all-slots-wrapper .author-slots-card .latest-news-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.author-page .author-page-container .author-published-slots-container .latest-slots_single .latest-news_content .latest-news-content,
.author-all-slots-wrapper .author-slots-card .latest-news-content {
  background: #fff;
  border-radius: 0 0 .5rem .5rem;
  margin-top: -0.5rem;
  padding: .75rem 0 1rem;
  text-align: center;
}

/* IMAGES */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content .latest-news_image img,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news_image img,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news_image img {
  border-radius: .5rem;
  height: 13rem;
  object-fit: cover;
  width: 100%;
}
.author-all-news-wrapper .author-news-card .latest-news_image img,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news_image img {
  border-radius: .5rem;
  height: 12.125rem;
  object-fit: cover;
  width: 100%;
}
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content .latest-news_image img,
.author-all-slots-wrapper .author-slots-card .latest-news_image img {
  border-radius: .5rem .5rem 0 0;
  height: 12.875rem;
  object-fit: cover;
  width: 100%;
}
.author-all-pages-section .latest-news_content .latest-news_image img,
.author-all-casino-section .latest-news_content .latest-news_image img,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news_image img,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news_image img {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  height: 2.8125rem;
  object-fit: cover;
  width: 3.3125rem;
}

/* LIST CONTENT */
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content,
.author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content,
.author-all-pages-section .latest-news_content,
.author-all-casino-section .latest-news_content,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.author-all-pages-section .latest-news_content .latest-news-content,
.author-all-casino-section .latest-news_content .latest-news-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* TEXT */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content .latest-news-content p,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news-content p,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-slots_single .latest-news_content .latest-news-content p,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-casino-reviews_single .latest-news_content .latest-news-content p,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-pages_single .latest-news_content .latest-news-content p {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.5;
}
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content span,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content span,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content span,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content span,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content span,
.author-page .author-casino-card span,
.author-page .author-pages-card span,
.author-page .author-slots-card span,
.author-page .author-news-card span {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.5;
}

/* CALENDAR */
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content span .calendar-icon,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content span .calendar-icon,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content span .calendar-icon,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content span .calendar-icon,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content span .calendar-icon,
.author-page .author-casino-card span .calendar-icon,
.author-page .author-pages-card span .calendar-icon,
.author-page .author-slots-card span .calendar-icon,
.author-page .author-news-card span .calendar-icon {
  padding: 0;
}
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content span .calendar-icon:after,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content span .calendar-icon:after,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content span .calendar-icon:after,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content span .calendar-icon:after,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content span .calendar-icon:after,
.author-page .author-casino-card span .calendar-icon:after,
.author-page .author-pages-card span .calendar-icon:after,
.author-page .author-slots-card span .calendar-icon:after,
.author-page .author-news-card span .calendar-icon:after {
  content: url("/wp-content/themes/casinobee/assets/img/calendar_icon.svg");
  position: relative;
  top: 0;
}
.author-page .author-page-container .author-published-all-posts .author-published-all-posts-container .author-all-post-card .latest-news_content .latest-news_meta img,
.author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news_meta img,
.author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single .latest-news_content .latest-news_meta img,
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news_meta img,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news_meta img {
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 11.33px;
}

/* LOAD MORE */
.author-page .author-page-container .load-more {
  text-align: center;
}
.author-page .author-page-container .load-more button {
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  color: #4B5563;
  cursor: pointer;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: 0.7s;
}
.author-page .author-page-container .load-more button:hover {
  border: 1px solid #2B241C;
}

/* RESULTS INFO */
.all-posts-results-info,
.news-results-info,
.slots-results-info,
.casino-reviews-results-info,
.pages-results-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 3rem auto 1.5rem;
  width: 15rem;
}
.all-posts-results-info .progress-bar-container,
.news-results-info .progress-bar-container,
.slots-results-info .progress-bar-container,
.casino-reviews-results-info .progress-bar-container,
.pages-results-info .progress-bar-container {
  background-color: #fff;
  border-radius: 6px;
  height: 6px;
  overflow: hidden;
  position: relative;
  width: 70%;
}
.author-page-container span.results-count {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.5;
}
.all-posts-results-info .progress-bar,
.news-results-info .progress-bar,
.slots-results-info .progress-bar,
.casino-reviews-results-info .progress-bar,
.pages-results-info .progress-bar {
  background-color: #FBBF24;
  border-radius: 6px;
  height: 100%;
  transition: width 0.3s ease;
}

/* TABLET */
@media only screen and (min-width: 768px) {
  .author-page .author-hero {
    padding: 2rem 1.5rem;
  }

  .author-page .author-hero .author-hero-wrapper .author-info {
    flex-direction: row;
  }
  .author-page .author-hero .author-hero-wrapper .author-info .auhor-info-description-wrapper p.author-designation {
    text-align: left;
  }
  .author-page .author-hero span.social-media {
    justify-content: flex-start;
  }
  .author-page .author-page-container {
    padding: 3rem 1.5rem;
  }
  .author-page .author-page-container .author-published-news .author-published-news-container,
  .author-page .author-page-container .author-published-slots .author-published-slots-container,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container,
  .author-page .author-page-container .author-published-pages .author-published-pages-container,
  .author-all-news-section,
  .author-all-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
  }
  .author-all-slots-wrapper,
  .author-all-news-wrapper,
  .author-page .author-page-container .author-published-slots .author-published-slots-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .author-all-news-wrapper {
    margin-bottom: 0;
  }
  .author-all-news-section .author-all-news-wrapper .author-news-card,
  .author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single {
    width: calc(33.3333% - 1rem);
  }
  .author-all-slots-section .author-all-slots-wrapper .author-slots-card,
  .author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single {
    width: calc(50% - .75rem);
  }
  .author-page .author-page-container .author-published-all-posts .author-published-all-posts-container {
    display: flex;
    flex-direction: column;
  }
  .author-page .author-page-container .author-published-pages .author-published-pages-container,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container,
  .author-page .author-all-casino-wrapper,
  .author-page .author-all-pages-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content,
  .author-page .author-all-casino-wrapper .author-casino-card .latest-news_content,
  .author-page .author-all-pages-wrapper .author-pages-card .latest-news_content {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news-content,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news-content,
  .author-page .author-all-casino-wrapper .author-casino-card .latest-news-content,
  .author-page .author-all-pages-wrapper .author-pages-card .latest-news-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single a,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single a,
  .author-page .author-all-casino-wrapper .author-casino-card .latest-news-content a,
  .author-page .author-all-pages-wrapper .author-pages-card .latest-news-content a {
    color: #1F2937;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }
  .author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content span,
  .author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content span {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
  }
  .author-all-news-wrapper .author-news-card .latest-news_image img,
  .author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news_image img {
    height: 7.75rem;
  }
}

/* DESKTOP */
@media only screen and (min-width: 1280px) {
  .author-page .author-hero {
    padding: 2rem 0;
  }
  .author-page .author-page-container {
    padding: 3rem 0;
  }
  .author-all-news-wrapper .author-news-card .latest-news_image img,
  .author-page .author-page-container .author-published-news .author-published-news-container .latest-news_single .latest-news_content .latest-news_image img {
    height: 12.875rem;
  }
  .author-all-slots-section .author-all-slots-wrapper .author-slots-card,
  .author-page .author-page-container .author-published-slots .author-published-slots-container .latest-slots_single {
    width: calc(33.3333% - 1rem);
  }
}

.author-published-casino-reviews-container .latest-news_content {
  flex-direction: row;
  gap: .5rem;
}
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single .latest-news_content .latest-news-content,
.author-page-container .author-published-pages .author-published-pages-container .latest-pages_single .latest-news_content .latest-news-content {
  gap: .5rem;
}
.author-page .author-page-container .author-published-casino-reviews .author-published-casino-reviews-container .latest-casino-reviews_single a,
.author-page .author-page-container .author-published-pages .author-published-pages-container .latest-pages_single a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.author-page .author-page-container .author-published-news .author-published-news-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .author-page .author-page-container .author-published-news .author-published-news-container {
    flex-direction: row;
  }
}