/* COLORS
---------------------------------*/
/* COLORS
---------------------------------*/
.autor-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .autor-img {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .autor-img .author-info__thumb {
    width: 100px !important;
    height: 100px !important;
    min-width: initial !important;
  }
}

@media only screen and (max-width: 768px) {
  .autor-socials {
    margin-bottom: -5px;
    margin-left: -4px;
  }
}

.author_article_quantity {
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .author_article_quantity {
    padding: 5px 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .author-info .author-info__data {
    padding: 0 0 0 0 !important;
  }
}

.author-info {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .author-info {
    flex-direction: column;
  }
}

.author__name {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .author__name {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 115px;
    align-items: flex-start;
    gap: 5px;
  }
}

.autor-socials .social__tw {
  width: 30px;
  height: 30px;
}

.author_article_quantity {
  color: var(--Color-Black-80, rgba(2, 0, 5, 0.8));
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  border-radius: 8px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .author_article_quantity {
    height: 35px;
  }
}

.autor-socials {
  display: flex;
  gap: 10px;
}
.autor-socials .social__fb {
  border-radius: 5px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .autor-socials .social__fb {
    width: 35px;
    height: 35px;
  }
}
.autor-socials .social__tw {
  border-radius: 5px;
  background: var(--Color-Gray-3, #F9F9F9);
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .autor-socials .social__tw {
    width: 35px;
    height: 35px;
  }
}

.author-info {
  display: flex;
}
.author-info .author-info__thumb {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 20px;
  position: relative;
}
.author-info .author-info__thumb::before {
  content: "Autor";
  position: absolute;
  color: var(--Color-White, #FFF);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  bottom: -12px;
  border-radius: 5px;
  background: var(--Color-Red, #F00035);
  display: flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .author-info .author-info__thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.author-info .author-info__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.author-info .author-info__data {
  padding: 5px 20px;
}
.author-info .author-title {
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  text-decoration-line: underline;
}
@media only screen and (max-width: 768px) {
  .author-info .author-title {
    font-size: 21px;
  }
}
.author-info .author-title .author-title__name a {
  color: #FF0035;
}
.author-info .author-title .author-title__name a:visited {
  color: #FF0035;
}
.author-info .author-position {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 3px;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .author-info .author-position {
    font-size: 14px;
  }
}
.author-info .last-update {
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
}

.author__text {
  color: var(--Color-Gray-2, #5C5C5C);
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

@media only screen and (max-width: 768px) {
  .author-info .author-position {
    margin: 30px 0 20px 0;
  }
}

.raiting__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .raiting__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .raiting {
    flex-direction: row;
    position: relative;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .rate-count-voted {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}

/* COLORS
---------------------------------*/
/*---------raiting----------*/
.raiting__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .raiting__content {
    flex-direction: column-reverse;
  }
}

.author__date {
  color: var(--Color-Black-70, rgba(2, 0, 5, 0.7));
  text-align: right;
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
@media only screen and (max-width: 768px) {
  .author__date {
    text-align: left;
  }
}

.raiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: var(--Color-Gray-3, #F9F9F9);
  height: fit-content;
}
.raiting .stars {
  display: flex;
}
.raiting .stars .star {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background: url("../images/icons/icons.svg#icon-star");
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .raiting .stars .star {
    width: 32px;
    height: 32px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .raiting .stars .star {
    width: 22px;
    height: 22px;
    padding-left: 5px;
  }
}
.raiting .stars .star.active {
  background: url("../images/icons/icons.svg#icon-star-hover");
}
.raiting .stars .star.hover {
  cursor: pointer;
  opacity: 0.5;
  background: url("../images/icons/icons.svg#icon-star-hover");
}
.raiting .rate-count-voted {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  margin-left: 18px;
  color: #5C5C5C;
}
@media only screen and (max-width: 575px) {
  .raiting .rate-count-voted {
    font-size: 14px;
    margin-left: 10px;
  }
}

.raiting__text {
  color: var(--Color-Black-100, #020005);
  text-align: center;
  /* Regular/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
  .raiting__text {
    text-align: left;
    margin-left: 10px;
  }
}

/* COLORS
---------------------------------*/
.author-item {
  background: linear-gradient(112.53deg, rgba(255, 255, 255, 0.38) 4.91%, rgba(255, 255, 255, 0) 135.61%);
  border-radius: 20px;
  border: 2px solid #E2CCFE;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.3));
}
.author-item .author-item__thumbnail {
  margin: 0 auto 20px auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.author-item .author-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-item .author-item__title {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.author-item .author-item__title a {
  color: #000;
}
.author-item .author-item__title a:hover {
  color: #FF5B00;
}
.author-item .author-item__info {
  margin: 20px 0;
  min-height: 60px;
}
@media only screen and (max-width: 575px) {
  .author-item .author-item__info {
    min-height: inherit;
  }
}
.author-item .author-item__info .position, .author-item .author-item__info .email {
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  margin: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: 1.2em;
}
.author-item .author-item__info .position .str, .author-item .author-item__info .email .str {
  display: inline-block;
  min-width: 60px;
  font-weight: 500;
  color: #000;
  padding-right: 4px;
}

/* COLORS
---------------------------------*/
.breadcrumbs-container {
  margin: 20px 0;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar {
    height: 0;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar-track {
    background: transparent;
  }
  .breadcrumbs-container .breadcrumbs::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
.breadcrumbs-container .breadcrumbs .item {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs .item {
    display: flex;
    white-space: nowrap;
  }
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link,
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  color: #FF0301;
  text-decoration: none;
  border: 1px solid #FF5B00;
  border-radius: 30px;
  text-align: center;
  min-width: 100px;
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link:hover a,
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span:hover a {
  color: white;
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-container .breadcrumbs .item .breadcrumbs_link,
  .breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
    padding: 4px 10px;
    font-size: 12px;
  }
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_span {
  background: #FFFFFF;
  border: 1px solid #fff;
  box-shadow: 0px 12px 20px rgba(255, 9, 0, 0.14);
  color: #FF5B00;
}
.breadcrumbs-container .breadcrumbs .item .breadcrumbs_link:hover {
  color: #fff;
  background: linear-gradient(90deg, #FF5B00 3.01%, #FF0000 100%);
}

.single-casino .breadcrumbs .item:nth-child(2) {
  overflow: hidden;
  cursor: pointer;
}
.single-casino .breadcrumbs .item:nth-child(2):hover {
  background: linear-gradient(90deg, #FF5B00 3.01%, #FF0000 100%);
  border-radius: 30px;
}
.single-casino .breadcrumbs .item:nth-child(2) a {
  text-decoration: none;
  color: #FF0301;
}
.single-casino .breadcrumbs .item:nth-child(2) a:hover {
  color: #fff;
}

.post-type-archive-casino .breadcrumbs .item:nth-child(2) a {
  text-decoration: none;
  color: #FF0301;
}