/*
Theme Name: SkyThrift
Theme URI: https://skythrift.com
Author: Manus
Description: A modern, AI-powered travel search theme converted from Google AI Studio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skythrift
*/

/* Custom styles can be added here if needed, but we primarily use Tailwind */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
