
.course-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.search-result-item:hover {
    background-color: #f5f5f5;
}

.search-result-item a {
    text-decoration: none;
    color: #333;
    display: block;
}
.mobile-course-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mobile-search-result-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.mobile-search-result-item:last-child {
    border-bottom: none;
}

.mobile-search-result-item a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 14px;
}

.mobile-search-form {
    position: relative;
}

.tgmobile__search form input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #f5f5f5;
}

.tgmobile__search form button {
    position: absolute;
    right: 0;
    top: 22px;
    height: 100%;
    width: 45px;
    border: none;
    background: transparent;
    color: #666;
}
