.predictions {
    margin-top:0px;
    margin-bottom: 60px;
}

.date-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 0fr));
    gap: 25px;
    margin-bottom: 40px;
}
.btn-wrapper {
    padding: 0 20px;
}
.desctopslide .section-title {
    text-transform: inherit;
    font-size: 60px;
    padding-bottom: 0;
}

@media (max-width: 1080px) {
    .desctopslide .section-title  {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 30px;
        line-height: 48px;
        word-break: break-all;
    }
    .header-section {
      display: flex;
      align-items: flex-start !important;
      justify-content: space-between;
      flex-direction: column;
    }
    .owl-nav-custom {
      margin-left: auto;
    }
}

@media (max-width: 1080px) {
    .section-title {
      font-size: 45px;
    }
}

.desctopslide .header-section {
    padding-bottom: 40px;
}

.desctopslide {
    margin-top:50px;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-item img.imgtop {
    width: 100%;
}

.owl-carousel {
    width: 100%;
}

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

.predictions-main {
    overflow: hidden;
}

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

.owl-nav-custom {
    display: flex;
    gap: 30px;
}

.owl-prev-custom,
.owl-next-custom {
    background: none;
    color: #fff;
    box-shadow: none;
    border: none;
}

.owl-dots-custom {
    text-align: center;
    margin-top: 40px;
}

.owl-dot-custom {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background-color: rgb(43 44 46);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.owl-dot-custom.active {
    background-color: rgba(64, 130, 59, 1);
}

.bonuses-owl .btn-get-bonus:hover {
    background-color: #4a9447;
}

.btn-get-bonus {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.btn-green {
    display: block;
    text-decoration: none;
}

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

.faq-cta {
    margin-bottom: 60px;
}

.bonuses-page__card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    text-align: center;
}

.owl-carousel .owl-item .bonuses-page__card-button img,
.bonuses-page__card-button img {
    display: block;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.bonuses-page__card-button span {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
