.hero p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 0;
}

.bk-reviews-section {
  padding: 0;
}

.hero {
  background-image: url("../img/raitingbg.png");
  margin: 30px 20px 60px;
}

.breadcrumbs.container {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bookmakers-section {
  margin-top: 0;
}

.predictions-main {
  min-width: 0;
}

.reviews-section {
  min-width: 0;
  overflow: hidden;
}

.reviews-section .container {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.reviews-section .header-section {
  align-items: flex-start;
  gap: 24px;
}

.reviews-section .owl-nav-custom {
  flex-shrink: 0;
}

.reviews-owl.owl-carousel {
  width: 100%;
  max-width: 100%;
}

.reviews-owl .owl-stage-outer {
  overflow: hidden;
}

.reviews-owl .owl-stage {
  display: flex;
}

.reviews-owl .owl-item {
  min-width: 0;
  display: flex;
  height: auto;
}

.reviews-owl .owl-item > .reviews-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

a.btn-site,
a.btn-get,
a.btn-get-1,
a.review-button,
a.bk-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.review-card {
  background: rgb(30, 31, 34);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review-content {
  flex: 1;
}

.header-section {
  display: flex;
  justify-content: space-between;
}

.bookmaker-logo-image {
  width: 120px;
  height: 35px;
}

.bk-toggle-icon {
  color: #fff;
}

.label-lg {
  font-size: 22px;
}

.feature-icon-image {
  width: 122px;
}

.review-header-bottom {
  display: flex;
  gap: 20px;
}

.review-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comparison-bonus-info {
  display: block;
  margin-left: 70px;
}

.comparison-conclusion-highlight {
  color: #62b55c;
}

.best-bk-header-icon {
  width: 75px;
  height: 75px;
}

.best-bk-logo-image {
    width: 90px;
    height: 29px;
    object-fit: scale-down;
}

.bk-site-btn--auto {
  width: auto;
}

.rating-value-sm {
  font-size: 14px;
}

.meta-item--compact {
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-item-icon--chat {
  width: 20px;
}

.meta-item-icon--prize {
  width: 16px;
}

.reviewer-avatar--spread {
  width: 100%;
  justify-content: space-between;
}

.review-bookmaker-logo {
  width: 126px;
}

.rating-value-lg {
  font-size: 19px;
}

.read-full-review {
  display: flex;
  align-items: center;
}

.read-full-review-icon {
  margin-left: 12px;
}

.bookmaker-detail-reviews {
  padding-top: 70px;
}

.bookmaker-detail-bonuses {
  margin-top: 80px;
}

.bookmaker-detail-bonuses .bonuses-container,
.bookmaker-detail-bonuses .bonuses-main {
  max-width: 100%;
  min-width: 0;
}

.bookmaker-detail-bonuses .header-section {
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}

.bookmaker-detail-bonuses .owl-nav-custom {
  flex-shrink: 0;
}

.bookmaker-detail-bonuses .bonuses-owl.owl-carousel {
  display: block;
  width: 100%;
  max-width: 100%;
}

.bookmaker-detail-bonuses .bonuses-owl .owl-stage-outer {
  overflow: hidden;
}

.bookmaker-detail-bonuses .bonuses-owl .owl-stage {
  display: flex;
}

.bookmaker-detail-bonuses .bonuses-owl .owl-item {
  display: flex;
  min-width: 0;
  height: auto;
}

.bookmaker-detail-bonuses .bonuses-owl .owl-item > .bonus-card {
  width: 100%;
  height: 100%;
}

.bonus-amount--inline {
  display: flex;
}

.news-filter-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 480px) {
  .reviews-section .header-section {
    align-items: flex-end;
    gap: 16px;
  }

  .bookmaker-detail-reviews {
    padding-top: 54px;
  }

  .bookmaker-detail-bonuses {
    margin-top: 60px;
  }

  .hero h1 {
    word-break: break-word;
  }

  .hero-content {
    padding: 50px 10px;
    width: 1040px;
    z-index: 2;
  }
}
