.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
   
  .iframe-container iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }

body.single-game .slotbutton {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 14px 12px;
    user-select: none;
}

body.single-game .slotbutton p {
    margin: 6px 0 0 0;
}

/* CasinoBonus.rs single game post polish */
body.single-game .entry-title,
body.single-game h1.entry-title,
body.single-game .post-title,
body.single-game h1,
.single-game-title {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(255, 196, 0, 0.38) !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(8, 18, 30, 0.98) 0%, rgba(5, 11, 19, 0.98) 100%) !important;
    color: #ffffff !important;
    font-size: clamp(28px, 4vw, 46px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,0.04) !important;
    overflow: hidden;
}

body.single-game .entry-title::after,
body.single-game h1.entry-title::after,
body.single-game .post-title::after,
body.single-game h1::after,
.single-game-title::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255,196,0,.16), transparent 65%);
    pointer-events: none;
}

.bmg-demo-frame {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 22px 0 28px 0;
    padding: 16px;
    border: 1px solid rgba(255, 196, 0, 0.42);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8, 18, 30, 0.98) 0%, rgba(5, 11, 19, 0.98) 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}

.bmg-demo-frame::before {
    border-radius: inherit;
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,196,0,0.12), transparent 36%), radial-gradient(circle at bottom left, rgba(255,80,0,0.08), transparent 34%);
    pointer-events: none;
}

.bmg-demo-frame .bmg-demo-play-heading {
    position: relative;
    z-index: 1;
    margin: 0 0 14px 0 !important;
    padding: 0 0 13px 0 !important;
    border-bottom: 1px solid rgba(255, 196, 0, 0.22) !important;
    color: #ffffff !important;
    font-size: clamp(21px, 2.5vw, 31px) !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bmg-demo-frame .bmg-demo-play-heading::before {
    content: "▶";
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 1px solid rgba(255,196,0,.55);
    border-radius: 10px;
    color: #ffc400;
    font-size: 13px;
    background: rgba(255,196,0,.08);
    box-shadow: 0 0 18px rgba(255,196,0,.13);
}

.bmg-demo-frame-body {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 196, 0, 0.26);
    border-radius: 14px;
    overflow: hidden;
    background: #03070d;
}

.bmg-demo-frame .iframe-container {
    box-sizing: border-box;
    margin: 0 !important;
    border-radius: 14px;
    overflow: hidden;
}

.bmg-demo-frame .iframe-container iframe {
    background: #000;
    display: block;
}

@media (max-width: 700px) {
    body.single-game .entry-title,
    body.single-game h1.entry-title,
    body.single-game .post-title,
    body.single-game h1,
    .single-game-title {
        padding: 14px 15px !important;
        border-radius: 14px !important;
        font-size: 30px !important;
    }
    .bmg-demo-frame {
        padding: 12px;
        border-radius: 15px;
        margin: 18px 0 22px 0;
    }
    .bmg-demo-frame .bmg-demo-play-heading {
        font-size: 20px !important;
        align-items: flex-start;
    }
    .bmg-demo-frame .bmg-demo-play-heading::before {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
}
