/* Search Page Styles - Moview Theme */

/* Search results title */
.search-results-title {
    color: var(--theme-text-primary) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Search query text */
.search-query-text {
    color: var(--theme-text-secondary) !important;
}

/* Search results container */
.search-results-container {
    background-color: transparent !important;
}

