* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans KR', Arial, sans-serif;}body {
background-color: #fff;margin: 0 auto; width: 100%;max-width: 1600px; }header {display: flex;justify-content: space-between;align-items: center;padding: 10px 20px;border-bottom: 1px solid #eee; position: relative; z-index: 60;}.logo {font-size: 24px;font-weight: bold;
color: #333;display: flex;justify-content: center;align-items: center;flex: 1;cursor: pointer;}.logo img {height: 40px;width: auto;max-width: 200px;object-fit: contain;}

/* 상단 유틸리티 바 (30px 높이) */
.top-utility-bar {
    width: 100%;
    height: 40px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 50;
}
.top-utility-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    gap: 20px;
}
.top-utility-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-utility-left a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.top-utility-left a:hover {
    color: #667eea;
}

.notification-icon {
    font-size: 10px;
    cursor: pointer;
    transition: transform 0.3s;
}

.notification-icon:hover {
    transform: scale(1.1);
}

/* 통합 검색창 */
.top-search-bar {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 12px;
    min-width: 250px;
}

.top-search-bar input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    width: 200px;
    padding: 0 8px;
}

.top-search-bar input::placeholder {
    color: #999;
}

.search-icon {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.search-icon:hover {
    color: #667eea;
}

.nav-menu {display: flex;justify-content: space-around;
padding: 10px 0;border-bottom: 1px solid #eee;font-size: 18px;font-weight: 900;
flex-wrap: wrap;}.nav-menu a {text-decoration: none;color: #333;padding: 5px 10px;}.banner-section {width: 100%;padding: 0;overflow: hidden;}.banner {width: 100%;text-align: center;}.banner img {width: 100%;height: auto;display: block;
  object-fit: contain;}.main-image-container {width: 100%;display: flex;justify-content: center; margin-bottom: 20px;}.content-section:not(#main-page) .post-image { width: 100%;  height: 250px;  object-fit: cover;
cursor: pointer;}.content-header {  display: flex; align-items: center;  margin-bottom: 15px;  font-weight: bold; font-size: 18px;}.content-header .fire-icon {color: #ff6b01;margin-left: 5px;}.post-card { border-radius: 5px;  overflow: hidden;  width: 100%;   cursor: pointer;
position: relative;}.post-image {  width: 100%; height: 250px; object-fit: cover; background-color: #eee; display: block;}.post-info { padding: 10px 0; font-size: 12px;}.post-title {font-weight: bold;  margin-bottom: 5px; font-size: 14px;  line-height: 1.4; height: 40px; overflow: hidden;}.post-meta {
color: #777; margin-top: 5px;  font-size: 12px;}#bulgeonma-page { display: none; }.grid-container { width: 100%; margin-bottom: 40px;  padding: 0 15px;}.grid-layout {  display: grid; grid-template-columns: repeat(4, 1fr);
gap: 15px;}.grid-layout .post-card { width: 100%;  height: 0;  padding-bottom: 75%;   overflow: hidden;  border-radius: 5px;  position: relative;}.grid-layout .post-card .post-image {  position: relative; top: 0; left: 0;
 width: 100%;height: 100%; object-fit: cover;}.single-image-row { justify-content: center;}.image-row {  display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;}
.additional-images-container {width: 100%; display: flex; flex-direction: column; gap: 20px; margin-top: 30px;}.detail-page { display: none; padding: 20px; max-width: 1200px; margin: 0 auto; text-align: center;}.detail-header {
 display: flex; align-items: center; margin-bottom: 20px; justify-content: center; position: relative;}.back-button {text-decoration: none; color: #333; font-weight: bold; position: absolute; left: 0; cursor: pointer;}
.detail-content { display: flex; flex-direction: column; gap: 20px; align-items: center;}.google-map-container { width: 1200px; height: 400px;; margin: 0 auto 20px; overflow: hidden;}
.google-map-container iframe {  width: 100%;  height: 100%; border: 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);}.detail-image-container { width: 100%; display: flex; justify-content: center; flex-wrap: wrap;
gap: 20px;}.detail-image {  width: 100%; max-width: 600px; height: auto;  max-height: 800px;  object-fit: contain; border-radius: 5px;}.detail-image-container.two-images { display: flex; justify-content: center;   flex-wrap: nowrap; gap: 20px;}
.contact-buttons { text-align: center;margin: 20px 0;}.contact-buttons a {display: inline-block;margin: 0 10px;transition: transform 0.2s;}.contact-buttons a:hover {transform: scale(1.1);}.contact-buttons img {width: 50px;height: 50px;cursor: pointer;border-radius: 8px;box-shadow: 0 2px 4px rgba(0,0,0,0.1);}.copyable, copy {
color: #fffb00;text-decoration: underline;cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;display: inline-block;}.copyable:hover, copy:hover {background-color: #fbff00;}wechat, .wechat-link {color: #07C160; text-decoration: underline;
cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;display: inline-block;}wechat:hover, .wechat-link:hover {background-color: #e6ffe6;}line, .line-link {color: #06C755;
text-decoration: underline;cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;display: inline-block;}line:hover, .line-link:hover {background-color: #e6ffe6;}
tele {color: #ff0000;text-decoration: underline;cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;display: inline-block;}
tele:hover {background-color: #ffeeee;}.zalo-link {color: #0180C7;text-decoration: underline;cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;}.zalo-link:hover {background-color: #e6f7ff;
}.telegram-link {color: #e4110a;text-decoration: underline;cursor: pointer;padding: 2px 4px;border-radius: 3px;transition: background-color 0.2s;}
.telegram-link:hover {background-color: #e6f5ff;}.detail-info {padding: 15px 0;max-width: 800px;margin: 0 auto;text-align: center;}
.detail-description {line-height: 1.6;margin-bottom: 20px;text-align: center;}.detail-meta {display: grid;grid-template-columns: repeat(3, 1fr);gap: 15px;margin-top: 20px;color: #555;text-align: center;}.detail-image-container.two-images .detail-image {
width: 100%;max-width: 600px;height: auto;max-height: 800px;flex: 0 0 auto;}.top-button {background: none;color: #ff0000;border: none;
padding: 0;font: inherit;text-decoration: underline;cursor: pointer;transition: color 0.3s;margin-top: 20px;font-size: 14px;}
#massage-detail h3 {  font-size: 35px;  font-weight: bold;}.detail-content h4 {font-size: 24px;}.detail-content h5 {font-size: 20px;}
.detail-content h1 {font-size: 28px;font-weight: bold;}.detail-content h6 {font-size: 24px; }.top-button:hover {color: #ff6b01;}img {max-width: 100%;
height: auto;object-fit: cover;}.mobile-menu-toggle {display: none;flex-direction: column;justify-content: space-between;
width: 30px;height: 21px;cursor: pointer;z-index: 100;position: relative;}.mobile-menu-toggle span {display: block;height: 3px;width: 100%;
background-color: #e9f415;border-radius: 3px;transition: all 0.3s ease;}.mobile-nav {display: none;position: fixed;top: 0;right: -100%;
width: 40%;height: 100%;background-color: white;z-index: 99;box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);transition: right 0.3s ease;overflow-y: auto;}.mobile-nav.active {right: 0;}.mobile-nav-content {
display: flex;flex-direction: column;padding: 80px 20px 20px;}.mobile-nav-content a {text-decoration: none;color: #333;
padding: 15px 10px;border-bottom: 1px solid #eee;font-size: 16px;font-weight: 900;}.mobile-nav-content a.active {
color: #ff6b01;}.mobile-menu-toggle.active span:nth-child(1) {transform: translateY(9px) rotate(45deg);}.mobile-menu-toggle.active span:nth-child(2) {
opacity: 0;}.mobile-menu-toggle.active span:nth-child(3) {transform: translateY(-9px) rotate(-45deg);}.slider-container {
width: 100%;position: relative;overflow: hidden;margin-bottom: 20px;}.slides {display: flex;transition: transform 0.5s ease;
}.slide {flex: 0 0 100%;min-width: 100%;}.pagination-dots {display: flex;justify-content: center;margin-top: 10px;margin-bottom: 20px;
padding: 10px 0;}.slide-dot {width: 10px;height: 10px;border-radius: 50%;background-color: #ccc;margin: 0 5px;cursor: pointer;
transition: background-color 0.3s ease;}.slide-dot.active {background-color: #ff6b01;}.desktop-banner {  display: block;
}.mobile-banner {  display: none;}.image-modal {  position: fixed;  z-index: 9999;  display: flex;  justify-content: center;
  align-items: center;  left: 0; top: 0;  width: 100%;  height: 100%;  background-color: black;}body.modal-open {  overflow: hidden;
}.massage-info {
  font-size: clamp(1rem, 4vw, 1.17em); 
  margin: 1em 0;
  line-height: 1.6;
  padding: 0 1rem; 
  max-width: 100%; 
  box-sizing: border-box;
}

.shop-name {
  color: #dc3545;
  font-weight: bold;
  font-size: clamp(1.1rem, 5vw, 1.3em); 
}

.highlight-text {
  font-weight: bold;
  color: #dc3545;
}

.line-break {
  display: block;
  margin: 0.5em 0;
}
.image-modal .modal-content { width: 100vw;  height: 100vh;  object-fit: contain;  border-radius: 0;  box-shadow: none;
}.image-modal .close-modal {  position: absolute;  top: 20px;  right: 30px;  color: white;  font-size: 40px;  font-weight: bold;
  cursor: pointer;}
  .telegram-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-shadow: 0 -2px 5px transparent;
    z-index: 1000;
}

.kakao-btn {
    background-color: #FEE500;
    color: #000000;
    border: none;
    padding: 4px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telegram-btn {
    background-color: #2EAADE; 
    color: white;
    border: none;
    padding: 4px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}@media (min-width: 1281px) {body {width: 100%;max-width: 1600px;}.content-section {padding: 20px;}.grid-layout {grid-template-columns: repeat(4, 1fr);gap: 15px;}.grid-layout .post-card {padding-bottom: 75%; }
.post-image {height: 250px; }.detail-image {width: 100%;max-width: 600px;height: auto;max-height: 800px;}.detail-image-container.two-images .detail-image {
width: 45%;max-width: 600px;}.slider-container {height: 380px; }.slide .post-card {height: 380px;}.slide .post-image {height: 350px;
}}@media (width: 1280px) {body {width: 100%;max-width: 1600px;}.content-section {padding: 20px;}.slider-container {height: 350px; 
}.slide .post-card {height: 350px;}.slide .post-image {height: 300px;}.grid-container {width: calc(100% - 100px);max-width: 1200px; 
margin: 0 auto; padding: 0 15px;   }.grid-layout {grid-template-columns: repeat(3, 1fr);gap: 15px;}.grid-layout .post-card {
padding-bottom: 75%;}.post-image {height: 250px;}.detail-image {width: 100%;max-width: 600px;height: auto;max-height: 800px;
}.detail-image-container.two-images .detail-image {width: 45%;max-width: 600px;}}@media (max-width: 1279px) and (min-width: 768px) {
body {width: 100%;max-width: 100%;}.massage-info {
  font-size: 0.9rem;
  padding: 0 0.5rem;
  line-height: 1.5;
}

.shop-name {
  font-size: 1.1rem;
}.content-section {padding: 15px;}.google-map-container {width: 100%;height: 350px;}detail-content h1, .detail-content h6 {
font-size: 22px;}.detail-content h3 {font-size: 30px;}.detail-content h4 {font-size: 20px;}.detail-content h5 {font-size: 18px;
}.grid-layout {grid-template-columns: repeat(2, 1fr);gap: 10px;}.grid-layout .post-card {padding-bottom: calc(66.67%);}.post-image {
height: 200px;}.detail-image {max-height: 600px;}.detail-image-container.two-images {flex-wrap: wrap;}.detail-image-container.two-images .detail-image {
width: 48%;max-width: 450px;}.image-row {flex-wrap: wrap;}.image-row .detail-image {width: 48%;margin: 0 auto 15px;
}}@media (max-width: 767px) {body {width: 100%;max-width: 100%;}.desktop-banner {display: none;  }  .mobile-banner {display: block;
width: 100%;height: auto;object-fit: contain;  }.banner {  width: 100%;  height: auto;  text-align: center;}.banner img {
max-height: 250px !important;   }.mobile-menu-toggle {display: flex;}.nav-menu {display: none;}.mobile-nav {display: block;
}body.menu-open {overflow: hidden;}.menu-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);
z-index: 98;}.menu-overlay.active {display: block;}.content-section {padding: 10px;}.nav-menu {font-size: 14px;
padding: 5px 0;}.nav-menu a {padding: 3px 5px;margin: 2px;}.google-map-container {width: 100%;height: 300px;}.detail-content h1, .detail-content h6 {
font-size: 20px;}.detail-content h3 {font-size: 20px;}.detail-content h4 {font-size: 18px;}.detail-content h5 {font-size: 16px;
}.contact-buttons img {width: 35px;height: 35px;}.grid-layout {grid-template-columns: repeat(2, 1fr);gap: 25px;}.grid-layout .post-card {
padding-bottom: 66.67%;margin-bottom: 60px; }.post-title {bottom: -45px; font-size: 12px;}.post-image {height: 180px;}
.detail-image {max-width: 100% !important;max-height: 500px;}.detail-image-container.two-images {flex-direction: column;}.detail-image-container.two-images .detail-image {
width: 100% !important;max-width: 100% !important;margin-bottom: 15px;}.image-row {flex-direction: column;}.image-row .detail-image {width: 100% !important;
max-width: 100% !important;margin-bottom: 15px;}.detail-meta {grid-template-columns: 1fr;}.slide {display: flex;justify-content: space-between;
min-height: 300px;}.slide .post-card {width: calc(33.33% - 10px);height: auto; display: flex;flex-direction: column;}.slide .post-image {
width: 100%;height: auto; max-height: 350px; object-fit: contain;}
}

@media (max-width: 480px) {.nav-menu {font-size: 12px;
}.nav-menu a {padding: 2px 3px;}.grid-layout {grid-template-columns: 1fr;}.grid-layout .post-card {padding-bottom: 0;height: auto;
display: flex;flex-direction: column;}.post-image {height: 200px;}.google-map-container {width: 100%;height: 250px;}.contact-buttons img {
width: 30px;height: 30px;}.contact-buttons a {margin: 0 5px;}.detail-content h1, .detail-content h6 {font-size: 18px;
}.detail-content h3 {font-size: 18px;}.detail-content h4 {font-size: 16px;}.detail-content h5 {font-size: 14px;}.detail-image, 
.detail-image-container.two-images .detail-image {max-width: 100% !important;max-height: 350px;}.post-title {font-size: 12px;height: 35px;}.post-info {
padding: 5px 0;}.detail-page {padding: 10px;}}
.category-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.category-title.red .title-box {
  border: 2px solid #e53935;
  color: #e53935;
  background-color: #fff5f5;
}
.category-title.red .section-divider {
  background-color: #e53935;
  height: 2px;
}
.title-box {
  display: inline-block;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
    margin-top: 30px;
}
.nav-menu a.active {
    color: #ff6b01;
    font-weight: bold;
}

.mobile-nav-content a.active {
    color: #ff6b01;
    font-weight: bold;
    background-color: rgba(255, 107, 1, 0.1);
}
.logo h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.category-title.purple .title-box {
  border: 2px solid #6200ea;
  color: #6200ea;
  background-color: #f9f6ff;
}
.category-title.purple .section-divider {
  background-color: #6200ea;
  height: 2px;}
  .category-title.yellow .title-box {
  border: 2px solid yellow;
  color: yellow;
  background-color: #f9f6ff;
}
.category-title.yellow .section-divider {
  background-color: yellow;
  height: 2px;}
  .category-title.green .title-box {
  border: 2px solid green;
  color: green;
  background-color: #f9f6ff;
}
.category-title.green .section-divider {
  background-color: green;
  height: 2px;}
  .content-header h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#imageModal {
  display: none !important;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

#imageModal.active {
  display: flex !important;
}


.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;

  display: none;
}


#imageModal.active .close-modal {
  display: block;
}


.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
}


body.modal-open {
  overflow: hidden;
}
/* ===================================
   알림 시스템 스타일
   =================================== */

/* 알림 버튼 (모바일 헤더) */
.mobile-notification-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 24px;
    padding: 5px 15px;
    cursor: pointer;
    color: #333;
}

.mobile-notification-btn .notification-badge {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    background: #ff6b6b;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
}

/* 알림 드롭다운 */
.notification-dropdown {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 350px;
    max-height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    z-index: 2000;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.notification-dropdown.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 알림 헤더 */
.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.notification-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.btn-mark-all-read {
    background: none;
    border: none;
    color: #667eea;
    font-size: 13px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-mark-all-read:hover {
    background: #e6eaff;
}

/* 알림 목록 */
.notification-list {
    max-height: 430px;
    overflow-y: auto;
}

.notification-list::-webkit-scrollbar {
    width: 6px;
}

.notification-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* 알림 아이템 */
.notification-item {
    display: flex;
    gap: 12px;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.notification-item:hover {
    background: #f8f9fa;
}

.notification-item.unread {
    background: #e6f2ff;
}

.notification-item.unread:hover {
    background: #d6e9ff;
}

/* 알림 아이콘 */
.notification-icon {
    font-size: 28px;
    flex-shrink: 0;
}

/* 알림 내용 */
.notification-content {
    flex: 1;
    min-width: 0;
}

.notification-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
}

.notification-text strong {
    color: #667eea;
    font-weight: 600;
}

.notification-preview {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-time {
    font-size: 12px;
    color: #999;
}

/* 알림 삭제 버튼 */
.btn-delete-notification {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #999;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 0;
}

.notification-item:hover .btn-delete-notification {
    opacity: 1;
}

.btn-delete-notification:hover {
    background: #ffe0e0;
    color: #ff4444;
}

/* 빈 알림 */
.notification-empty {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* 로딩/에러 메시지 */
.notification-list .loading,
.notification-list .error {
    padding: 30px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.notification-list .error {
    color: #ff4444;
}

/* ===================================
   모바일 알림 스타일
   =================================== */

@media (max-width: 768px) {
    .notification-dropdown {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        transform: translateX(100%);
    }
    
    .notification-dropdown.active {
        transform: translateX(0);
    }
    
    .notification-list {
        max-height: calc(100vh - 60px);
    }
    
    .notification-item {
        padding: 12px 15px;
    }
    
    .notification-icon {
        font-size: 24px;
    }
    
    .notification-text {
        font-size: 13px;
    }
    
    .notification-preview {
        font-size: 12px;
    }
}

.admin-badge {
    display: inline-block;
    background: #ff6b6b;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 600;
}


.shop-comments-section {
    margin-top: 40px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.shop-comments-section h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}

.comment-count {
    color: #667eea;
    font-weight: 600;
}

.shop-comment-form {
    margin-bottom: 30px;
}

.shop-comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    min-height: 80px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
}

.shop-comment-form textarea:focus {
    outline: none;
    border-color: #667eea;
}

.btn-comment {
    background: #667eea;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-comment:hover {
    background: #5568d3;
}

.login-required {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #666;
    font-size: 15px;
}

.login-required a {
    color: #667eea;
    font-weight: 600;
    text-decoration: underline;
}


.shop-comments-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #667eea;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.comment-date {
    font-size: 12px;
    color: #999;
}

.comment-content {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-delete-comment {
    background: none;
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-delete-comment:hover {
    background: #ff6b6b;
    color: white;
}

.no-comments {
    text-align: center;
    padding: 40px;
    color: #999;
    font-size: 14px;
}

@media (max-width: 768px) {
    .shop-comments-section {
        padding: 20px 15px;
        margin-top: 30px;
    }
    
    .comment-item {
        padding: 12px;
    }
    
    .comment-author {
        font-size: 13px;
    }
    
    .comment-content {
        font-size: 13px;
    }
}
.post-link {
      text-decoration: none;
      color: inherit;
      display: block;
      width: 100%;
  }
/* 모바일 상단 유틸리티 바 스타일 */
@media (max-width: 767px) {
    .top-utility-bar {
        height: auto;
        min-height: 45px;
        padding: 8px 10px;
        gap: 0;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    
    .top-utility-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 15px;
    }
    
    .top-utility-left {
        display: flex;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap;
        flex: 1;
    }
    
    .top-utility-left a {
        font-size: 13px;
        white-space: nowrap;
    }
    
    .user-info {
        font-size: 11px !important;
    }
    
    .admin-link {
        font-size: 10px !important;
    }
    
    .btn-logout, .btn-login, .btn-register {
        font-size: 10px !important;
    }
    
    .notification-wrapper {
        margin-left: 5px;
    }
    
    .notification-icon {
        font-size: 16px;
    }
    
    .top-search-bar {
        min-width: 130px;
        max-width: 150px;
        padding: 4px 8px;
        flex-shrink: 0;
    }
    
    .top-search-bar input {
        width: 80px;
        font-size: 11px;
    }
    
    .search-icon {
        font-size: 14px;
    }
    
    .notification-dropdown {
        width: 90vw;
        max-width: 350px;
        right: -10px;
    }
}

/* 태블릿 상단 유틸리티 바 스타일 */
@media (max-width: 1279px) and (min-width: 768px) {
    .top-utility-bar {
        height: 30px;
        padding: 0 15px;
        gap: 15px;
    }
    
    .top-utility-left {
        gap: 12px;
    }
    
    .top-utility-left a {
        font-size: 14px;
    }
    
    .notification-icon {
        font-size: 15px;
    }
    
    .top-search-bar {
        min-width: 200px;
        padding: 4px 10px;
    }
    
    .top-search-bar input {
        width: 150px;
        font-size: 12px;
    }
    
    .search-icon {
        font-size: 13px;
    }
}
.date {
    display: none !important;
}