/* Header layout styles - Full width header support */
.wpo-header {
    width: 100%;
}

/* Default header inner styling for WPO header components */
.wpo-header-content {
    display: flex;
    align-items: center;
    padding: 15px;
}

.wpo-header-content .wpo-brand {
    flex-grow: 1;
    padding-right: 100px;
}

.wpo-header-content .wpo-logo img {
    max-height: 70px;
}

.wpo-header-content .wpo-nav-details {
    flex-grow: 0;
}

.wpo-header-content .wpo-menu {
    font-size: 30px;
    font-family: var(--wpo-font-headings, "Montserrat", Georgia, serif);
    font-weight: 600;
}

.wpo-header-content .wpo-menu a {
    font-weight: 600;
    color: #000000;
}

.wpo-header-content .wpo-menu a:hover {
    color: #8c8c8c;
    text-decoration: none;
}