* { box-sizing: border-box; margin: 0; padding: 0; }
       html { scroll-behavior: smooth; }
       body { font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif; font-size: 14px; color: #333; background-color: #f4f4f4; line-height: 1.6; font-weight: 400; margin: 0; }
       a { text-decoration: none; color: inherit; }
       ul { list-style: none; padding:0; margin:0; }
       button { cursor: pointer; font-family: inherit; border: none; background: none; padding: 0; }
       img { max-width: 100%; height: auto; display: block; }
       h1, h2, h3, h4, h5, h6, .logo-text, .section-title, .info-header h4 { font-weight: 600; }
       .main-nav li a, .more-button-box { font-weight: 500; }
       h1.post-title, h2.sub-title, .premium-vendors > h2 { font-weight: 700; }


       :root {
        --card-border-radius: 8px;
        --theme-color: #8a2be2;
        --theme-color-dark: #6a1a9a;
        --accent-color-orange: #ff7e00;
        --star-color: #ffc107;
        --gold-color-dark: #b7892b;
        --gold-color-light: #f0c14b;
        --inner-container-width: 1600px;
        --content-width: 1100px;
        --side-padding: 20px;
       }

       .inner-container { max-width: var(--inner-container-width); margin-left: auto; margin-right: auto; padding-left: var(--side-padding); padding-right: var(--side-padding); width: 100%; }

       .header-wrapper { background-color: #fff; border-bottom: 1px solid #eee; padding: 10px 0; }
       .main-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; max-width: var(--inner-container-width); margin: 0 auto; padding: 0 var(--side-padding);}
       .logo-text { font-size: 2em; margin: 0; flex-shrink: 0; color: var(--theme-color); }
       .logo-text a { color: inherit; text-decoration: none; }
       .search-form { display: flex; border: 2px solid var(--theme-color); margin: 5px 0; flex-grow: 1; min-width: 300px; max-width: 700px; margin-left: 25px; margin-right: 25px; }
       .search-form input { padding: 9px 15px; border: none; outline: none; width: 100%; font-size: 1em; font-family: inherit; }
       .search-form button { background-color: var(--theme-color); color: white; padding: 0 20px; font-weight: bold; flex-shrink: 0; }
       .search-form button i { margin-right: 6px;}
       .user-menu { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 5px 0; flex-shrink: 0; }
       .user-menu a { color: #555; white-space: nowrap; }
       .user-menu i { font-size: 1.3em; color: #555; }
       .user-menu a:hover, .user-menu i:hover { color: var(--theme-color); }

       .nav-wrapper { background-color: #f8f8f8; border-bottom: 1px solid #ddd; }
       .main-nav .inner-container { max-width: var(--inner-container-width); }
       .main-nav ul { display: flex; justify-content: center; -webkit-overflow-scrolling: touch; }
       .main-nav li a { display: block; padding: 12px 22px; color: #444; border-right: 1px solid #eee; white-space: nowrap; transition: background-color 0.2s, color 0.2s; }
       .main-nav li:first-child a { border-left: 1px solid #eee; }
       .main-nav li a:hover, .main-nav li a.active { background-color: var(--theme-color); color: #fff; border-color: var(--theme-color); }
       .main-nav .submenu { display: none; position: absolute; background: #fff; border: 1px solid #ddd; z-index: 1000; min-width: 160px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
       .main-nav .menu-item { position: relative; }
       .main-nav .menu-item:hover > .submenu { display: block; }
       .main-nav .submenu li a { padding: 10px 15px; display: block; white-space: nowrap; color: #333; border: none; }
       .main-nav .submenu li:first-child a { border: none; }
       .main-nav .submenu li a:hover { background-color: #f5f5f5; color: var(--theme-color); }

       .breadcrumb-nav { max-width: var(--content-width); margin: 15px auto 0 auto; padding: 0 var(--side-padding); }
       .breadcrumb { display: flex; flex-wrap: wrap; padding: 10px 15px; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 6px; font-size: 0.9em; }
       .breadcrumb-item { display: flex; align-items: center; }
       .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/"; }
       .breadcrumb-item a { color: var(--theme-color); text-decoration: none; }
       .breadcrumb-item a:hover { text-decoration: underline; }
       .breadcrumb-item.active { color: #6c757d; font-weight: 500; }

       .dalto-post-wrap {
            font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
            line-height: 1.75;
            color: #333;
            padding: 30px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: var(--card-border-radius);
            word-break: keep-all;
            max-width: var(--content-width);
            margin: 20px auto 30px auto;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
       }

       .dalto-post-wrap h1.post-title { font-size: 28px; color: var(--theme-color); margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid var(--theme-color); text-align: center; font-weight: 700; }
       .dalto-post-wrap h1.post-title .venue-type-badge { display: inline-block; background-color: var(--accent-color-orange); color: white; font-size: 0.55em; padding: 5px 10px; border-radius: 4px; margin-left: 10px; vertical-align: middle; font-weight: 600; }
       .dalto-post-wrap h2.sub-title { font-size: 21px; color: var(--theme-color-dark); margin-top: 40px; margin-bottom: 18px; padding-left: 12px; border-left: 4px solid var(--accent-color-orange); display: flex; align-items: center; font-weight: 600; padding-top: 25px; border-top: 1px solid #eee; }
       .dalto-post-wrap h2.sub-title:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
       .dalto-post-wrap h2.sub-title i { margin-right: 10px; font-size: 0.9em; color: var(--accent-color-orange); }
       .dalto-post-wrap h2.pricing-title { margin-top: 40px; padding-top: 25px; border-top: 1px solid #eee; }
       .dalto-post-wrap p { margin-bottom: 18px; font-size: 15px; color: #444; line-height: 1.75;}
       .dalto-post-wrap .intro-image { margin-bottom: 20px; border-radius: var(--card-border-radius); overflow: hidden; border: 1px solid #eee; box-shadow: 0 2px 6px rgba(0,0,0,0.07); }
       .dalto-post-wrap .intro-image img { display: block; width: 100%; height: auto; max-width: 100%; margin: 0 auto; object-fit: cover; max-height: 600px; }
       .intro-cta-button { display: inline-block; background-color: var(--theme-color); color: white; padding: 10px 25px; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.2s; font-size: 1em; margin-top: 0; }
       .intro-cta-button:hover { background-color: var(--theme-color-dark); }
       .intro-cta-button i { margin-right: 8px; }

       .dalto-post-wrap p.intro-text { font-size: 16px; color: #555; margin-top: 30px; margin-bottom: 30px; font-weight: 500; text-align: center; padding: 20px; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; background-color: #fdfaff; border-radius: 6px; }
       .dalto-post-wrap strong { color: var(--theme-color); font-weight: 600; }
       .dalto-post-wrap strong.highlight { background-color: #f5f0ff; padding: 2px 5px; border-radius: 4px; font-weight: 600; color: var(--theme-color-dark); }
       .dalto-post-wrap ul.features-list { list-style: none; padding: 0 0 0 10px; margin: 20px 0; border-left: 3px solid #eee; }
       .dalto-post-wrap ul.features-list li { margin-bottom: 14px; padding-left: 30px; position: relative; font-size: 15px; color: #555; }
       .dalto-post-wrap ul.features-list li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--accent-color-orange); position: absolute; left: 5px; top: 3px; font-size: 16px; }

        .dalto-post-wrap .service-highlight-box { background-color: #f3e5f5; border: 1px solid #e1bee7; padding: 20px 25px; border-radius: 8px; margin: 25px 0; box-shadow: 0 2px 5px rgba(156, 39, 176, 0.1); }
        .dalto-post-wrap .service-highlight-box h4 { font-size: 18px; color: #8e24aa; margin-top: 0; margin-bottom: 12px; display: flex; align-items: center; font-weight: 600;}
        .dalto-post-wrap .service-highlight-box h4 i { margin-right: 8px; }
        .dalto-post-wrap .service-highlight-box p { margin-bottom: 8px; font-size: 15px; color: #333; display: flex; align-items: center;}
        .dalto-post-wrap .service-highlight-box p i { color: #9c27b0; margin-right: 8px; width: 18px; text-align: center; }

       .dalto-post-wrap .pricing-section dl { margin: 15px 0; border: 1px solid #eee; border-radius: 6px; overflow: hidden; background-color: #fff; }
       .dalto-post-wrap .pricing-section dt { background-color: #f8f8f8; padding: 12px 18px; font-weight: 600; color: #555; border-bottom: 1px solid #eee; font-size: 1.05em; display: flex; align-items: center;}
       .dalto-post-wrap .pricing-section dt i { margin-right: 8px; color: var(--accent-color-orange); font-size: 1.1em;}
       .dalto-post-wrap .pricing-section dd { padding: 12px 18px 14px 25px; margin: 0; border-bottom: 1px dotted #eee; font-size: 0.95em; color: #666; }
       .dalto-post-wrap .pricing-section dd:last-child { border-bottom: none; }
       .dalto-post-wrap .pricing-section dd span.price-label { font-weight: 500; color: #444; margin-right:5px;}
       .dalto-post-wrap .pricing-section dd span.price-value { font-weight: bold; color: var(--theme-color-dark); margin: 0 2px; }
       .dalto-post-wrap .pricing-note { font-size: 0.9em; color: #777; margin-top: 10px; margin-bottom: 20px; padding-left: 10px; }
       .dalto-post-wrap .pricing-note strong { color: #d9534f; }
       .dalto-post-wrap .location-hours-box { background-color: #fff; border: 1px solid #eee; padding: 20px 25px; border-radius: 6px; margin-bottom: 0; }
       .dalto-post-wrap .location-hours-box p { margin-bottom: 10px; display: flex; align-items: flex-start; font-size: 15px; color: #555;}
       .dalto-post-wrap .location-hours-box i.contact-icon { margin-right: 10px; color: var(--theme-color); width: 18px; text-align: center; margin-top: 3px; flex-shrink: 0;}

       .google-map-container { margin-top: 20px; margin-bottom: 30px; border: 1px solid #eee; border-radius: var(--card-border-radius); overflow: hidden; }
       .google-map-container h4 { font-size: 1.1em; padding: 15px 20px; margin: 0; background-color: #f8f8f8; border-bottom: 1px solid #eee; color: #555; font-weight: 600;}
       .google-map-container h4 i { margin-right: 8px; color: var(--theme-color); }
       .google-map-container iframe { display: block; border:0; width: 100%; height: 400px; }

       .gallery-section { margin-top: 40px; padding-top: 25px; border-top: 1px solid #eee; }
       .gallery-section .sub-title { border-top: none; padding-top: 0; margin-top: 0; }
       .gallery-section .sub-title i { color: var(--theme-color); }
       .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 15px; }
       .gallery-item { border: 1px solid #eee; border-radius: var(--card-border-radius); overflow: hidden; background-color: #fff; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
       .gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background-color: #f0f0f0; }
       .gallery-item .caption { padding: 8px 10px; font-size: 0.85em; color: #555; margin-bottom: 0; }

       .notice-section { background-color: #fff8e1; border: 1px solid #ffecb3; border-radius: var(--card-border-radius); padding: 25px; margin-top: 40px; padding-top: 30px; border-top: 1px solid #eee; }
       .notice-section .sub-title { color: #ff8f00; border-left-color: #ffc107; border-top: none; padding-top: 0; margin-top: 0; margin-bottom: 15px; }
       .notice-section .sub-title i { color: #ffc107; }
       .notice-list { list-style: none; padding-left: 10px; margin-top: 10px; }
       .notice-item { font-size: 0.95em; color: #444; margin-bottom: 12px; padding-left: 20px; position: relative; line-height: 1.7; }
       .notice-item::before { content: "\f058"; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #ff8f00; position: absolute; left: 0; top: 4px; font-size: 1em; }
       .notice-item strong { color: #c00; font-weight: 600; }

       .dalto-post-wrap .solo-section { margin-top: 40px; padding: 25px; background-color: #f5f0ff; border: 1px solid #dcd0f1; border-radius: 8px; text-align: center; padding-top: 30px; border-top: 1px solid #eee; }
       .dalto-post-wrap .solo-section h2 { border: none; padding-left: 0; margin-top: 0; margin-bottom: 15px; font-size: 19px; color: #333; display: flex; align-items: center; justify-content: center; border-top: none; padding-top: 0; }
       .dalto-post-wrap .solo-section h2 i { color: var(--theme-color); margin-right: 8px;}
       .dalto-post-wrap .solo-section p { margin-bottom: 15px; font-weight: 500; color: #6a1a9a; font-size: 15px;}
       .dalto-post-wrap .solo-section ul { list-style: none; padding: 0; margin-bottom: 20px; display: inline-block; text-align: left; }
       .dalto-post-wrap .solo-section li { font-size: 0.95em; color: #555; margin-bottom: 8px; }
       .dalto-post-wrap .solo-section li i { color: #28a745; margin-right: 6px; font-size: 0.9em;}
       .dalto-post-wrap .solo-section .cta-button { display: inline-block; background-color: var(--accent-color-orange); color: white; padding: 10px 25px; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.2s; margin-top: 10px; }
       .dalto-post-wrap .solo-section .cta-button:hover { background-color: #e66f00; }

        /* Reviews Section Styles (Added) */
       .reviews-section { margin-top: 40px; padding-top: 25px; border-top: 1px solid #eee;}
       .review-item { background-color: #fff; border: 1px solid #eee; border-radius: var(--card-border-radius); padding: 20px; margin-bottom: 15px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
       .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed #eee; }
       .review-author { font-weight: 600; color: #555; }
       .review-rating { color: var(--star-color); font-size: 1.1em; }
       .review-rating .fa-star-half-alt { color: var(--star-color); }
       .review-text { color: #444; font-size: 0.95em; line-height: 1.7; margin-top: 10px;}

        /* FAQ Section Styles (Added) */
       .faq-section { margin-top: 40px; padding-top: 25px; border-top: 1px solid #eee;}
       .faq-section details { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 4px; margin-bottom: 10px; }
       .faq-section summary { padding: 15px; font-weight: 600; color: var(--theme-color-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;}
       .faq-section summary::-webkit-details-marker { display: none; }
       .faq-section summary::after { content: '+'; font-size: 1.2em; color: var(--theme-color); transition: transform 0.2s; }
       .faq-section details[open] summary::after { content: '-'; }
       .faq-section .faq-answer { padding: 0 15px 15px 15px; color: #555; line-height: 1.7; border-top: 1px dashed #ddd; margin-top: 10px;}


       .dalto-post-wrap .contact-info { background-color: #f8f8f8; border: 1px solid #e5e5e5; padding: 30px; border-radius: var(--card-border-radius); margin-top: 40px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); padding-top: 30px; border-top: 1px solid #eee; }
       .dalto-post-wrap .contact-info h2 { margin-top: 0; margin-bottom: 20px; font-size: 19px; color: #333; border: none; padding-left: 0; display: flex; align-items: center; border-top: none; padding-top: 0; }
       .dalto-post-wrap .contact-info h2 i{ color: var(--theme-color); margin-right: 10px; font-size: 1em; }
       .dalto-post-wrap .contact-info p { margin-bottom: 12px; font-size: 15px; display: flex; align-items: flex-start; }
        .dalto-post-wrap .contact-info i.contact-icon { margin-right: 10px; color: var(--theme-color); width: 20px; text-align: center; flex-shrink: 0; margin-top: 2px; }
       .dalto-post-wrap .contact-info span.info-text { flex-grow: 1; }
       .dalto-post-wrap .contact-info a { color: #007bff; font-weight: bold; text-decoration: none; margin-left: 5px; }
       .dalto-post-wrap .contact-info a:hover { text-decoration: underline; }
        .dalto-post-wrap .contact-info .promo-mention {
            margin-top: 15px;
            font-size: 0.95em;
            color: #d9534f;
            font-weight: bold;
            text-align: center;
            background-color: #fdf7f7;
            border: 1px dashed #e4b9b7;
            padding: 10px;
            border-radius: 5px;
        }
        .dalto-post-wrap .contact-info .promo-mention i { margin-right: 5px; }
       .dalto-post-wrap .contact-info .contact-button-wrap { text-align: center; margin-top: 25px;}
       .dalto-post-wrap .contact-info .cta-button { display: inline-block; background-color: var(--theme-color); color: white; padding: 12px 30px; border-radius: 5px; font-weight: bold; text-decoration: none; transition: background-color 0.2s; font-size: 16px; }
       .dalto-post-wrap .contact-info .cta-button:hover { background-color: var(--theme-color-dark); }
       .dalto-post-wrap a.internal-link { color: var(--theme-color); font-weight: 500; text-decoration: none; border-bottom: 1px dotted var(--theme-color); transition: color 0.2s, border-color 0.2s; }
        .dalto-post-wrap a.internal-link:hover { color: var(--theme-color-dark); border-bottom-color: var(--theme-color-dark); }
        .dalto-post-wrap .final-comment { margin-top: 40px; font-style: normal; color: #666; text-align: center; border-top: 1px dashed #ddd; padding-top: 30px; font-size: 16px; font-weight: bold;}

       .premium-vendors {
            max-width: var(--content-width);
            margin: 30px auto;
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }
       .premium-vendors > h2 { text-align: center; margin-bottom: 35px; color: #333; font-size: 2em; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; flex-shrink: 0; }
       .premium-vendors > h2 .title-icon { font-size: 1.1em; color: var(--gold-color-dark); }
       .vendor-cards { display: flex; justify-content: space-around; gap: 20px; overflow-x: auto; padding-bottom: 10px; flex-grow: 1; }
       .vendor-cards::-webkit-scrollbar { height: 8px; }
       .vendor-cards::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 4px; }
       .vendor-cards::-webkit-scrollbar-track { background-color: #f1f1f1; }
       .vendor-card { border: 2px solid var(--theme-color); border-radius: 10px; flex-basis: calc(33.333% - 14px); flex-shrink: 0; min-width: 300px; box-shadow: 0 3px 7px rgba(111, 66, 193, 0.2); background-color: #fff; padding: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.3s ease; text-align: center; }
       .vendor-card:hover { box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3); }
       .vendor-card .badge-icon { position: absolute; top: 15px; left: 15px; font-size: 2.3em; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); z-index: 1; animation: iconSparkle 2.5s infinite ease-in-out; color: var(--gold-color-light); }
       @keyframes iconSparkle { 0%, 100% { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(240, 193, 75, 0.5); transform: scale(1); } 50% { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 15px rgba(240, 193, 75, 0.9), 0 0 8px rgba(255, 255, 255, 0.5); transform: scale(1.05); } }
       .vendor-card img { max-width: 100%; height: 160px; object-fit: cover; margin-bottom: 15px; border-radius: 4px; display: block; margin: 0 auto 15px auto; background-color: #eee; }
       .vendor-card h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.4em; color: #333; font-weight: 700; padding-top: 25px; position: relative; animation: titlePulse 2.5s infinite ease-in-out; word-break: keep-all; }
       @keyframes titlePulse { 0%, 100% { transform: scale(1); text-shadow: 0 0 3px rgba(255, 255, 255, 0.7), 0 0 5px rgba(138, 43, 226, 0.5), 0 0 7px rgba(138, 43, 226, 0.4); } 50% { transform: scale(1.05); text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 15px rgba(138, 43, 226, 1), 0 0 20px rgba(138, 43, 226, 0.8); } }
       .rating { color: var(--star-color); font-size: 1.1em; margin-bottom: 15px; }
       .rating .score-text { color: #777; font-size: 0.9em; font-weight: 500; margin-left: 5px; }
       .vendor-card p.description { font-size: 0.95em; color: #555; line-height: 1.6; margin-bottom: 15px; }
       .vendor-info { margin-bottom: 15px; padding: 10px; background-color: #fdfdfd; border-radius: 4px; border: 1px solid #eee; }
       .vendor-info p { font-size: 0.9em; color: #333; margin: 5px 0; line-height: 1.5; word-break: keep-all; }
       .vendor-info p strong { font-weight: 600; color: #555; display: block; margin-bottom: 2px; }
       .promo-text { font-size: 0.85em; font-weight: 600; color: #d9534f; background-color: #fdf7f7; border: 1px dashed #e4b9b7; padding: 10px; border-radius: 5px; margin-top: 15px; margin-bottom: 15px; line-height: 1.5; word-break: keep-all; flex-grow: 1; }
       .promo-text::before { content: "❗"; margin-right: 5px; font-weight: bold; }
       .buttons { display: flex; justify-content: space-between; gap: 8px; margin-top: auto; }
       .btn { padding: 10px 5px; border: none; border-radius: 5px; color: white; text-decoration: none; text-align: center; font-weight: bold; font-size: 0.85em; cursor: pointer; flex: 1; transition: background-color 0.3s ease, transform 0.2s ease; display: flex; align-items: center; justify-content: center; gap: 4px; white-space: nowrap; }
       .btn i { margin-right: 4px; font-size: 0.9em; vertical-align: middle; }
       .btn-phone { background-color: #28a745; animation: sparkle 2s infinite ease-in-out; }
       @keyframes sparkle { 0%, 100% { box-shadow: 0 0 5px rgba(40, 167, 69, 0.5), 0 0 10px rgba(255, 255, 255, 0.3), inset 0 0 3px rgba(255, 255, 255, 0.2); transform: scale(1); } 50% { box-shadow: 0 0 12px rgba(40, 167, 69, 0.8), 0 0 25px rgba(255, 255, 255, 0.6), inset 0 0 8px rgba(255, 255, 255, 0.4); transform: scale(1.02); } }
       .btn-kakao { background-color: #FEE500; color: #191919; }
       .btn-details { background-color: var(--theme-color); }
       .btn:hover { opacity: 0.9; transform: scale(1.03); }

       .info-section-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin: 30px auto;
            max-width: var(--content-width);
            padding: 0 var(--side-padding);
        }
       .info-box { border: 1px solid #e0e0e0; border-radius: var(--card-border-radius); background-color: #fff; padding: 20px 25px; display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
       .info-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; flex-shrink: 0; }
       .info-header h4 { font-size: 1.2em; color: #333; display: flex; align-items: center; margin: 0; font-weight: 600; }
       .info-header h4 i { margin-right: 8px; }
       .info-header h4 i.fa-lightbulb { color: #ffc107; }
       .info-header h4 i.fa-newspaper { color: #17a2b8; }
       .info-header h4 .count { font-weight: 400; color: #777; margin-left: 5px; font-size: 0.9em; }
       .info-list { margin: 0; padding: 0; flex-grow: 1; list-style: none; overflow: auto; }
       .info-list li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 0.95em; border-bottom: 1px dotted #eee; }
       .info-list li:last-child { border-bottom: none; }
       .info-list li a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; transition: color 0.2s ease; text-decoration: none; padding-right: 10px; }
       .info-list li a:hover { color: var(--theme-color); }
       .info-list .date { font-size: 0.9em; color: #777; white-space: nowrap; flex-shrink: 0; margin-left: 10px; }
       .more-button-box { display: block; width: 100%; background-color: var(--accent-color-orange); color: white !important; text-align: center; padding: 10px; border-radius: 5px; font-weight: 500; margin-top: 15px; transition: background-color 0.2s ease; text-decoration: none; border: none; font-size: 0.95em; flex-shrink: 0; }
       .more-button-box:hover { background-color: #e66f00; color: white !important; }
       .more-button-box i { margin-left: 8px; }
       .tag { display: inline-block; padding: 2px 6px; font-size: 0.8em; border-radius: 4px; margin-right: 5px; font-weight: 500; vertical-align: middle; }
       .tag-new { background-color: #fff3e0; color: #ef6c00; border: 1px solid #ffe0b2; margin-left: 4px;}


       @media (max-width: 1200px) {
       }
       @media (max-width: 992px) {
            :root { --content-width: 720px; }
            .main-header { justify-content: space-around; }
            .search-form { order: 3; width: 100%; max-width: none; margin-top: 10px; margin-left:0; margin-right:0;}
            .user-menu { order: 2; }
            .logo-text { order: 1; }
             .info-section-grid { grid-template-columns: 1fr; max-width: 100%; padding: 0; }
             .premium-vendors { padding: 20px; }
             .vendor-card { min-width: 280px; }
       }
       @media (max-width: 768px) {
            :root { --content-width: 100%; }
            .main-nav ul { justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding-bottom: 5px; }
            .main-nav li { border-right: none; }
            .main-nav li a { border-right: 1px solid #eee; }
            .main-nav li:first-child a { border-left: 1px solid #eee; }
            .breadcrumb-nav { padding: 0 5px; margin-top: 10px; }
            .breadcrumb { padding: 8px 10px; font-size: 0.85em; }
            .dalto-post-wrap { padding: 20px; margin-bottom: 20px; }
            .dalto-post-wrap h1.post-title { font-size: 24px; }
            .dalto-post-wrap h2.sub-title { font-size: 19px; }
            .premium-vendors { margin-top: 20px; margin-bottom: 20px; padding: 15px; }
            .info-section-grid { margin-top: 20px; margin-bottom: 20px; }
            .gallery-grid { grid-template-columns: repeat(2, 1fr); }
            .info-box { padding: 15px 20px; }
            .dalto-post-wrap .intro-image img { max-height: 450px; }
       }
        @media (max-width: 600px) {
            .buttons { flex-direction: column; }
            .btn { font-size: 0.9em; padding: 12px 5px; }
            .promo-text { font-size: 0.8em; }
            .vendor-info p { font-size: 0.85em; }
            .vendor-card h3 { font-size: 1.2em; }
            .badge-icon { font-size: 2em; }
            .vendor-card { min-width: 250px; }
       }
       @media (max-width: 576px) {
            .main-header { justify-content: center; }
            .logo-text { width: 100%; text-align: center; margin-bottom: 10px; font-size: 1.8em;}
            .user-menu { justify-content: center; width: 100%; }
            .search-form { order: 2;}
            .dalto-post-wrap { padding: 15px; }
            .gallery-grid { grid-template-columns: 1fr; }
            .notice-section { padding: 20px; }
            .notice-item { font-size: 0.9em; }
            .dalto-post-wrap .solo-section ul { display: block; }
            .info-section-grid { grid-template-columns: 1fr; }
       }