/*==================================================
=  LIFESONG THEME v1.2.11 FULL PRESERVED
=  Theme  : GeneratePress
=  Scope  : Header / List / Single / Mobile
==================================================*/

/*==================================================
= 01. GLOBAL
==================================================*/
body {
  background: #fff;
}

.site-header {
  display: none;
}

.site-content,
.container.grid-container,
.inside-article {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.separate-containers .inside-article {
  background: #fff;
  box-shadow: none;
  padding: 34px 40px;
}

.page-header-image-single,
.entry-date.published,
.post-image {
  display: none !important;
}

/*==================================================
= 02. HEADER
==================================================*/
.ls-site-header-v2 {
  background: #fff;
  padding: 0;
  margin-bottom: 40px;
}

.ls-header-card {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  border-bottom: 1px solid #eceff3;
}

.ls-header-top {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 8px;
  border-bottom: 1px solid #eef0f3;
}

.ls-logo-img-wrap {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none !important;
}

.ls-logo-img {
  display: block;
  width: 170px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.ls-search-v2 {
  flex: 1;
  max-width: 430px;
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ls-search-v2 input {
  flex: 1;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 14px;
  font-size: 14px;
  background: transparent;
  color: #111827;
}

.ls-search-v2 input::placeholder {
  color: #9ca3af;
}

.ls-search-v2 button,
.ls-search-icon-btn {
  width: 42px;
  height: 100%;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ls-search-icon-btn svg,
.ls-mobile-search-btn svg {
  width: 18px;
  height: 18px;
  stroke: #111827;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
}

.ls-rank-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.ls-rank-box strong {
  white-space: nowrap;
}

.ls-rank-viewport {
  height: 24px;
  overflow: hidden;
}

.ls-rank-track {
  display: flex;
  flex-direction: column;
  animation: lsRankUp 20s infinite;
}

.ls-rank-track a {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #111827;
  text-decoration: none !important;
  white-space: nowrap;
}

.ls-rank-track span {
  color: #ef233c;
  font-weight: 900;
}

@keyframes lsRankUp {
  0%, 8% { transform: translateY(0); }
  10%, 18% { transform: translateY(-24px); }
  20%, 28% { transform: translateY(-48px); }
  30%, 38% { transform: translateY(-72px); }
  40%, 48% { transform: translateY(-96px); }
  50%, 58% { transform: translateY(-120px); }
  60%, 68% { transform: translateY(-144px); }
  70%, 78% { transform: translateY(-168px); }
  80%, 88% { transform: translateY(-192px); }
  90%, 100% { transform: translateY(-216px); }
}

.ls-main-menu-v2 {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 8px;
  overflow-x: auto;
  white-space: nowrap;
}


.ls-main-menu-v2 ul,
.ls-main-menu-v2 li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ls-main-menu-v2 li {
  display: inline-flex;
}

.ls-main-menu-v2 a {
  height: 58px;
  display: inline-flex;
  align-items: center;
  color: #111827;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 3px solid transparent;
}

.ls-main-menu-v2 a:hover,
.ls-main-menu-v2 a.is-active {
  color: #ef233c;
  border-bottom-color: #ef233c;
}

.ls-mobile-menu-btn,
.ls-mobile-search-btn,
.ls-mobile-artist-row,
.ls-mobile-artist-slider,
.ls-mobile-search-panel {
  display: none;
}


.ls-mobile-search-panel {
  border-top: 1px solid #eef0f3;
  padding: 10px 14px 12px;
}

.ls-mobile-search-form {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ls-mobile-search-form input {
  flex: 1;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 13px;
  font-size: 14px;
  background: transparent;
  color: #111827;
}

/*==================================================
= 03. POST LIST
=  Home / Category / Tag / Search
==================================================*/
.blog .site-main,
.archive .site-main,
.search .site-main {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
}

.blog article.post,
.archive article.post,
.search article.post {
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #eceff3;
  position: relative;
  background: #fff;
}

.blog article.post .inside-article,
.archive article.post .inside-article,
.search article.post .inside-article {
  padding: 0 56px 0 0 !important;
  background: #fff;
}

.blog .entry-title,
.archive .entry-title,
.search .entry-title {
  margin: 0 0 8px !important;
  font-size: 18px !important;
  line-height: 1.35;
  font-weight: 800;
}

.blog .entry-title a,
.archive .entry-title a,
.search .entry-title a {
  color: #111827;
  text-decoration: none !important;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover,
.search .entry-title a:hover {
  color: #ef233c;
}

.blog .entry-summary,
.archive .entry-summary,
.search .entry-summary {
  display: none !important;
}

.blog .byline,
.archive .byline,
.search .byline {
  display: none !important;
}

.blog .entry-meta,
.archive .entry-meta,
.search .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  color: #6b7280;
}

.blog .entry-meta a,
.archive .entry-meta a,
.search .entry-meta a {
  color: #2563eb;
  text-decoration: none !important;
}

.blog article.post::after,
.archive article.post::after,
.search article.post::after {
  content: "▶";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid #d8dde5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef233c;
  font-size: 12px;
  background: #fff;
}

.blog article.post:hover::after,
.archive article.post:hover::after,
.search article.post:hover::after {
  background: #ef233c;
  color: #fff;
  border-color: #ef233c;
}

.paging-navigation,
.nav-links {
  margin-top: 30px;
  text-align: center;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  margin: 0 3px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #111827;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background: #ef233c;
  border-color: #ef233c;
  color: #fff;
}


.blog .byline,
.archive .byline,
.search .byline,
.blog .posted-on,
.archive .posted-on,
.search .posted-on {
  display: none !important;
}

.blog footer.entry-meta,
.archive footer.entry-meta,
.search footer.entry-meta {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  margin-top: 14px;
}

.blog footer.entry-meta > span,
.archive footer.entry-meta > span,
.search footer.entry-meta > span {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
}

/*==================================================
= 04. SINGLE POST / PLAYER
==================================================*/
.ls-post {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.75;
}

.ls-intro {
  margin: 18px 0 26px;
  padding: 18px 20px;
  background: #fff7f7;
  border-left: 5px solid #d62828;
  border-radius: 12px;
}

.ls-player-card {
  margin: 28px 0;
  padding: 22px;
  background: #111827;
  color: #fff;
  border-radius: 18px;
}

.ls-now {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: .08em;
  background: #ef233c;
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
}

.ls-player-title {
  display: block;
  margin: 10px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(59, 91, 140, .85);
  border-radius: 8px;
  color: #fff !important;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.ls-player-wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.ls-player-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.ls-guide {
  text-align: center;
  color: #d1d5db;
  margin: 18px 0 14px;
  font-size: 15px;
}

.ls-dual-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  width: 100%;
  margin: 0 auto 18px;
}

.ls-btn,
.ls-dual-buttons .ls-btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 14px 10px;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 1.35;
}

.ls-btn-youtube {
  background: #ef233c;
}

.ls-btn-lyrics {
  background: #2563eb;
}

.ls-btn-more {
  display: inline-flex;
  flex: 0 0 auto;
  background: #16a34a;
  border-radius: 999px;
  padding: 14px 24px;
}

.ls-desc {
  color: #e5e7eb;
  margin: 14px 0 0;
}

.ls-section {
  margin: 30px 0;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
}

.ls-section-title {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  font-size: 22px;
}

.ls-center {
  text-align: center;
  margin-top: 16px;
}

.ls-recommend {
  margin-top: 16px;
  padding: 14px 16px;
  background: #fef2f2;
  border-radius: 12px;
  color: #444;
}

.related-posts,
.related-posts-player,
.ls-related ul {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.related-posts li::before,
.related-posts-player li::before,
.related-player-item::before,
.ls-related li::before {
  content: none !important;
  display: none !important;
}

.related-player-item {
  margin: 10px 0;
  padding: 0 !important;
  background: transparent !important;
}

.related-player-link {
  display: block;
  padding: 12px 14px;
  background: #f9fafb;
  border-radius: 12px;
  text-decoration: none !important;
}

.related-player-title {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0b63ce;
}

.related-player-action {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #777;
  font-weight: 600;
}

.ls-coupang-box {
  background: #fffaf0;
  border: 1px solid #ffe0a3;
}

.ls-coupang-text {
  margin-bottom: 16px;
}

.ls-coupang-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ls-coupang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 10px;
  background: #f59e0b;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
}

.ls-coupang-btn::before {
  content: "💿 ";
}

.ls-coupang-notice {
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}

/*==================================================
= 05. MOBILE
==================================================*/
@media (max-width: 768px) {
  .site-content,
  .container.grid-container,
  .inside-article {
    max-width: 100%;
  }

  .separate-containers .inside-article {
    padding: 24px 18px;
  }

  .ls-site-header-v2 {
    padding: 0;
    margin-bottom: 26px;
  }

  .ls-header-card {
    max-width: 100%;
    border-bottom: 1px solid #eceff3;
  }

  .ls-header-top {
    height: 64px;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px;
  }

  .ls-logo-img {
    width: 154px;
    max-height: 36px;
  }

  .ls-search-v2,
  .ls-rank-box,
  .ls-main-menu-v2 {
    display: none;
  }

  .ls-mobile-menu-btn,
  .ls-mobile-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 25px;
    cursor: pointer;
    padding: 0;
  }

  .ls-mobile-search-btn svg {
    width: 20px;
    height: 20px;
  }

  .ls-mobile-artist-slider {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-items: center;
    gap: 4px;
    padding: 9px 8px 11px;
    border-top: 1px solid #eef0f3;
  }

  .ls-mobile-artist-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ls-mobile-artist-row::-webkit-scrollbar {
    display: none;
  }

  .ls-mobile-artist-row a {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 6px 13px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #374151;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
  }

  .ls-mobile-artist-row a:hover {
    color: #ef233c;
    border-color: #ef233c;
  }

  .ls-artist-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .ls-artist-arrow:hover {
    color: #ef233c;
  }


  .ls-site-header-v2.ls-menu-open .ls-main-menu-v2 {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px 14px 12px;
    border-top: 1px solid #eef0f3;
    overflow: visible;
    white-space: normal;
  }

  .ls-site-header-v2.ls-menu-open .ls-main-menu-v2 li {
    display: block;
  }

  .ls-site-header-v2.ls-menu-open .ls-main-menu-v2 a {
    height: 42px;
    border-bottom: 1px solid #f1f3f5;
    font-size: 15px;
  }

  .ls-site-header-v2.ls-search-open .ls-mobile-search-panel {
    display: block;
  }

  .ls-site-header-v2.ls-menu-open .ls-mobile-menu-icon {
    font-size: 0;
  }

  .ls-site-header-v2.ls-menu-open .ls-mobile-menu-icon::before {
    content: "×";
    font-size: 30px;
    line-height: 1;
  }

  .blog article.post,
  .archive article.post,
  .search article.post {
    padding: 17px 0 !important;
  }

  .blog .entry-title,
  .archive .entry-title,
  .search .entry-title {
    font-size: 16px !important;
  }

  .blog article.post .inside-article,
  .archive article.post .inside-article,
  .search article.post .inside-article {
    padding-right: 46px !important;
  }

  .ls-player-card {
    padding: 18px 14px;
  }

  .ls-player-title {
    font-size: 20px;
    padding: 12px 14px;
  }

  .ls-dual-buttons {
    gap: 8px !important;
  }

  .ls-dual-buttons .ls-btn {
    font-size: 13px;
    padding: 12px 6px;
  }

  .ls-section {
    padding: 18px 14px;
  }

  .ls-coupang-grid {
    grid-template-columns: 1fr;
  }
}

/* 헤더 열기 바는 기본적으로 모든 페이지에서 숨김 */
.ls-mobile-header-peek {
  display: none;
}

/*==================================================
= 06. MOBILE SINGLE POST SIMPLE OVERLAY HEADER (v1.2.6)
= - The article starts at its final top position.
= - The header overlays the article on first paint.
= - It collapses once after about one second.
= - A thin fixed bar remains for manual reopening.
==================================================*/
@media (max-width: 768px) {
  body.single-post .ls-site-header-v2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    margin: 0 !important;
    padding: 0;
    background: #fff;
    transform: translateY(0);
    transition: transform 0.18s ease-out;
  }

  body.single-post .ls-site-header-v2.ls-mobile-header-collapsed {
    transform: translateY(-100%);
    pointer-events: none;
  }

  body.single-post .ls-site-header-v2.ls-menu-open,
  body.single-post .ls-site-header-v2.ls-search-open {
    transform: translateY(0);
    pointer-events: auto;
  }

  body.single-post .ls-mobile-header-peek {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10001;
    width: 74px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 5px rgba(17, 24, 39, 0.16);
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition: top 0.18s ease-out, transform 0.16s ease-out, opacity 0.12s linear;
    -webkit-tap-highlight-color: transparent;
  }

  body.single-post .ls-mobile-header-peek.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  body.single-post .ls-mobile-header-peek-line {
    position: absolute;
    top: 2px;
    left: 9px;
    right: 9px;
    height: 2px;
    border-radius: 999px;
    background: #cbd5e1;
  }

  body.single-post .ls-mobile-header-peek-arrow {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    font-size: 0;
    line-height: 0;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center;
	animation: lsArrowBlink 1.2s ease-in-out 6;
  }

  body.single-post .ls-mobile-header-peek.is-expanded .ls-mobile-header-peek-arrow {
    top: 9px;
    transform: translateX(-50%) rotate(225deg);
  }

  body.single-post .site-content,
  body.single-post .container.grid-container,
  body.single-post .site-main {
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .ls-mobile-header-peek {
    display: none !important;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  body.single-post .ls-site-header-v2,
  body.single-post .ls-mobile-header-peek {
    transition: none;
  }
}


/*==================================================
= 07. PREVIOUS / NEXT SONG NAVIGATION
==================================================*/
.ls-song-navigation {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 420px;
  margin: 14px auto 16px;
}

.ls-song-nav-btn {
  min-width: 0;
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: #1f2937;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-sizing: border-box;
}

.ls-song-nav-btn:hover,
.ls-song-nav-btn:focus {
  background: #334155;
  color: #fff !important;
}

.ls-song-nav-btn.is-disabled {
  opacity: 0.42;
  cursor: default;
}

.ls-song-nav-arrow {
  font-size: 18px;
  line-height: 0.8;
}

@media (max-width: 768px) {
  body.single-post .ls-mobile-header-peek {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  body.single-post .ls-mobile-header-peek.is-expanded {
    background: rgba(255, 255, 255, 0.98);
  }

  .ls-song-navigation {
    gap: 8px;
    max-width: 320px;
    margin: 12px auto 14px;
  }

  .ls-song-nav-btn {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 14px;
  }
}

/*==================================================
= 08. SINGLE POST LAYOUT — FINAL v1.2.10
= Desktop: 880px maximum width
= Mobile : 100% width with 6px side padding
==================================================*/

/* Desktop single post only. */
@media (min-width: 769px) {
  body.single-post .site-content,
  body.single-post .container.grid-container,
  body.single-post .content-area,
  body.single-post .site-main,
  body.single-post article.post,
  body.single-post .inside-article {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  body.single-post .inside-article {
    padding: 42px 40px;
  }

  body.single-post .entry-header,
  body.single-post .entry-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  body.single-post .entry-header {
    margin-bottom: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #eceff3;
  }

  body.single-post .entry-title {
    margin: 0 0 8px !important;
    font-size: 27px !important;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #111827;
  }

  body.single-post .entry-meta {
    margin: 0 !important;
    font-size: 13px;
    color: #6b7280;
  }
}

/* Mobile single post only. */
@media (max-width: 768px) {
  body.single-post {
    --ls-mobile-side-space: 6px;
  }

  body.single-post #page,
  body.single-post #content,
  body.single-post .site-content,
  body.single-post .container.grid-container,
  body.single-post .content-area,
  body.single-post .site-main,
  body.single-post article.post,
  body.single-post .inside-article {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-post .entry-header,
  body.single-post .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--ls-mobile-side-space) !important;
    padding-right: var(--ls-mobile-side-space) !important;
    box-sizing: border-box !important;
  }

  body.single-post .entry-header {
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 9px !important;
    border-bottom: 1px solid #eceff3;
  }

  body.single-post .entry-title {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em !important;
  }

  body.single-post .entry-meta,
  body.single-post .byline,
  body.single-post .posted-on {
    display: none !important;
  }

  body.single-post .entry-content > .ls-player-card,
  body.single-post .entry-content > section,
  body.single-post .entry-content > div {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* 헤더와 본문 사이 여백 최소화 */
.ls-site-header-v2 {
  margin-bottom: 0 !important;
}

.separate-containers .site-main,
.separate-containers .inside-article,
body.single-post .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* PC 개별 글 제목 영역 여백 축소 */
@media (min-width: 769px) {
  body.single-post .entry-header {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.ls-guide-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    margin-right: 8px;
    border-radius: 20%;
    background: #ef233c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

.ls-guide-play::before {
    content: "▶";
    margin-left: 1px;
}

/*==================================================
= 09. MOBILE SINGLE POST COMPACT PLAYER (v1.2.11)
= - Keep the fixed header toggle clear of the H1.
= - Minimize the H1-to-player gap.
= - Reduce NOW PLAYING, H2 and previous/next controls by ~30%.
= - Reduce the bottom space below the external buttons.
==================================================*/
@media (max-width: 768px) {

  /* 1) Keep the 22px header toggle bar from covering the title. */
  body.single-post .entry-header {
    padding-top: 28px !important;
    padding-bottom: 4px !important;
  }

  /* 2) Minimize the gap between the title and the player. */
  body.single-post .entry-content > .ls-player-card {
    margin-top: 6px !important;
    margin-bottom: 18px !important;
  }

  /* Reduce the player card's lower background space. */
  body.single-post .ls-player-card {
    padding: 14px 14px 10px !important;
  }

  /*
   * 3) NOW PLAYING: approximately 30% smaller.
   * font 12px -> 9px
   * vertical padding 6px -> 4px
   * horizontal padding 14px -> 10px
   * bottom margin 14px -> 10px
   */
  body.single-post .ls-now {
    margin-bottom: 10px !important;
    padding: 4px 10px !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
  }

  /*
   * 4) Player H2 and its background box: approximately 30% smaller.
   * font 20px -> 14px
   * padding 12x14px -> 8x10px
   * margins 10/18px -> 7/13px
   */
  body.single-post .ls-player-title {
    margin: 7px 0 13px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  /*
   * 5) Previous / next controls: approximately 30% smaller.
   * max width 320px -> 224px
   * gap 8px -> 6px
   * min height 36px -> 25px
   * font 14px -> 10px
   */
  body.single-post .ls-song-navigation {
    max-width: 224px !important;
    gap: 6px !important;
    margin: 8px auto 10px !important;
  }

  body.single-post .ls-song-nav-btn {
    min-height: 25px !important;
    padding: 5px 7px !important;
    gap: 4px !important;
    font-size: 10px !important;
  }

  body.single-post .ls-song-nav-arrow {
    font-size: 13px !important;
  }

  /* 7) Reduce the navy space below the YouTube / lyrics buttons. */
  body.single-post .ls-dual-buttons {
    margin-bottom: 4px !important;
  }
}

/*==================================================
= 10. MOBILE H1 INSIDE PLAYER (v1.2.12)
= - Moves the existing GeneratePress H1 via JavaScript.
= - Keeps exactly one H1 in the document.
= - Does not change desktop layout or existing player/header behavior.
==================================================*/
.ls-mobile-title-slot {
  display: none;
}

@media (max-width: 768px) {
  body.single-post.ls-mobile-h1-in-player .ls-mobile-title-slot {
    display: block;
  }

  body.single-post.ls-mobile-h1-in-player .ls-mobile-title-slot .entry-title {
    display: block;
    margin: 7px 0 13px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    background: rgba(59, 91, 140, 0.85);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.015em !important;
    box-sizing: border-box;
  }

  body.single-post.ls-mobile-h1-in-player .ls-player-card > .ls-player-title {
    display: none !important;
  }

  body.single-post.ls-mobile-h1-in-player .entry-header.ls-entry-header-empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    min-height: 0 !important;
  }

  body.single-post.ls-mobile-h1-in-player .entry-content > .ls-player-card {
    margin-top: 0 !important;
  }
}

/*==================================================
= MOBILE HEADER PEEK ARROW
= 2초 안내 → 3초 정지 반복
==================================================*/

@keyframes lsArrowBlink {

    0%,100%{
        color:#334155;
        opacity:1;
    }

    50%{
        color:#ef233c;
        opacity:1;
    }

}