html {
    margin-top: 0 !important;
}

body.playslotsuk-play-page {
    direction: ltr;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.playslotsuk-play-page .container {
    max-width: 1320px;
}

.play-back-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    background: rgba(9, 17, 80, 0.92);
    color: #ffc913;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 201, 19, 0.35);
}

.play-back-link:hover {
    color: #fff;
}

/* Payment logos – prevent broken layout when srcset was removed */
.moneyMethod img,
.moneyMethod ul li span img {
    max-height: 28px;
    width: auto;
    object-fit: contain;
}

.moneyMethod ul li span {
    min-width: 44px;
}

/* Star ratings */
.star-container {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    width: 110px;
    height: 19px;
}

.star-background,
.star-foreground {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
}

.star-background {
    color: #cbcbcb;
    z-index: 1;
}

.star-foreground {
    z-index: 2;
    pointer-events: none;
    color: #ffcc00;
}

.box-Rating .star-container {
    font-size: 15px;
    width: 83.6px;
    height: 15px;
}
