@media (min-width: 0) and (max-width: 1100px) {
  .loadoutlabelbo6 {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
}
  
  .new_weapon-playstylebo6 {
    font-weight: 400;
    padding: 0px 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(30, 38, 41, 0.50) 0%, rgba(40, 47, 51, 0.50) 50%, rgba(30, 38, 41, 0.50) 100%);
    width: fit-content;
}
	
	.features-container {
    background: linear-gradient(180deg, #191a1b 11%, #151D1E 100%);
    padding: 10px;
    border-radius: 5px;
}
	
	.features-list img {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

.loadout_card_loadouts {
    width: 100%; 
    margin: 10px 0; 
}

.weapon-details {
    flex-direction: column;
    align-items: stretch;
}
.camo_challenges_column_wrapper {
width: 100% !important;
}

.weapon-title {
font-size: 28px;
}

.weapon-icon {
    margin-left: 0;
    margin-top: 20px;
}

.weapon-category, .mw-label {
    margin-top: 10px;
}

.highlighttitlemw3 {
font-size: 28px;
line-height: 36px;
}

.loadout_carousel_container::-webkit-scrollbar {
    background-color: #131516;
}

.loadout_carousel_container::-webkit-scrollbar-thumb {
    background-color: #75C017;
    border: 3px solid #131516;
}

.loadout_carousel_container {
    -webkit-overflow-scrolling: touch;
}

.Page_title {
    Font-size: 18px !important;
}

.Page_title_highlight {
	 Font-size: 19px !important;
}
	
	.new_attachment-name {
    font-size: 12px;
	}

.new_search-icon-btn {
    right: 16px;
    top: 12px;
}

.new_suggestions-container {
            display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 5px;
        padding: 0;
}

.new_suggestions-label {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new_suggested-searches {
            display: flex;
        flex-direction: column;
        gap: 5px;
        flex-wrap: wrap;
        align-content: flex-start;
}

.new_suggested {
   line-height: 15px;
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    transition: all 0.3s ease;
}
	
.selected-suggestion {
	    opacity: 1 !important;
    background: var(--Linear, linear-gradient(89deg, #75C017 4.49%, #75C017 4.51%, #83C51E 35.08%, #BFD93C 167.33%, #BFD93C 167.33%)) !important;
    Color: black !important;
    font-weight: 600 !important;
	}

.new_tier-title {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mobile-accordion {
    margin-bottom: 8px;
	width: 100%;
}
	
	.category-row {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
	}
	
	.playstyle-row {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
	}

.accordion-header {
    border-radius: 8px;
    background: #151D1E;
    padding: 16px;
    min-height: 73px;
}

.headerdisplayed {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-start !important;
    }

.toggle-icon {
    margin-right: 12px;
}

.nameplaystylemobile {
    display: flex;
    flex-direction: column;
    width: 50% !important;
    text-align: left;
}
	
	.downloadmenubuttonmobile {
		    color: #000 !important;
	}

.new_weapon-icon {
    max-width: 100px !important;
  margin:0px;
}

.new_weapon-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.new_weapon-playstyle {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    opacity: .7;
}

.new_weapon-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.new_weapon-description {
    opacity: .8;
    margin-top: 8px;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.new_attachments {
    background: #151D1E;
    border-radius: 0px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.new_absolute-meta-loadouts {
   background: linear-gradient(147deg, #75C017 -3%, #151D1E 45%);
}

.loadoutlabelbo6 {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
}
  
  .new_weapon-playstylebo6 {
    font-weight: 400;
    padding: 0px 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(30, 38, 41, 0.50) 0%, rgba(40, 47, 51, 0.50) 50%, rgba(30, 38, 41, 0.50) 100%);
    width: fit-content;
}
	
	.features-container {
    background: linear-gradient(180deg, #191a1b 11%, #151D1E 100%);
    padding: 10px;
    border-radius: 5px;
}
	
	.features-list img {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

.warzone-loadout-banner {
    flex-direction: column;
    align-items: center;
}

.banner-title {
text-align: center;
}

.banner-text-container {
width: 100% !important;
}

.banner-subtitle {
text-align: center;
}

.banner-text-container, .banner-appstore-link, .banner-googleplay-link {
    margin-bottom: 10px;
}

.banner-logo {
    width: 60px; /* Adjust logo size for smaller screens */
}
	
	.metaheader_meta_type_blog {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1px !important;
}
	
	.new_category-value, .new_game-value {
        color: #FFF;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.8;
    }
	
	 .new_weapon-game {
    color: #FFF;
    font-family: Poppins;
    line-height: normal;
    padding: 3px 4px;
    letter-spacing: 1px;
    border-radius: 4px;
}
	
	.weaponnamebo6 {
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: var(--Gradient, linear-gradient(89deg, #75C017 4.49%, #75C017 4.51%, #83C51E 35.08%, #BFD93C 167.33%, #BFD93C 167.33%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
	
	    .new_loadout-description {
        color: #FFF;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        display: block;
        opacity: 60%;
			    margin-left: 0px;
    }
	
	.new_weapon-loadout-title {
		margin-top: 10px;
	}
	
	.new_loadouts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 48px;
    justify-content: space-between;
}
	
	.camogrind {
		display:none;
	}
	
	.camodetails {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
	.camoname {
    font-size: 13px;
    font-weight: 500;
    width: 30%;
		        line-height: 13px;
}
	
	.camochallenge {
    width: 60%;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
	
	.camoimage {
    max-width: 10%;
}
  
	.metabalancing {
		    width: 100%;
    display: flex;
    justify-content: space-between;
	}
	
	
	
}