@import url('/css2__q__family__e__Noto+Sans:wght@400');

.toplist-casinoscout__wrapper {
    margin: 20px 0;
}

.toplist-casinoscout__offers {
    display: flex;
    flex-wrap: wrap;
    counter-reset: bm-toplist-casinoscout-counter;
    gap: 12px;
}

.toplist-casinoscout__offer {
    font-family: 'Noto Sans', serif;
    position: relative;
    display: grid;
    align-items: flex-start;
    width: calc(100% / 4 - (12px * 3 / 4));
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    grid-template-columns: auto;
    grid-template-rows: 105px 58px 32px 32px 54px 41px 100px 41px;
    grid-template-areas:
    "head"
    "logo"
    "brand-name"
    "rating"
    "title"
    "cta-btn"
    "facts"
    "review";
}

.toplist-casinoscout__offer:before {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    padding: 5px;
    content: "#" counter(bm-toplist-casinoscout-counter);
    counter-increment: bm-toplist-casinoscout-counter;
    color: #fff;
    border-radius: 5px;
    background: rgb(0 0 0 / 50%);
    text-shadow: 1px 1px 1px #000;
}

.toplist-casinoscout__offer-label-highlight {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background: #ff8810;
    text-shadow: 1px 1px 1px #000;
}

.toplist-casinoscout__offer-head {
    position: relative;
    height: 105px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: linear-gradient(to right, rgba(22, 90, 186, .41), #165aba), url(/wp-content/plugins/brand-management-plugin/public/images/poly-bg-new-v4.svg);
    background-size: 170%;
    grid-area: head;
}

.toplist-casinoscout__offer-logo-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(235, 246, 255, 0.5) 0, #fff 100%);
    grid-area: logo;
}

.toplist-casinoscout__offer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toplist-casinoscout__offer-logo img {
    position: relative;
    width: 148px;
    height: auto;
    margin: -90px 0 0 !important;
    border: 5px solid rgba(14, 60, 122, .1);
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: contain;
}

.toplist-casinoscout__offer-logo:hover img {
    transition: all 0.3s ease;
    border: 5px solid #cfeaff;
}

.toplist-casinoscout__offer-brand-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    overflow: hidden;
    padding: 5px;
    transition: .2s;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
    grid-area: brand-name;
}

.toplist-casinoscout__offer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    grid-area: rating;
    gap: 6px;
}

.toplist-casinoscout__offer-rating img {
    width: 71px;
    height: 22px;
    margin: 0 !important;
}

.toplist-casinoscout__offer-rating-score {
    font-size: 15px;
    font-weight: 600;
    line-height: initial;
    color: #ffc107;
}

.toplist-casinoscout__offer-title {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    min-height: 4em;
    padding: 5px 0;
    grid-area: title;
}

.toplist-casinoscout__offer-title img {
    display: inline-block !important;
    margin: -4px 4px 0 0 !important;
}

.toplist-casinoscout__offer-cta-btn {
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 41px;
    padding: 10px 0;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: #fff;
    border-radius: 5px;
    background: #ff8810;
    grid-area: cta-btn;
    -webkit-tap-highlight-color: transparent;
    justify-self: center;
    gap: 2px;
}

.toplist-casinoscout__offer-cta-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #222;
}

.toplist-casinoscout__offer-cta-btn:after {
    width: 8px;
    height: 8px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.toplist-casinoscout__offer-facts {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0 18px 0;
    grid-area: facts;
}

.toplist-casinoscout__offer-fact {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: rgba(0, 0, 0, .87);
}

.toplist-casinoscout__offer-fact-head {
    margin-top: 5px;
}

.toplist-casinoscout__offer-fact-body {
    font-weight: 700;
}

.toplist-casinoscout__offer-review-btn-wrapper {
    grid-area: review;
}

.toplist-casinoscout__offer-review-btn {
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 41px;
    padding: 0 4px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    color: #222;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ebf6ff;
    -webkit-tap-highlight-color: transparent;
    gap: 2px;
}

.toplist-casinoscout__offer-review-btn:after {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.toplist-casinoscout__offer-review-btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.toplist-casinoscout__offer-review-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222;
}

@media screen and (max-width: 991px) {
    .toplist-casinoscout__offers {
        flex-direction: column;
    }

    .toplist-casinoscout__offer {
        width: 100%;
        grid-template-rows: 98px 34px 32px 32px 50px 41px 100px 41px;
    }

    .toplist-casinoscout__offer:before,
    .toplist-casinoscout__offer-label-highlight {
        font-size: 11.2px;
    }

    .toplist-casinoscout__offer-head {
        height: 98px;
    }

    .toplist-casinoscout__offer-logo img {
        width: 118px;
        margin: -84px 0 0 !important;
    }

    .toplist-casinoscout__offer-brand-name,
    .toplist-casinoscout__offer-rating-score,
    .toplist-casinoscout__offer-cta-btn,
    .toplist-casinoscout__offer-review-btn {
        font-size: 14px;
    }

    .toplist-casinoscout__offer-title {
        font-size: 12.6px;
    }
}
