.ls-journal-menu {
--ls-primary: #059669;
--ls-primary-dark: #047857;
--ls-primary-soft: #ecfdf5;
--ls-navy: #0f172a;
--ls-slate: #334155;
--ls-muted: #64748b;
--ls-line: #e2e8f0;
--ls-soft: #f8fafc;
--ls-white: #ffffff;

width: 100%;
font-family: inherit;
color: var(--ls-slate);
}

.ls-journal-menu.ls-theme-blue {
--ls-primary: #2563eb;
--ls-primary-dark: #1d4ed8;
--ls-primary-soft: #eff6ff;
}

.ls-journal-menu.ls-theme-emerald {
--ls-primary: #059669;
--ls-primary-dark: #047857;
--ls-primary-soft: #ecfdf5;
}

.ls-journal-menu.ls-theme-gold {
--ls-primary: #b45309;
--ls-primary-dark: #92400e;
--ls-primary-soft: #fffbeb;
}

.ls-journal-menu * {
box-sizing: border-box;
}

.ls-submit-button {
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
width: 100%;
margin-bottom: 18px;
padding: 14px 18px;
border-radius: 14px;
background: linear-gradient(135deg, var(--ls-primary), var(--ls-primary-dark));
color: #ffffff !important;
font-size: 14px;
font-weight: 800;
text-decoration: none !important;
letter-spacing: 0.01em;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.ls-submit-button:hover,
.ls-submit-button:focus {
color: #ffffff !important;
transform: translateY(-2px);
box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
opacity: 0.96;
}

.ls-submit-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.18);
font-size: 13px;
}

.ls-menu-card {
margin-bottom: 16px;
padding: 18px;
border: 1px solid var(--ls-line);
border-radius: 16px;
background: var(--ls-white);
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ls-logo-card {
padding: 20px;
text-align: center;
}

.ls-menu-kicker {
margin: 0 0 12px;
color: var(--ls-muted);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
}

.ls-menu-kicker-space {
margin-top: 18px;
}

.ls-logo-box {
display: flex;
align-items: center;
justify-content: center;
min-height: 82px;
padding: 14px;
border: 1px solid var(--ls-line);
border-radius: 14px;
background: linear-gradient(180deg, #ffffff, var(--ls-soft));
text-decoration: none !important;
transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.ls-logo-box:hover,
.ls-logo-box:focus {
border-color: var(--ls-primary);
background: var(--ls-primary-soft);
transform: translateY(-1px);
}

.ls-logo-box img {
display: block;
max-width: 100%;
max-height: 64px;
object-fit: contain;
}

.ls-highlight-link {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
color: var(--ls-navy) !important;
font-size: 14px;
font-weight: 800;
text-decoration: none !important;
}

.ls-highlight-link .ls-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
border-radius: 999px;
background: var(--ls-primary-soft);
color: var(--ls-primary);
font-size: 20px;
line-height: 1;
}

.ls-highlight-link:hover,
.ls-highlight-link:focus {
color: var(--ls-primary) !important;
}

.ls-menu-title {
position: relative;
margin: 0 0 12px;
padding-bottom: 12px;
border-bottom: 1px solid var(--ls-line);
color: var(--ls-navy);
font-size: 15px;
font-weight: 900;
letter-spacing: 0.01em;
}

.ls-menu-title::after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 46px;
height: 2px;
border-radius: 999px;
background: var(--ls-primary);
}

.ls-menu-list {
display: grid;
gap: 0;
}

.ls-menu-list a {
position: relative;
display: flex;
align-items: center;
min-height: 38px;
padding: 8px 28px 8px 0;
border-bottom: 1px solid rgba(226, 232, 240, 0.75);
color: var(--ls-slate) !important;
font-size: 13.5px;
font-weight: 650;
line-height: 1.35;
text-decoration: none !important;
transition: color 0.18s ease, padding-left 0.18s ease, background 0.18s ease;
}

.ls-menu-list a:last-child {
border-bottom: 0;
}

.ls-menu-list a::after {
content: "›";
position: absolute;
right: 2px;
color: var(--ls-muted);
font-size: 18px;
line-height: 1;
transition: right 0.18s ease, color 0.18s ease;
}

.ls-menu-list a:hover,
.ls-menu-list a:focus {
padding-left: 7px;
color: var(--ls-primary) !important;
}

.ls-menu-list a:hover::after,
.ls-menu-list a:focus::after {
right: 0;
color: var(--ls-primary);
}

.ls-menu-list a.is-active {
padding-left: 10px;
color: var(--ls-primary) !important;
background: var(--ls-primary-soft);
border-radius: 10px;
border-bottom-color: transparent;
}

.ls-menu-list a.is-active::after {
color: var(--ls-primary);
}

@media (max-width: 767px) {
.ls-menu-card {
padding: 16px;
border-radius: 14px;
}

.ls-submit-button {
padding: 13px 16px;
}

.ls-menu-list a {
font-size: 13px;
}
}
