/* Promosi page (/promotion/v3) page-specific styles. The promosi card layout
   (stacked banners, gold "More Info" button, hidden "Play Now", collapsible
   detail panel) is already defined by the shared reference styling in
   /css/app.css and /css/custom/withdraw-mobile-theme.css, so this file only
   adds the page background and a couple of readability helpers. Avoid
   redeclaring .promosi-* layout rules here — they conflict with the shared
   !important rules and break the button sizing. */

.main-content {
    background-color: rgb(0, 0, 0);
    background-image: url("/assets/ext/imgsaya3.io/images/2026/05/29/MODE-MOBELE-RABAN-29.01.webp");
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.promosi-wrapper {
    display: block;
    margin: 20px 0 0;
}

/* Keep detail-panel imagery responsive. */
.promosi-more img {
    max-width: 100%;
    height: auto;
}
