/* FIXED: Changed from grid to full width layout */
.promotion_ui {
    display: block; /* Changed from grid */
    /* grid-template-columns: 20% 80%; - REMOVED */
    width: 100%; /* Full width */
    max-height: none; /* Remove height restriction */
    flex: 1;
}

/* FIXED: Full width promotion container */
.promotion_all {
    width: 100%;
    height: auto; /* Changed from 100% to auto */
    overflow-y: visible; /* Changed from auto to visible */
    position: relative;
}

.promotion_img {
    width: 100%;
}

/* HIDDEN: Tab wrapper - not needed without "All" button */
.ui-tabs__wrap._sidebar-tabs-title_1cphf_35._event-tabs-title_mes9t_40 {
    display: none; /* Hide tab wrapper */
    /* position: relative;
    height: 100%; */
}

/* HIDDEN: "All" button container */
.all_promotions {
    display: none; /* Hide the "All" button completely */
    /* width: 100%;
    display: flex;
    position: relative;
    gap: .75rem;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center; */
}

/* HIDDEN: Main tab navigation */
._main_59lli_41.lobby-scroll.lobby-scroll--y.ui-tabs__nav.ui-tabs__nav--line.ui-tabs__nav--complete.ui-tabs__nav--left.ui-tabs__nav.ui-tabs__nav--line.ui-tabs__nav--complete.ui-tabs__nav--left {
    display: none; /* Hide tab navigation */
    /* position: fixed;
    padding-inline: 10px;
    display: flex;
    background: var(--skin__primary)!important;
    color: var(--skin__bs_topnav_bg);
    font-size: 1.1rem;
    border-radius: 10px; */
}

/* HIDDEN: Tab badge wrapper */
.ui-badge__wrapper._sidebar-common-tab-wrapper_1dowo_30, 
.ui-tab.ui-tab--line.ui-tab--grow.ui-tab--active._title_1cphf_41 {
    display: none; /* Hide tab elements */
    /* width: 100%; */
}