body{
    background-color: #1A082F !important;
}
#pxl-header-default, #pxl-header-elementor{
    background-color: #1A082F !important;
}
.bb-wrapper {
    /* background-color: #fff; */
}

.bb-bonus {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 32px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
    transition: all 0.3s ease;
    &:hover {
        /* transform: translateY(-10px); */
    }
    &:first-child {
        box-shadow: 0 8px 0 0 rgb(255 193 7);
        margin-bottom: 30px;
    }
}

.bb-left {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.bb-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bb-agency {
    flex: 1;
}
.bb-agency-image{
    display: block;
    position: relative;
    width:min-content;
}
a.bb-agency-image img {
    max-width: 180px;
}
.bb-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bb-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bb-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bb-rating-stars {
    position: relative;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
.bb-stars-placeholders {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e5e5e5;
}
.bb-stars-active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bb-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    color: #000;
    line-height: 1.1;
}
.bb-description {
    font-size: 14px;
    font-weight: 500;
    color: #464646;
}
.bb-description p {
    margin-bottom: 0;
}
.bb-description ul {
    margin: 0;
}
.bb-score {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.bb-index {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.bb-badge {
    border: 2px solid rgb(240, 206, 132);
    background: rgb(239, 221, 181);
    color: rgb(182, 141, 52);
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
    position: absolute;
    right: -4px;
    bottom: 0;
    font-size: 10px;
    transform: rotateZ(-15deg);
    padding: 2px 5px;
}

.bb-rating-mobile {
    display: none;
}
.bb-rating-desktop {
    display: flex;
}
.bb-details-btn {
    display: block;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    position: absolute;
    bottom: 0;
    background: #e0e0e0;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 5px 10px;
    padding-bottom: 3px;
    border-radius: 16px 16px 0 0;
    color: #404040;
}
.bb-more-details{
    background: #fff;
    padding: 16px;
    padding-top: 50px;
    padding-left: 32px;
    margin-top: -60px;
    border-radius: 0 0 32px 32px;
    padding-right: 32px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .bb-bonus {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .bb-left {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .bb-title {
        text-align: center;
        margin-bottom: 0;
    }
    .bb-right {
        flex-direction: column;
    }
    .bb-agency {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    .bb-details {
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
    }
    a.bb-agency-image img {
        max-width: 120px;
    }
    .bb-rating {
    }
    .bb-rating-mobile {
        display: flex;
    }
    .bb-rating-desktop {
        display: none;
    }
}
