/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
  min-height: 100dvh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto; /* header, main, footer */
}

.banner-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
 flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    vertical-align: middle;
}
.banner-content img, .banner-content div, .banner-content a {
    display: inline-block;
}
.banner-content p {
    margin-bottom: 0;
}

.offer {
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0px;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
}
.offer .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(190, 190, 190), 0.3em 0.3em 1em rgba(0,0,0,0.3);
  transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 10px;
}

.offer .main .basic {
    display: flex;
    align-items: center;
    padding: 15px;
    min-height: 270px;
}

.order-position {
    position: relative;
    top: -130px;
    z-index: 1;
}
.position {
    letter-spacing: 0px;
    top: 10px;
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    background: #000;
    padding: 1px 6px;
    font-weight: 500;
}
.offer .main img {
    width: 170px;
    height: 79px;
    object-fit: contain;
    min-width: 170px;
    max-width: 170px;
}
.promo-info {
    display: block !important;
    padding: 10px 0;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    width: 60% !important;
    text-align: left;
}
.promo-info p:first-child, .promo-info p {
    border-left: 1px solid #f5f5f5;
}
.promo-info p {
    font-size: 15px;
    color: #3c3c3c;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}
.shortdescription {
    font-size: 15px !important;
    color: red !important;
    font-weight: bold;
}

.buttons {
    width: 20% !important;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.offer .main .buttons a {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: #000;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 1px 1px 0px #00000061;
}

.offer .main .buttons a:nth-child(3) {
    background: #dd0000;
    margin-top: 5px;
}

.rmp-rating-widget .rmp-icon--ratings {
    padding: 0 !important;
}

.CasinoCards_content__jp6tR .CasinoCards_offerBoxWrapper__d7Qn0 {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.CasinoCards_content__jp6tR .CasinoCards_contentFlex__hVhf2 {
    display: flex;
    gap: 12px;
    text-align: center;
}

.CasinoCards_content__jp6tR .CasinoCards_offerBox__6bXdU {
    display: flex;
    padding: 6px 12px;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    color: #fafdff;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-weight: 400;
}

.CasinoCards_content__jp6tR .CasinoCards_offerBox__6bXdU .CasinoCards_offerBoxValue__DN98M {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #efc32d;
}

.CasinoCards_content__jp6tR .CasinoCards_offerBox__6bXdU .CasinoCards_offerBoxLabel__214__ {
    font-size: 12px;
    line-height: 18px;
}

.CasinoCards_buttonHolder__Okyv_, .CasinoCards_buttonWrapper__9oiXm {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.CasinoCards_buttonHolder__Okyv_ {
    gap: 12px;
    flex-direction: row;
}
.CasinoCards_buttonHolder__Okyv_, .CasinoCards_buttonWrapper__9oiXm {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.CasinoCards_buttonHolder__Okyv_ .CasinoCards_moreInfo__SSPAg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 10px;
    background: rgba(154,169,184,.16);
    box-shadow: 0 0 0 1px rgba(174,189,230,.24), 0 4px 16px rgba(4,4,26,.12);
    border-radius: 100px;
}

.CasinoCards_offerBox__6bXdU p {
    margin-bottom: 0px;
}

.OfferCardModal_modalWrapper___a7Hi {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(4,4,26,.5);
    z-index: 999999;
    transition: all .5s;
    overflow: hidden;
}

.OfferCardModal_cardHolderOverflow__T2IoU {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-height: calc(100vh - 64px);
    margin: 32px 0;
    box-shadow: 0 0 0 1px rgba(154,169,184,.24), 0 8px 32px rgba(4,4,26,.24);
}

.OfferCardModal_card__BwMmI {
    width: 100%;
    padding: 24px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: #2a2a3d;
    position: relative;
    max-height: calc(100vh - 64px);
    height: auto;
    overflow-y: auto;
    overflow-y: overlay;
    box-shadow: 0 8px 32px 2px rgba(4,4,26,.24);
}

.OfferCardModal_card__BwMmI header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.OfferCardModal_card__BwMmI main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.OfferCardModal_card__BwMmI footer {
    padding: 16px 0 24px;
    background: #2a2a3d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    border-top: 1px solid rgba(160,174,192,.16);
}

.OfferCardModal_card__BwMmI::-webkit-scrollbar {
    width: 8px
}

.OfferCardModal_card__BwMmI::-webkit-scrollbar-track {
    background: transparent
}

.OfferCardModal_card__BwMmI::-webkit-scrollbar-thumb {
    background-color: #494a60
}

.OfferCardModal_card__BwMmI .OfferCardModal_close__SV6WR {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    padding: 8px;
    border-radius: 0 0 0 16px;
    background: rgba(154,169,187,.16);
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}

.OfferCardModal_card__BwMmI .OfferCardModal_close__SV6WR i {
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    color: #9aa9bb;
}

.OfferCardModal_card__BwMmI main .OfferCardModal_offerDescription__Z4SIo p, .OfferCardModal_card__BwMmI main .OfferCardModal_offerDescription__Z4SIo li {
    color: #fafdff;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
}

.OfferCardModal_card__BwMmI main p {
    font-size: 14px;
    line-height: 18px;
    color: #fafdff;
    letter-spacing: .4px;
}

.OfferCardModal_card__BwMmI footer .OfferCardModal_terms__VX_PN p {
    color: #9aa9bb;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.OfferCardModal_card__BwMmI footer .OfferCardModal_terms__VX_PN {
    text-align: center;
    margin-top: 20px;
    background: #2a2a3d;
}

.OfferCardModal_modalWrapper___a7Hi {
	display: none;
}

.CasinoCards_imageWrapper__aA0IV img {
    filter: drop-shadow(0 8px 32px rgba(4,4,26,.24));
    width: 140px;
    max-height: 80px;
    object-fit: contain;
}

.featured-casinos-list {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-radius: 6px;
    gap: 10px;
}

.featured-casino-box {
    height: auto;
    padding: 20px;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    text-align: left;
}

.featured-img {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #e8e8e8;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    order: 1;
    display: inline-block;
}

.featured-img img {
    width: 100%;
    padding: 20px 8px;
}
.casino-name {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #404040;
    opacity: 1;
    height: 19px;
    display: inline-block;
}

.featured-casino-box a {
    text-decoration: none;
    vertical-align: sub;
}

.featured-casino-box .visit-btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.featured-casino-box .visit-btn a {
    background: #077815 0 0 no-repeat padding-box;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 40px;
    width: 74px;
    align-items: center;
    justify-content: center;
}

.featured-casino-box .bonus {
    grid-area: 1 / 3 / 2 / 4;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}
.featured-casino-box .bonus span {
    background: #f3f3f3 0 0 no-repeat padding-box;
    border-radius: 13px;
    text-align: center;
    padding: 4px 20px;
    color: #5e6166;
    cursor: pointer;
    display: table;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.badge-casino {
    display: block;
    flex-direction: row;
    position: relative;
    height: 20px;
    width: 16.7%;
    margin-bottom: -14px !important;
}

.bonus-title {
    font-size: 20px !important;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}

.container-games {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* SpaČ›iu Ă®ntre coloane */
    justify-content: space-between;
}

.column {
    flex: 1 1 calc(25% - 16px); /* 4 coloane: 100% / 4 = 25% */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
}

.container-games .entry-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 54px;
}

.column img {
    width: 100%; /* Imaginile ocupÄ Ă®ntreaga lÄČ›ime a containerului lor */
    height: 170px; /* ĂŽnÄlČ›ime fixÄ */
    object-fit: cover; /* AsigurÄ cÄ imaginile pÄstreazÄ proporČ›iile Č™i se Ă®ncadreazÄ */
    border-radius: 8px; /* ColČ›uri rotunjite pentru un design mai plÄcut */
    display: block;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    color: #fff;
}

.offer-game-archive-gold {
    border: none;
    border-radius: 100px;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 1.4;
    display: inline-block;
    background: #fd0100;
    text-align: center;
    margin: 0 auto;
    display: inline;
    border: 1px solid #fff;
}

.offer-game-archive-grey {
    border: none;
    border-radius: 100px;
    padding: 15px 10px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 1.4;
    display: inline-block;
    background: #000;
    text-align: center;
    margin: 0 auto;
    display: inline;
    border: 1px solid #fff;
}



.offer-game-archive-grey:hover {
    border: none;
    border-radius: 100px;
    padding: 15px 10px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 1.4;
    display: inline-block;
    background: #2c2c2c;
    text-align: center;
    margin: 0 auto;
    display: inline;
    border: 1px solid #fff;
}

.offer-game-archive-gold:hover {
     border: none;
    border-radius: 100px;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 1.4;
    display: inline-block;
    background: #cf0706;
    text-align: center;
    margin: 0 auto;
    display: inline;
    border: 1px solid #fff;
}

.buttons-archive {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.game-wrapper {
    background-color: #3b4d5e;
    margin: 30px 0px;
}

.buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    padding: 10px 15px;
}

.buttons-container .game-provider {
    color: #fff;
}

.buttons-container .iframeBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.gold-btn {
    color: #000;
    text-decoration: none;
    background: #F2AD26;
    font-weight: bold;
    border-radius: 26px;
    font-size: 14px;
}

.game-wrapper .game-container {
    position: relative;
    height: 530px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
}

#addIframe, #addIframe2, #addIframe2:hover,#addIframe:hover {
    text-decoration: none !important;
    color: #fff;
}
#addIframe {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    margin: auto auto;
    max-width: 280px;
    height: 70px;
    z-index: 1;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: rgb(52 52 52 / 90%);
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: btnWiggle 1.5s 9 ease-in-out;
    -moz-animation: btnWiggle 1.5s 9 ease-in-out;
    animation: btnWiggle 1.5s 9 ease-in-out;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}


#addIframe-bg {
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/01/casino-icons.png);
    background-color: #000000;
    position: absolute;
}

#addIframe2 {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    margin: auto auto;
    max-width: 280px;
    height: 70px;
    z-index: 1;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: rgb(52 52 52 / 90%);
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: btnWiggle 1.5s 9 ease-in-out;
    -moz-animation: btnWiggle 1.5s 9 ease-in-out;
    animation: btnWiggle 1.5s 9 ease-in-out;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
#gameIframe {
    width: 100%;
    height: 100%;
    min-height: 470px;
}

.buttons-container .iframeBtn a {
    padding: 0 8px;
}


.row {
    display: flex;
    flex-wrap: wrap; /* Permite ca elementele sÄ se Ă®mpartÄ pe mai multe rĂ˘nduri dacÄ spaČ›iul este limitat */
    gap: 16px;
}

.col-md-8, .col-md-4, .col-md-3 {
    padding: 15px;
    box-sizing: border-box; /* Include padding-ul Ă®n dimensiuni */
}

.col-md-8 {
    flex: 0 0 calc(66.6667% - 16px); /* 8/12 = 66.67%, minus spaČ›iul dintre coloane */
    max-width: calc(66.6667% - 16px);

}

.col-md-4 {
    flex: 0 0 calc(33.3333% - 16px); /* 4/12 = 33.33%, minus spaČ›iul dintre coloane */
    max-width: calc(33.3333% - 16px);

}

.col-md-3 {
    flex: 0 0 calc(25% - 16px); /* 3/12 din lÄČ›imea rĂ˘ndului */
    max-width: calc(25% - 16px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* AsigurÄ alinierea pe verticalÄ */
    justify-content: space-between; /* Distribuie conČ›inutul */
    padding: 8px;
        border: 1px solid #eee;

}


.offer-game, .offer-game:hover {
    display: block;
    margin: 0;
    background: #077815;
    color: #fff;
    text-decoration: none !important;
    padding: 10px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 16px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    margin: 0 0 0.4rem 0;
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 400;
    text-shadow: none;
}

ul.slots-technical-info {
    background-color: #070f14;
    color: #283054;
    padding: 15px 12px;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 20px;
    float: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.slots-technical-info>li {
    margin: 0;
    background-color: #f2ad26;
    -webkit-box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.logo-related {
        transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.logo-related img {
    max-height: 70px;
    object-fit: contain;
}

.related-button, .related-button:hover {
       text-align: center;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-radius: 30px;
    margin-top: auto; /* AsigurÄ poziČ›ionarea Ă®n partea de jos */
    transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
    #addIframe, #addIframe2 {
        font-size: 18px;
        max-width: 340px;
        width: 100%;
    }
    
    
}
@media (max-width: 768px) {
    
     .banner-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    vertical-align: middle;
}
#close-sticky-bar {
        right: 0px !important;
}

.banner-content img {
    display: none !important;
}


    .column {
        flex: 1 1 calc(50% - 16px); /* 2 coloane pe ecrane mai mici */
    }
      .col-md-8, .col-md-4, .col-md-3 {
        flex: 0 0 100%; /* Pe ecrane mici, fiecare ocupÄ 100% */
        max-width: 100%;
    }
}


@media only screen and (max-width:500px) {
    
     .column {
        flex: 1 1 100%; /* 1 coloanÄ pe ecrane foarte mici */
    }
    
  .offer {
    overflow: visible
  }
  
	    .offer .main {
        display: block;
                padding-right: 0;
    }
    
        .offer .main .basic {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        min-width: 100%;
        border-radius: 5px 5px 0 0;
                padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
     
        min-height: auto;
    }
    
        .order-position {
        position: relative;
        top: -15px !important;
        z-index: 1;
    }
    
        .offer .main img {
        height: 50px;
        flex: 1;
        min-width: unset;
        border-radius: 3px 0 0 0;
    }
    
        .promo-info {
        display: block !important;
        padding: 10px 0;
        border-right: 0px solid #262E34;
        border-left: 0px solid #262E34;
        width: 100% !important;
    }
    
        .promo-info p {
        border: none !important;
        padding: 0 20px;
    }
    
      .bonus-title {
    font-size: 20px !important;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}

    .stars-rated {
        display: none;
    }
    
        .offer .main .buttons {
      padding: 5px 10px;
        display: block;
        max-width: 100%;
        width: 100% !important;
    }
    
        .offer .main .buttons a, .offer .main .buttons button {
        font-size: 12px;
        padding: 13px 12px;
        margin: 3px;
        width: 100%;
        text-align: center;
    }
    
    .promo-info li {
    font-size: 15px;
}

.promo-info p {
    margin-bottom: 1rem;
}

    .badge-casino {
        display: block;
        flex-direction: row;
        position: relative;
        height: 20px;
        margin-bottom: -22px;
        margin-left: 23px;
        margin-right: 30px;
        width: 86%;
    }
    
    .offers-list {
            margin: 0px 15px;
    }
    
}

.quiz-content {
display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
   
}

.quiz-text {
    flex: 1;
}

.quiz-image {
    flex: 1;
}

.quiz-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 10px;
}

.nume-cazino {
    display: none;
}

.nume-cazino-xs {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

/* đź’» RESPONSIVE: Pe mobil, imaginea sÄ fie deasupra */
@media (max-width: 768px) {
    .nume-cazino-xs {
    font-size: 16px !important;
    display: none;
}


    .nume-cazino {
        margin-bottom: 0;
        font-size: 18px !important;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    .quiz-content {
                flex-direction: column;
        text-align: left;
    }

    .quiz-image {
        max-width: 100%;
    }
    
    .quiz-text {
    flex: 1;
    order: 2;
}
}


.text-center {
    text-align: center;
    margin: 0 auto;
}
.quiz-expired {
    width: 150px;
        text-align: center;
    margin: 0 auto;
}

.btn-quiz {
        background: #000;
        
}

.btn-quiz:hover {
        background: #474747;
        
}

.mtb20 {
    margin: 20px 0px;
}

.single-quiz  ul {
    margin: 0;
    text-align: left;
}


#quiz-timer-container {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
        position: fixed;
    right: 0;
}

.quiz-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

#quiz-timer-container h3 {
    margin-bottom: 0;
}

