/*
Theme Name: The Hurt Boss
Description: Custom WordPress theme for The Hurt Boss personal injury law firm
Version: 1.0
Author: The Hurt Boss Team
*/

/* Basic Reset and WordPress Required Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', Arial, sans-serif;
    line-height: 1.6;
}

/* WordPress Required Classes */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Import theme styles */
@import url('assets/css/theme-styles.css');

/* Basic visibility check */
.site-header {
    background: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.navigation-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navigation-menu li {
    margin-right: 2rem !important;
}

.navigation-menu a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 500 !important;
}