/* Enhanced Search Styling for Actor Search */
.search-results .cast-match,
.search-results .director-match {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.search-results .cast-match {
    color: #ff6b6b !important;
}

.search-results .director-match {
    color: #4ecdc4 !important;
}

.search-results .cast-info {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666 !important;
}

/* Search form enhancements */
.search-form input,
#searchform input,
#form-search-resp input {
    transition: border-color 0.3s ease;
}

.search-form input:focus,
#searchform input:focus,
#form-search-resp input:focus {
    border-color: #408bea;
    outline: none;
}

/* Search tips */
.search-tips {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
    font-style: italic;
    text-align: center;
}

/* Search result highlights */
.result-item.title-match .title a {
    background: linear-gradient(120deg, #a8e6cf 0%, #ffd3a5 100%);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.result-item.cast-search-match {
    border-left: 3px solid #ff6b6b;
    padding-left: 10px;
}

.result-item.director-search-match {
    border-left: 3px solid #4ecdc4;
    padding-left: 10px;
}

/* Search page improvements */
.search-page header h1 {
    margin-bottom: 15px;
}

.search_page_form {
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .search-results .cast-match,
    .search-results .director-match,
    .search-results .cast-info {
        font-size: 11px;
    }
    
    .search-tips {
        font-size: 10px;
        margin-top: 8px;
    }
}
