/* 
 * Site-specific color theme overrides for fssearchads.css
 * This file is loaded AFTER core/css/fssearchads.css to override CSS variables
 * 
 * Customize the color variables below to match your site's branding
 */

:root {
    /* Color Scheme - Customize these for your site */
    --display-url-color: #ff6f00;  /* Display URL color - ApexTravel orange */
    --dark-blue: darkblue;          /* Link/title color */
    --text-dark: #333;              /* Dark text color */
    --text-black: black;            /* Black text color */
    --border-color: #aaa;           /* Border color */
    --bg-gray: #F1F1F1;            /* Background gray */
    --success-green: #188038;       /* Success/green color */
    
    /* Layout - Usually keep these the same */
    --container-max-width: 1140px;  /* Max container width */
}

