/* =========================================
   MENU DIETARY ICONS
========================================= */

/* remove original icons*/
.fdm-icon::before {
  content: none !important;
}

/* icon list */
.fdm-menu-item-flags {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 共用 icon */
.fdm-flag {
  width: 24px !important;
  height: 24px !important;
  min-width: 18px;
  min-height: 18px;
  display: inline-block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Dairy Free */
.fdm-flag-dairy-free {
  background-image: url('/main/icons/dietary_df.svg');
	opacity:0.7;
}

/* Gluten Free */
.fdm-flag-gluten-free {
  background-image: url('/main/icons/dietary_gf.svg');
	opacity:0.7;
	
}

/* Vegan */
.fdm-flag-vegan {
  background-image: url('/main/icons/dietary_vg.svg');
	opacity:0.7;
}

/* =========================================
   DIETARY ICONS GUIDE
========================================= */

/* Dietary Guide Container */
.menu-icons-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  margin-top: 20px;
}

/* each row */
.legend-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* icon */
.legend-item-icon {
  width: 22px !important;
  height: 22px !important;
}

/* text */
.legend-item-text {
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  color: #4A4A4A;
}
/* =========================================
   STICKY MENU LAYOUT
========================================= */

.parent_menu_container {
 display: flex;
    align-items: stretch;
    gap: 5rem;
    width: min(92%, 1400px);
    max-width: 1400px;
    margin: 0 auto;
}

.sticky_sidebar {
    position: sticky;
    top: 90px;
    flex: 0 0 220px;
    width: 220px;
    align-self: flex-start;
    height: fit-content;
    border-right: 1px solid #A7B1B1;
    padding-right: 3rem;
}

.sticky_sidebar p, .legend-item-text{
	font-size:1em;
	font-family:Inter;
	font-weight:400;
	letter-spacing:0.02em;
}

.menu_content {
    flex: 1;
    min-width: 0;
}


/* =========================================
   SIDEBAR LINKS
========================================= */

.sticky_sidebar a {
    position: relative;

    text-decoration: none;
    color: #1D5066;

    transition:
        opacity 0.25s ease,
        color 0.25s ease;
}

.sticky_sidebar a:hover {
    color: #1D5066;
    opacity: 0.75;
}

/* Animated underline */

.sticky_sidebar a::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: -4px;

    width: 100%;
    height: 2px;

    background: #C7BB34;

    opacity: 0;
    transform: translateY(4px);

    transition:
        opacity 0.30s ease,
        transform 0.30s ease;
}

.sticky_sidebar a:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* Active state */

.sticky_sidebar a.active {
    color: #123D52;
    font-weight: 900!important;
}

.sticky_sidebar a.active::after {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================
   GLOBAL MENU SYSTEM
========================================= */

/* Scroll offset */

.fdm-section-header {
    scroll-margin-top: 160px;
}

/* Reset list styles */

.content ol,
.content ul {
    margin: 0 !important;
}

#main-content ul li {
    list-style-type: none !important;
}

/* Reset content padding */

.fdm-item-title,
.fdm-item-content {
    padding-left: 0;
}

/* Remove extra bottom spacing */

.fdm-item-panel:last-of-type {
    padding-bottom: 0 !important;
}


/* =========================================
   MENU TYPOGRAPHY
========================================= */

/* Item Title */

.fdm-item-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.28em;
    font-weight: 400!important;
    letter-spacing: 0.015em;
    line-height: 1.25em;
    color: #000;
}

/* Item Price */

.fdm-item-price-wrapper .fdm-item-price {
    font-family: 'DM Serif Text', serif;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

/* Item Description */

.fdm-item-content, .fdm-item-content p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.08em;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.7em;
    color: #4A4A4A
}

/* Item Description $ font change */
.menu-price {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 500!important;
}

/* =========================================
   MENU COMPONENTS
========================================= */

/* Section spacing */

.fdm-section-header {
    margin-bottom: 2.5em !important;
}

/* Section title */

.fdm-section-header h3 {
    color: #1D5066 !important;
    font-family: 'Playfair Display' !important;
    margin-bottom: 0.2em !important;
}

/* Section description*/

.fdm-section-header p {
    font-family: Nunito!important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    color: #1D5066 !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:0.04em;
    padding-top:10px;
    
}

/* Section divider */

.fdm-section-header {
    border-bottom: 1px solid #8EA8B3 !important;
}

/* Item spacing */

.fdm-item-panel {
    margin: 0;
    margin-bottom: 3.5em !important;
}

/* =========================================
   MARKET PRICE
========================================= */

.fdm-item-panel[data-price="Market Price"] .fdm-item-price {
    font-size: 0;
}

.fdm-item-panel[data-price="Market Price"] .fdm-item-price::after {
    content: 'Market Price';
    font-size:1.4rem;
}

/* =========================================
   HAPPY HOUR MENU
========================================= */

.fdm-section-happy-hour .fdm-section-header{
    display: none;
}

/* =========================================
   OYSTER MENU
========================================= */

/* Oysters section — Ocean Wise badge */

.fdm-section-oysters .fdm-section-header h3::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;

    background-image: url('main/wp-content/uploads/2026/05/Oceanwise.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Oyster item spacing */

.fdm-section-oysters .fdm-item-panel {
    margin-bottom: 2.2em !important;
}

/* Oyster pricing */

.fdm-section-oysters .fdm-item-price-wrapper {
    line-height: 1.8;
}

/* Secondary oyster pricing */

.fdm-section-oysters .fdm-item-price:last-child {
    opacity: 0.78;
    font-size: 1em;
    margin-top: 0.4em;
    letter-spacing: 0.01em;
}

/* =========================================
   BADGES
========================================= */

#veggie {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    background: #1D5066 !important;
    border-radius: 16px;

    padding: 6px 12px;
    margin-bottom: 8px !important;

    color: #F4F7ED;
    font-size: 15px;
    line-height: 1;
}

/* =========================================
   ACCORDION MENU ONLY
   (no media query needed)
========================================= */

/* Hide duplicate 5 Star Menu titles inside accordion */
.e-n-accordion-item .fdm-section-header h3 {
    display: none !important;
}

.e-n-accordion-item .fdm-section-header {
	border-bottom: none !important;
}

/* Keep oyster note visible */
#oyster_mobile #fdm-section-header-oysters p {
    display: block !important;
	font-family:Nunito!important;
}

#fdm-section-header-oysters a, #fdm-section-header-oysters a:active {
    color: #2C6A7A !important;
	font-weight:600!important;
	padding-right:2px;
}

#fdm-section-header-oysters a:hover{color: #E2C733 !important;
		font-weight:800!important;} 

/* Oyster accordion title */

#oyster_mobile .e-n-accordion-item-title-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Ocean Wise icon */
#oyster_mobile .e-n-accordion-item-title-text::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('/main/wp-content/uploads/2026/05/Oceanwise.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Accordin bottom border */

.e-n-accordion-item-title {
    position: relative;
    border-bottom: none !important;
}

/* fake bottom line */
.e-n-accordion-item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 1px;
    background: #B7CAD3;
}

/* hide line when open */

.e-n-accordion-item[open] .e-n-accordion-item-title::after {

    opacity: 0;}


/* =========================================
   MOBILE / TABLET PORTRAIT
========================================= */

@media (max-width: 1024px){

    /* Daily Special Header */
    .page-id-20187 .fdm-section-header {
        display: block !important;
    }

    /* Mobile content spacing */
    .fdm-item-content {
        font-size: 18px;
        line-height: 22px;
    }

    /* Mobile item spacing */
    .fdm-item-panel {
        margin-bottom: 2.8em !important;
    }

    /* Elementor section spacing fix */
    .elementor-11263 .elementor-element.elementor-element-703a186 {
        padding-bottom: 0 !important;
    }


/* =========================================
   DIETARY LEGEND
========================================= */

.menu-icons-legend {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100%;
    gap: 10px;
    margin: 0 auto 0.5rem;
}
	
	.legend-item {
    gap: 4px;
}
	
	 .legend-item-icon {
    width: 18px !important;
    height: 18px !important;
  }
	
.menu-icons-legend .legend-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.menu-icons-legend .legend-item-text {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.2;
    font-size: .8em;
}

/* Elementor parent override */
.e-con-inner .menu-icons-legend {
    align-self: center !important;
    max-width: 100%;
	}
	
}