/**
 * Elementor Frontend Styles for Restaurant Menu Manager
 */

/* Elementor Widget Base Styles */
.elementor-widget-restaurant-menu,
.elementor-widget-menu-section,
.elementor-widget-featured-menu-items {
    --locket-primary-color: #2c5aa0;
    --locket-secondary-color: #f8f9fa;
    --locket-text-color: #333;
    --locket-border-color: #eee;
    --locket-accent-color: #ffc107;
}

/* Override Elementor default margins */
.elementor-widget-restaurant-menu .elementor-widget-container,
.elementor-widget-menu-section .elementor-widget-container,
.elementor-widget-featured-menu-items .elementor-widget-container {
    margin: 0;
}

/* Menu Widget Specific Styles */
.elementor-widget-restaurant-menu .locket-menu-wrapper {
    width: 100%;
}

.elementor-widget-restaurant-menu .locket-menu-title {
    margin-top: 0;
}

/* Menu Section Widget Specific Styles */
.elementor-widget-menu-section .locket-section-wrapper {
    width: 100%;
}

.elementor-widget-menu-section .locket-section-title {
    margin-top: 0;
}

/* Featured Items Widget Specific Styles */
.elementor-widget-featured-menu-items .locket-featured-items-wrapper {
    width: 100%;
}

.elementor-widget-featured-menu-items .locket-widget-title {
    margin-top: 0;
    text-align: center;
}

/* Elementor Column Integration */
.elementor-column .locket-menu-wrapper,
.elementor-column .locket-section-wrapper,
.elementor-column .locket-featured-items-wrapper {
    height: 100%;
}

/* Elementor Responsive Adjustments */
.elementor-element.elementor-element--tablet .locket-layout-grid.locket-columns-4 .locket-section-items,
.elementor-element.elementor-element--tablet .locket-featured-items.locket-columns-4 {
    grid-template-columns: repeat(2, 1fr);
}

.elementor-element.elementor-element--tablet .locket-layout-grid.locket-columns-3 .locket-section-items,
.elementor-element.elementor-element--tablet .locket-featured-items.locket-columns-3 {
    grid-template-columns: repeat(2, 1fr);
}

.elementor-element.elementor-element--mobile .locket-layout-grid .locket-section-items,
.elementor-element.elementor-element--mobile .locket-featured-items {
    grid-template-columns: 1fr;
}

/* Elementor Editor Specific Styles */
.elementor-editor-active .locket-carousel-nav {
    pointer-events: none;
}

.elementor-editor-active .locket-load-more-btn {
    pointer-events: none;
}

/* Elementor Section Background Compatibility */
.elementor-section[data-settings*="background_background"] .locket-menu-item,
.elementor-section[data-settings*="background_background"] .locket-featured-item {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

.elementor-section.elementor-section-dark .locket-menu-item,
.elementor-section.elementor-section-dark .locket-featured-item {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.elementor-section.elementor-section-dark .locket-item-title {
    color: #fff;
}

.elementor-section.elementor-section-dark .locket-item-description {
    color: #ccc;
}

/* Elementor Animation Compatibility */
.elementor-invisible .locket-menu-item,
.elementor-invisible .locket-featured-item {
    opacity: 0;
    transform: translateY(20px);
}

/* Elementor Column Gap Adjustments */
.elementor-column-gap-default .locket-layout-grid .locket-section-items,
.elementor-column-gap-default .locket-featured-items {
    gap: 20px;
}

.elementor-column-gap-narrow .locket-layout-grid .locket-section-items,
.elementor-column-gap-narrow .locket-featured-items {
    gap: 10px;
}

.elementor-column-gap-extended .locket-layout-grid .locket-section-items,
.elementor-column-gap-extended .locket-featured-items {
    gap: 30px;
}

.elementor-column-gap-wide .locket-layout-grid .locket-section-items,
.elementor-column-gap-wide .locket-featured-items {
    gap: 40px;
}

.elementor-column-gap-wider .locket-layout-grid .locket-section-items,
.elementor-column-gap-wider .locket-featured-items {
    gap: 50px;
}

/* Elementor Color Scheme Integration */
.elementor-color-scheme-light .locket-menu-item,
.elementor-color-scheme-light .locket-featured-item {
    background: #fff;
    color: #333;
}

.elementor-color-scheme-dark .locket-menu-item,
.elementor-color-scheme-dark .locket-featured-item {
    background: #1e1e1e;
    color: #fff;
    border-color: #333;
}

.elementor-color-scheme-dark .locket-item-title {
    color: #fff;
}

.elementor-color-scheme-dark .locket-item-description {
    color: #ccc;
}

/* Elementor Typography Integration */
.elementor-widget-restaurant-menu h1,
.elementor-widget-restaurant-menu h2,
.elementor-widget-restaurant-menu h3,
.elementor-widget-restaurant-menu h4,
.elementor-widget-restaurant-menu h5,
.elementor-widget-restaurant-menu h6 {
    margin: 0 0 15px 0;
}

/* Elementor Button Style Integration */
.elementor-widget-featured-menu-items .locket-load-more-btn {
    background: var(--e-global-color-primary, #2c5aa0);
    border-radius: var(--e-global-radius, 3px);
    font-family: var(--e-global-typography-primary-font-family, inherit);
    font-size: var(--e-global-typography-primary-font-size, 16px);
}

.elementor-widget-featured-menu-items .locket-load-more-btn:hover {
    background: var(--e-global-color-primary-hover, #1d4084);
}

/* Elementor Spacing Integration */
.elementor-widget-restaurant-menu .locket-menu-section {
    margin-bottom: var(--e-global-spacing-section-margin-bottom, 40px);
}

.elementor-widget-menu-section .locket-menu-item {
    margin-bottom: var(--e-global-spacing-item-margin-bottom, 25px);
    padding: var(--e-global-spacing-item-padding, 15px 0);
}

.elementor-widget-featured-menu-items .locket-featured-item {
    padding: var(--e-global-spacing-item-padding, 20px);
    border-radius: var(--e-global-radius, 8px);
}

/* Elementor Motion Effects Compatibility */
.elementor-motion-effects-element .locket-menu-item,
.elementor-motion-effects-element .locket-featured-item {
    transform-style: preserve-3d;
}

/* Elementor Sticky Column Compatibility */
.elementor-sticky .locket-carousel-nav {
    z-index: 10;
}

/* Print Styles for Elementor */
@media print {
    .elementor-widget-container {
        overflow: visible !important;
    }
    
    .elementor-section {
        break-inside: avoid;
    }
}

/* RTL Support for Elementor */
.rtl .locket-layout-carousel .locket-menu-item,
.rtl .locket-layout-carousel .locket-featured-item {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .locket-item-header {
    direction: rtl;
}

.rtl .locket-dietary-badge {
    margin-right: 0;
    margin-left: 4px;
}

/* Elementor Preview Mode */
.elementor-editor-preview .locket-layout-carousel {
    overflow: visible;
}

.elementor-editor-preview .locket-carousel-nav {
    display: none;
}

/* High Performance Mode Compatibility */
.elementor-optimized-control-loading .locket-loading {
    display: none;
}

/* Elementor Custom CSS Integration */
.elementor-widget-restaurant-menu .elementor-custom-css,
.elementor-widget-menu-section .elementor-custom-css,
.elementor-widget-featured-menu-items .elementor-custom-css {
    position: relative;
    z-index: 1;
}

/* Container Query Support (Future-proofing) */
@container (max-width: 768px) {
    .locket-layout-grid.locket-columns-3 .locket-section-items,
    .locket-layout-grid.locket-columns-4 .locket-section-items {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .locket-featured-items.locket-columns-3,
    .locket-featured-items.locket-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@container (max-width: 480px) {
    .locket-layout-grid .locket-section-items,
    .locket-featured-items {
        grid-template-columns: 1fr;
    }
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
    .locket-menu-items.locket-columns-3,
    .locket-menu-items.locket-columns-2 {
        grid-template-columns: 1fr;
    }
    
    .locket-menu-section.two-column {
        flex-direction: column;
    }
    
    .locket-menu-section {
        margin-bottom: 2rem;
    }
}

/* ==========================================================================
   FLEXIBLE WRAPPER WIDGETS STYLES
   ========================================================================== */

/* Menu Wrapper Widget */
.locket-menu-wrapper-widget {
    width: 100%;
}

.locket-wrapper-default {
    max-width: 100%;
}

.locket-wrapper-boxed {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.locket-wrapper-centered {
    margin: 0 auto;
}

.locket-wrapper-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.locket-wrapper-inner {
    width: 100%;
    min-height: 50px;
}

.locket-menu-wrapper-title {
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.locket-menu-wrapper-description {
    margin: 0 0 2rem 0;
    color: #666;
    line-height: 1.6;
}

/* Section Wrapper Widget */
.locket-section-wrapper {
    margin-bottom: 2rem;
}

.locket-section-wrapper .locket-section-title {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.locket-section-wrapper .locket-section-description {
    margin: 0 0 1.5rem 0;
    color: #666;
    line-height: 1.6;
}

/* Section Title Display Styles */
.locket-section-title.locket-title-centered_with_lines {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    --locket-line-width: 100%;
}

/* Remove border-bottom from classic style when using centered with lines */
.locket-style-classic .locket-section-title.locket-title-centered_with_lines::after {
    display: none;
}

.locket-section-title.locket-title-centered_with_lines::before,
.locket-section-title.locket-title-centered_with_lines::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ddd;
    max-width: calc(var(--locket-line-width, 100%) / 2);
}

.locket-section-title.locket-title-centered_with_lines::before {
    margin-right: 20px;
}

.locket-section-title.locket-title-centered_with_lines::after {
    margin-left: 20px;
}

/* Section Items Layout */
.locket-section-items {
    width: 100%;
}

.locket-section-items.layout-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.locket-section-items.layout-grid {
    display: grid;
    gap: 1.5rem;
}

.locket-section-items.layout-grid.columns-1 {
    grid-template-columns: 1fr;
}

.locket-section-items.layout-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.locket-section-items.layout-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.locket-section-items.layout-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.locket-section-items.layout-grid.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.locket-section-items.layout-grid.columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.locket-section-items.layout-flex {
    display: flex;
    align-items: flex-start;
}

.locket-section-items.layout-masonry {
    display: grid;
    align-items: start;
}

/* Item Wrapper Widget */
.locket-item-wrapper {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.locket-item-wrapper.locket-layout-horizontal {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.locket-item-wrapper.locket-layout-vertical {
    display: flex;
    flex-direction: column;
}

.locket-item-wrapper.locket-layout-image-left {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.locket-item-wrapper.locket-layout-image-right {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 1rem;
}

.locket-item-wrapper.locket-layout-image-top {
    display: flex;
    flex-direction: column;
}

.locket-item-wrapper .locket-item-image {
    flex-shrink: 0;
    overflow: hidden;
}

.locket-item-wrapper .locket-item-image img {
    width: 100%;
    height: auto;
    display: block;
}

.locket-item-wrapper .locket-item-content {
    flex: 1;
    min-width: 0;
}

.locket-item-wrapper .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    gap: 1rem;
}

.locket-item-wrapper .locket-item-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.locket-item-wrapper .locket-item-price {
    font-weight: bold;
    color: #2c5aa0;
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}

.locket-item-wrapper .locket-item-description {
    margin: 0 0 0.75rem 0;
    color: #666;
    line-height: 1.5;
    font-size: 0.9rem;
}

.locket-item-wrapper .locket-item-meta {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.locket-item-wrapper .locket-dietary-info,
.locket-item-wrapper .locket-spice-level {
    font-size: 1rem;
    line-height: 1;
}

.locket-item-wrapper.locket-featured-item {
    border: 2px solid #2c5aa0;
    box-shadow: 0 4px 15px rgba(44, 90, 160, 0.15);
}

/* Elementor Editor Placeholders */
.locket-elementor-placeholder {
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    color: #6c757d;
    font-style: italic;
}

.locket-elementor-placeholder p {
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive adjustments for wrapper widgets */
@media (max-width: 768px) {
    .locket-section-items.layout-grid.columns-6,
    .locket-section-items.layout-grid.columns-5,
    .locket-section-items.layout-grid.columns-4,
    .locket-section-items.layout-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .locket-section-items.layout-grid.columns-2 {
        grid-template-columns: 1fr;
    }
    
    .locket-item-wrapper.locket-layout-horizontal,
    .locket-item-wrapper.locket-layout-image-left,
    .locket-item-wrapper.locket-layout-image-right {
        flex-direction: column;
        align-items: stretch;
    }
    
    .locket-wrapper-full-width {
        width: 100%;
        position: static;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .locket-section-items.layout-grid.columns-2 {
        grid-template-columns: 1fr;
    }
    
    .locket-section-items.layout-flex {
        flex-direction: column;
    }
}

/* Elementor Popup Integration */
.elementor-popup-modal .locket-menu-wrapper,
.elementor-popup-modal .locket-section-wrapper,
.elementor-popup-modal .locket-featured-items-wrapper {
    max-height: 70vh;
    overflow-y: auto;
}

/* Accessibility for Elementor */
.elementor-widget-restaurant-menu:focus-within,
.elementor-widget-menu-section:focus-within,
.elementor-widget-featured-menu-items:focus-within {
    outline: 2px solid var(--e-global-color-primary, #2c5aa0);
    outline-offset: 2px;
}

/* ========================================
   NEW DESIGN STYLES FOR MENU WIDGET
   ======================================== */

/* Section Layout - Two Columns */
.locket-sections-2-column .locket-sections-container.locket-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 768px) {
    .locket-sections-2-column .locket-sections-container.locket-two-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ========================================
   CLASSIC STYLE (Default/Traditional)
   ======================================== */
.locket-style-classic .locket-menu-section {
    margin-bottom: 45px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 30px;
}

.locket-style-classic .locket-menu-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.locket-style-classic .locket-section-title {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.locket-style-classic .locket-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--e-global-color-primary, #2c5aa0);
}

.locket-style-classic .locket-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
}

.locket-style-classic .locket-menu-item:last-child {
    border-bottom: none;
}

.locket-style-classic .locket-item-content {
    flex: 1;
}

.locket-style-classic .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.locket-style-classic .locket-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.locket-style-classic .locket-item-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-primary, #2c5aa0);
    padding-left: 10px;
}

/* ========================================
   MODERN STYLE (Clean & Contemporary)
   ======================================== */
.locket-style-modern .locket-menu-section {
    margin-bottom: 60px;
}

.locket-style-modern .locket-section-title {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.locket-style-modern .locket-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2c5aa0);
    border-radius: 2px;
}

.locket-style-modern .locket-menu-items {
    display: grid;
    gap: 30px;
}

.locket-style-modern .locket-menu-items.locket-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.locket-style-modern .locket-menu-items.locket-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .locket-style-modern .locket-menu-items.locket-columns-2,
    .locket-style-modern .locket-menu-items.locket-columns-3 {
        grid-template-columns: 1fr;
    }
}

.locket-style-modern .locket-menu-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.locket-style-modern .locket-menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2c5aa0);
}

.locket-style-modern .locket-menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.locket-style-modern .locket-item-content {
    position: relative;
}

.locket-style-modern .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 20px;
}

.locket-style-modern .locket-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.locket-style-modern .locket-item-price {
    font-size: 20px;
    font-weight: 800;
    color: white;
    background: linear-gradient(135deg, #3498db, #2c5aa0);
    padding: 8px 16px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
}

.locket-style-modern .locket-item-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* ========================================
   ELEGANT STYLE (Sophisticated)
   ======================================== */
.locket-style-elegant {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 40px;
    border-radius: 8px;
}

.locket-style-elegant .locket-menu-section {
    margin-bottom: 60px;
    position: relative;
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.locket-style-elegant .locket-section-title {
    font-size: 26px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    font-family: serif;
    position: relative;
    padding-bottom: 15px;
}

.locket-style-elegant .locket-section-title::after {
    content: '❦';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--e-global-color-primary, #2c5aa0);
    font-size: 20px;
}

.locket-style-elegant .locket-items-elegant {
    display: grid;
    gap: 30px;
}

.locket-style-elegant .locket-items-elegant.locket-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.locket-style-elegant .locket-items-elegant.locket-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .locket-style-elegant .locket-items-elegant.locket-columns-2,
    .locket-style-elegant .locket-items-elegant.locket-columns-3 {
        grid-template-columns: 1fr;
    }
}

.locket-style-elegant .locket-menu-item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 25px;
    background: #fefefe;
    position: relative;
}

.locket-style-elegant .locket-menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--e-global-color-primary, #2c5aa0), #7c4dff);
    border-radius: 6px 6px 0 0;
}

.locket-style-elegant .locket-item-title {
    font-size: 19px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
    font-family: serif;
}

.locket-style-elegant .locket-item-price {
    font-size: 17px;
    font-weight: 600;
    color: var(--e-global-color-primary, #2c5aa0);
    float: right;
    font-family: serif;
}

/* ========================================
   MINIMAL STYLE (Clean & Simple)
   ======================================== */
.locket-style-minimal {
    max-width: 600px;
    margin: 0 auto;
}

.locket-style-minimal .locket-menu-section {
    margin-bottom: 50px;
}

.locket-style-minimal .locket-section-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.locket-style-minimal .locket-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
}



.locket-style-minimal .locket-item-content {
    flex: 1;
}

.locket-style-minimal .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.locket-style-minimal .locket-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    flex: 1;
}

.locket-style-minimal .locket-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #2c5aa0;
    margin-left: 20px;
}

.locket-style-minimal .locket-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
}

/* Ensure minimal style desktop layout is preserved for tablet */
@media (min-width: 481px) {
    .locket-style-minimal .locket-item-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: baseline !important;
        flex-direction: row !important;
    }
    
    .locket-style-minimal .locket-item-title {
        text-align: left !important;
        margin: 0 !important;
        flex: 1 !important;
    }
    
    .locket-style-minimal .locket-item-price {
        margin-left: 20px !important;
        text-align: right !important;
    }
}

/* Style: Boxed */
.locket-style-boxed .locket-section-wrapper {
    border: 2px solid #333;
    padding: 30px;
    margin-bottom: 2rem;
    background: #fff;
}

.locket-style-boxed .locket-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 30px 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.locket-style-boxed .locket-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
}



.locket-style-boxed .locket-item-content {
    flex: 1;
}

.locket-style-boxed .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.locket-style-boxed .locket-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    flex: 1;
    text-transform: uppercase;
}

.locket-style-boxed .locket-item-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
}

.locket-style-boxed .locket-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    font-style: italic;
}

/* Style: Boxed with Title */
.locket-style-boxed-title .locket-section-wrapper {
    border: 2px solid #333;
    padding: 0;
    margin-bottom: 2rem;
    background: #fff;
    position: relative;
}

.locket-style-boxed-title .locket-section-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 20px 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    background: #f8f9fa;
}

.locket-style-boxed-title .locket-menu-items {
    padding: 30px;
}

.locket-style-boxed-title .locket-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.locket-style-boxed-title .locket-menu-item:last-child {
    border-bottom: none;
}

.locket-style-boxed-title .locket-item-content {
    flex: 1;
}

.locket-style-boxed-title .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.locket-style-boxed-title .locket-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    flex: 1;
    text-transform: uppercase;
}

.locket-style-boxed-title .locket-item-price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
}

.locket-style-boxed-title .locket-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    font-style: italic;
}

/* Style: Standard (Clean List) */
.locket-style-standard .locket-section-wrapper {
    padding: 20px 0;
    margin-bottom: 2rem;
    background: #fff;
}

.locket-style-standard .locket-section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 30px 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.locket-style-standard .locket-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.locket-style-standard .locket-menu-item:last-child {
    border-bottom: none;
}

.locket-style-standard .locket-item-content {
    flex: 1;
}

.locket-style-standard .locket-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.locket-style-standard .locket-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    flex: 1;
    text-transform: uppercase;
}

.locket-style-standard .locket-item-price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
}

.locket-style-standard .locket-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    font-style: italic;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */
@media (max-width: 480px) {
    .locket-style-classic .locket-item-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .locket-style-classic .locket-item-title::after {
        display: none;
    }
    
    .locket-style-classic .locket-item-price {
        padding-left: 0;
        margin-top: 5px;
    }
    
    .locket-style-modern .locket-section-title::before,
    .locket-style-modern .locket-section-title::after {
        display: none;
    }
    
    .locket-style-elegant {
        padding: 20px;
    }
    
    .locket-style-elegant .locket-menu-section {
        padding: 20px;
    }
    
    .locket-style-minimal .locket-menu-item {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    
    .locket-style-minimal .locket-item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .locket-style-minimal .locket-item-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .locket-style-minimal .locket-item-title {
        text-align: center;
        margin: 0 0 8px 0;
        font-size: 18px;
        font-weight: 600;
    }
    
    .locket-style-minimal .locket-item-price {
        margin: 0;
        font-size: 16px;
    }
    
    .locket-style-minimal .locket-item-description {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        line-height: 1.5;
    }

}

/* ===== RESTAURANT INFO WIDGET STYLES ===== */

/* Restaurant Info Widget Base Styles */
.elementor-widget-locket-restaurant-info .locket-restaurant-info {
    font-family: inherit;
    line-height: 1.6;
}

.locket-restaurant-info .locket-restaurant-name {
    margin: 0 0 20px 0;
    font-size: 2em;
    font-weight: bold;
    color: var(--locket-text-color, #333);
}

.locket-restaurant-info .locket-contact-details {
    margin-bottom: 20px;
}

.locket-restaurant-info .locket-contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.locket-restaurant-info .locket-contact-label {
    font-weight: 600;
    color: var(--locket-text-color, #333);
    min-width: 60px;
    flex-shrink: 0;
}

/* Address Styles */
.locket-restaurant-info .locket-restaurant-address {
    font-style: normal;
    margin: 0;
    line-height: 1.5;
}

.locket-restaurant-info .locket-address-link {
    color: var(--locket-primary-color, #2c5aa0);
    text-decoration: none;
    transition: color 0.3s ease;
}

.locket-restaurant-info .locket-address-link:hover {
    color: var(--locket-accent-color, #ffc107);
    text-decoration: underline;
}

/* Address Layout Variations */
.locket-restaurant-address.locket-address-single-line {
    display: inline;
}

.locket-restaurant-address.locket-address-2-lines,
.locket-restaurant-address.locket-address-3-lines {
    display: block;
}

/* Phone and Email Styles */
.locket-restaurant-info .locket-contact-item a {
    color: var(--locket-primary-color, #2c5aa0);
    text-decoration: none;
    transition: color 0.3s ease;
}

.locket-restaurant-info .locket-contact-item a:hover {
    color: var(--locket-accent-color, #ffc107);
    text-decoration: underline;
}

/* Hours Section */
.locket-restaurant-info .locket-hours-section {
    margin-bottom: 20px;
}

.locket-restaurant-info .locket-hours-title {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--locket-text-color, #333);
}

.locket-restaurant-info .locket-restaurant-hours {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.locket-restaurant-info .locket-hours-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid var(--locket-border-color, #eee);
}

.locket-restaurant-info .locket-hours-day:last-child {
    border-bottom: none;
}

.locket-restaurant-info .locket-day-name {
    font-weight: 500;
    color: var(--locket-text-color, #333);
}

.locket-restaurant-info .locket-hours-open {
    color: var(--locket-text-color, #333);
}

.locket-restaurant-info .locket-hours-closed {
    color: #999;
    font-style: italic;
}

/* Status Section */
.locket-restaurant-info .locket-status-section {
    margin-bottom: 15px;
}

.locket-restaurant-info .locket-status-open {
    color: #28a745;
    font-weight: 600;
    padding: 5px 10px;
    background-color: rgba(40, 167, 69, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.locket-restaurant-info .locket-status-closed {
    color: #dc3545;
    font-weight: 600;
    padding: 5px 10px;
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: 4px;
    display: inline-block;
}

/* Layout Variations */

/* Vertical Layout (Default) */
.locket-restaurant-info.locket-layout-vertical {
    display: flex;
    flex-direction: column;
}

/* Horizontal Layout */
.locket-restaurant-info.locket-layout-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.locket-restaurant-info.locket-layout-horizontal .locket-restaurant-name {
    width: 100%;
    margin-bottom: 15px;
}

.locket-restaurant-info.locket-layout-horizontal .locket-contact-details {
    flex: 1;
    min-width: 250px;
}

.locket-restaurant-info.locket-layout-horizontal .locket-hours-section {
    flex: 1;
    min-width: 200px;
}

.locket-restaurant-info.locket-layout-horizontal .locket-status-section {
    width: 100%;
}

/* Card Layout */
.locket-restaurant-info.locket-layout-card {
    background: var(--locket-secondary-color, #f8f9fa);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--locket-border-color, #eee);
}

.locket-restaurant-info.locket-layout-card .locket-restaurant-name {
    text-align: center;
    border-bottom: 2px solid var(--locket-primary-color, #2c5aa0);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* Editor Preview Styles */
.locket-no-restaurant-info {
    padding: 20px;
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    text-align: center;
    color: #666;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .locket-restaurant-info.locket-layout-horizontal {
        flex-direction: column;
        gap: 20px;
    }
    
    .locket-restaurant-info .locket-contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .locket-restaurant-info .locket-contact-label {
        min-width: auto;
    }
    
    .locket-restaurant-info .locket-hours-day {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .locket-restaurant-info.locket-layout-card {
        padding: 15px;
    }
    
    .locket-restaurant-info .locket-restaurant-name {
        font-size: 1.5em;
    }
}

/* Menu Hours Styles */
.locket-menu-hours {
    /* Default styles removed - use Elementor controls for styling */
}

.locket-menu-hours .locket-active-hours {
    /* Default styles removed - use Elementor controls for styling */
}


