.elementor-23 .elementor-element.elementor-element-3d3c7f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ee615f4 *//* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: "Times New Roman", serif;
}

/* TOP BAR */
.top-banner {
    background: #2F5E3E;
    color: white;
    font-size: 0.85rem;
}

.top-banner-content {
    max-width: 1580px;
    margin: auto;
    padding: 0.6rem 2rem;
    display: flex;
    justify-content: space-between;
}
.top-right{
    display: flex;
    gap: 10px;
}

.top-right a{
    color: white;
    font-family: Times New Roman;
    font-size: 14px;
}

.top-right a:hover{
    color: #C89A2E;
}

/* HEADER */
.header {
    background: #1F2F3E;
    position: relative;
}

.header-content {
    max-width: 1580px;
    margin: auto;
    padding: 0.8rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.logo-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo {
    width: 70px;
}

.journal-title span {
    font-family: "Times New Roman", serif;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: -10px;
    margin-left: -10px;
}

/* NAV */
.journal-nav {
    display: flex;
    align-items: center;
}

.nav-left {
    list-style: none;
    display: flex;
    margin: 0px;
}

.nav-left li {
    position: static;
    
}

.journal-nav a {
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.journal-nav a:hover {
    color: #C89A2E;
}

.nav-right {
    margin-left: 24px;
    padding: 0px !important;
    
}
/* ===== EUA-STYLE MEGA MENU LAYOUT ===== */

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #1F2F3E;

  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;

  transition: opacity 0.3s ease, transform 0.3s ease;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 9999;
}

/* Hover open */
.has-mega:hover .mega-menu,
.mega-menu:hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Hover bridge (prevents disappearing) */
.mega-menu::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 28px;
}

/* EUA GRID */
.mega-eua {
  max-width: 1580px;
  margin: auto;
  padding: 48px 32px;

  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 80px;
}

/* LEFT INTRO */
.mega-intro h3 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
}

.mega-intro p {
  font-size: 16px;
  color: #c4c4c4;
}

/* LINK COLUMNS */
.mega-links a {
  display: block;
  font-size: 16px;
  padding: 10px 0;
  color: white;
  text-decoration: none;
}

.mega-links a:hover {
  color: #C89A2E;
  text-decoration: underline;
}/* End custom CSS */