.elementor-7051 .elementor-element.elementor-element-dae87a4 > .elementor-container{max-width:320px;}.elementor-7051 .elementor-element.elementor-element-dae87a4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-7051 .elementor-element.elementor-element-dae87a4{border-style:none;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7051 .elementor-element.elementor-element-dae87a4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-element-populated >  .elementor-background-overlay{opacity:0.5;}.elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-element-populated{border-style:none;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-element-populated, .elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-element-populated > .elementor-background-overlay, .elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-7051 .elementor-element.elementor-element-07cdd84 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7051 .elementor-element.elementor-element-65d4b55 > .elementor-widget-container{border-style:none;}/* Start custom CSS for html, class: .elementor-element-65d4b55 */@media (max-width: 768px) {
.meanu_hot-game-container {
  background-color: rgba(44, 40, 40, .85); 
  border-radius: 15px; 
  width: 21rem;
  text-align: center;
}

p.meanu_hot-game-title{
  font-size: 16px;
  font-weight: 700;
  color: #ffffff; 
  margin-bottom: 10px;
}

.meanu_hot-game-list {
  display: flex;
  justify-content: space-between;  
  gap: 5px;
}

.meanu_hot-game-card {
  border-radius: 5px; 
  overflow: hidden; 
  width:3rem; 
  height: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s; 
}

.meanu_hot-game-card:hover {
  transform: scale(1.1); 
}

.meanu_hot-game-img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.meanu_hot-game-container {
    &>h3 {
    font-size: 16px;
    color: #FEE3C1;
    text-align: center;
    }
}
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-07cdd84 *//*top btn*/
.menu_promo-card {
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #1e1e3f, #000); 
    border-radius: 5px;
    padding: 5px 8px;
    width: 250px; 
    height: 40px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative; 
    text-decoration: none; 
    color: inherit; 
    transition: transform 0.2s; 
}

.menu_promo-card:nth-child(2) {
    background: linear-gradient(to left, #5b0035, #000);
}

.menu_promo-card:hover {
    transform: scale(1.05); 
}

.menu_btn_icon {
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
    flex-shrink: 0; 
    z-index: 1;
}

.menu_btn_icon-img {
    width: 2.5rem;
    height: auto;
    object-fit: contain;
}

.menu_btn_text {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 5px;
    text-align: left;
}/* End custom CSS */