/*
Theme Name: Office Puzzle
Theme URI: https://officepuzzle.com/
Author: Jeff Doan
Author URI: https://hire.jefff.co/
Description: Custom theme for Office Puzzle, migrated from static HTML.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: office-puzzle
Tags: custom-theme, office-puzzle
*/

/* Import main styles */
@import url('app.css');

/* Custom Meta Box Styling */
#page_hero .hndle,
#page_about .hndle,
#page_features .hndle,
#page_pricing .hndle,
#page_reviews .hndle,
#page_blog .hndle,
#page_demo .hndle {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 15px !important;
    background: #f8f9fa !important;
    border-bottom: 2px solid #0073aa !important;
    color: #23282d !important;
}

/* Alternative: Even bigger styling */
#page_hero .hndle,
#page_about .hndle,
#page_features .hndle,
#page_pricing .hndle,
#page_reviews .hndle,
#page_blog .hndle,
#page_demo .hndle {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 15px 20px !important;
    background: linear-gradient(135deg, #0073aa, #005a87) !important;
    color: white !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
} 