.nba-trade-rumors-child-cats{
    padding: 18px 18px 0px 12px;
	/*border-top: 2px solid #000;
  border-bottom: 2px solid #000;*/
}
/* Title */
.nba-trade-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
	width:500px;
}


/* Label */
.nba-trade-dropdown-wrap label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Select box */
.nba-trade-select select {
    padding: 12px 42px 12px 14px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    appearance: none;
    cursor: pointer;
}

/* Focus state */
.nba-trade-select select:focus {
    outline: none;
    border-color: #1f83c7;
    box-shadow: 0 0 0 2px rgba(31, 131, 199, 0.15);
}



/* Dropdown */
.nba-trade-dropdown {
    position: relative;
    width: 113%;
}



/* Dropdown arrow */
.nba-trade-select::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

/* Options */
.nba-trade-select select option {
    background-color: #ffffff;
    color: #000;
    padding: 10px;
    font-size: 14px;
}

.nba-trade-select select option:hover {
    background-color: #1f83c7;
    color: #ffffff;
}



.nba-trade-selected {
    background: #000;
	border-radius: 9px;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-weight: 700;
}



.nba-trade-selected .arrow {
    font-size: 12px;
}

.nba-trade-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    border: 1px solid #ddd;
    max-height: 260px;     
    overflow-y: auto;       
    z-index: 999;
}

.nba-trade-options.is-open {
    display: block;
}


.nba-trade-options li {
    padding: 6px 14px;
    cursor: pointer;
    color: #000;
	font-size:14px;
}

/* Scrollbar */
.nba-trade-options::-webkit-scrollbar {
    width: 6px;
}
.nba-trade-options::-webkit-scrollbar-thumb {
    background: #1F82CC;
    border-radius: 4px;
}

/* === Parent Flex === */
.nba-trade-header-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 107px; 
}




.nba-trade-selected .arrow {
    font-size: 14px;
    padding-left: 17px;
}

.nba-trade-options li {
    padding: 8px 14px;
    cursor: pointer;
    color: #fff;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.nba-trade-options li:hover {
    color: #1F82CC;
}

/* === RIGHT === */
.nba-trade-right {
 
    width: 100%;
	padding:8px;
	flex: 0 0 750px;
}


/* Popular title */
.popular-rumors-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Grid */
.popular-rumors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width:100%;
}

/* Items */
.popular-rumor-item {
    display: flex;
    align-items: center;
    padding:0px 15px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 50px;
    transition: all .2s ease;
	margin-bottom: 10px;
	gap:8px;
	justify-content:center;
}

.popular-rumor-item:hover {
    color: #1F82CC;
    transform: translateY(-1px);
}


.nba-trade-left {
    flex: 0 0 300px;   /* stable width */
    max-width: 320px;
    width: 100%;
}



/* ===============================
   TABLET (iPad)
================================ */
@media (max-width: 1024px) {
    .nba-trade-header-flex {
        flex-direction: column;
        gap: 24px;
		
    }

    .nba-trade-left,
    .nba-trade-right {
        width: 100%;
        max-width: 100%;
		flex: 0 0 0px;
    }

    .popular-rumors-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
	.nba-trade-dropdown {
		width:100%;
		margin-top: -10px;
	}
	
	.nba-trade-right {
		margin-top:-23px;
	}
	
	.popular-rumor-item {
       width: 97%;
        max-width: 100%;
        margin: 0px 6px;
        padding: 0px 29px; 
    }
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 600px) {
    .popular-rumors-grid {
        grid-template-columns:1fr;
        gap: 12px;
		margin-top: -18px;
    }

    
	
}


@media (max-width: 1024px) {
    .elementor-45905 .elementor-element.elementor-element-277c6d6 {
        margin-top: -48px !important; 
	}
	
	.nba-trade-title{
		margin-top:-50px;
	}
    .nba-title-mobile{
		margin-top:-30px;
	}
}

/* ===============================
   EXTRA SMALL DEVICES
================================ */
@media (max-width: 360px) {
    .popular-rumor-item {
        font-size: 10px;
        padding: 6px 8px;
    }
}

.nba-title-mobile{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
	width:500px;
}