
#site-header {
    background-color: #000;
    border-bottom: 1px solid #222;
}

#site-header .site-branding img {
    max-height: 60px;
    height: auto;
}

#site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#site-navigation .menu > li {
    display: inline-block;
    margin: 0 10px;
}

#site-navigation .menu > li > a {
    color: #eee;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

#site-navigation .menu > li > a:hover,
#site-navigation .menu > li.current-menu-item > a,
#site-navigation .menu > li.current_page_item > a {
    color:  #ffcc00;
}


.site-footer {
    background-color: #111;
    color: #eee;
    padding: 40px 20px;
    text-align: center;
}

.site-footer a {
    color: #eee;
    text-decoration: none;
}

.site-footer a:hover {
    color: #0073e6;
    text-decoration: underline;
}

.site-footer .elementor-widget {
    margin-bottom: 15px;
}

.site-footer .menu,
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .menu li {
    display: inline-block;
    margin: 0 10px;
}


#content, 
.site-content, 
.content-area, 
.site-main {
  max-width: 1200px; 
  margin: 0 auto;   
  padding: 20px;     
  box-sizing: border-box;
}


.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


.post, 
.page {
  max-width: 900px;  
  margin: 0 auto;
  padding: 20px;
}