#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.search-header {
    background: #f5f5f5;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.league-name {
    margin: 0;
    font-size: 14px;
    color: #007bff;
	color:#F84784;
    font-weight: bold;
}

.search-suggestion {
    border-bottom: 1px solid #f0f0f0;
}

.search-item-link {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.search-item-link:hover {
    background: #f8f9fa;
    color: #000;
}
