.lyrics-post{
    --lp-paper:var(--paper,#fff);
    --lp-paper-2:var(--paper-2,#f7f6f8);
    --lp-ink:var(--ink,#0b0b0d);
    --lp-ink-2:var(--ink-2,#3d3d45);
    --lp-muted:var(--muted,#777781);
    --lp-line:var(--line,#dedde2);
    --lp-border:var(--border,#0b0b0d);
    --lp-purple:var(--purple,#8B66DE);
    --lp-purple-deep:#592796;
    --lp-indigo:#160F26;
    --lp-clay:#CD8D7B;
    --lp-disp:"DM Sans",system-ui,-apple-system,sans-serif;
    --lp-body:"Work Sans",system-ui,-apple-system,sans-serif;
    --lp-max:1240px;
    --lp-gut:clamp(18px,4vw,40px);
    --lp-grad:linear-gradient(180deg,#8B66DE 0%,#7350C8 46%,#592796 100%);
    --lp-lyric-size:17px;
    display:block;
    font-family:var(--lp-body);
    color:var(--lp-ink);
    background:var(--lp-paper);
    line-height:1.55;
  }
  .lyrics-post *{box-sizing:border-box}
  .lyrics-post [hidden]{display:none!important}
  .lyrics-post .lp-shell{max-width:var(--lp-max);margin:0 auto;padding:0 var(--lp-gut)}
  .lyrics-post img{display:block;max-width:100%;height:auto}
  .lyrics-post svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
  .lyrics-post :focus-visible{outline:2.5px solid var(--lp-purple);outline-offset:3px}

  /* shared */
  .lyrics-post .lp-sec-h{font-family:var(--lp-disp);font-weight:700;font-size:clamp(20px,2.2vw,26px);line-height:1.05;letter-spacing:-.03em;margin:0}
  .lyrics-post .lp-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--lp-disp);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:13px 22px;border:1.5px solid var(--lp-border);background:var(--lp-ink);color:#fff;transition:background .16s,border-color .16s,transform .1s;cursor:pointer}
  .lyrics-post .lp-btn:hover{background:var(--lp-purple);border-color:var(--lp-purple)}
  .lyrics-post .lp-btn:active{transform:translateY(1px)}
  .lyrics-post .lp-textlink{display:inline-flex;align-items:center;gap:8px;font-family:var(--lp-disp);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--lp-ink);background:none;border:0;padding:6px 0;cursor:pointer;transition:color .15s}
  .lyrics-post .lp-textlink:hover{color:var(--lp-purple)}
  .lyrics-post .lp-textlink svg{width:15px;height:15px}

  /* -- STICKY HEADER -- */
  .lyrics-post .lp-hdr{position:sticky;top:0;z-index:200;margin-inline:calc(50% - 50vw);background:var(--lp-purple);color:#fff}
  .lyrics-post .lp-hdr-in{display:flex;align-items:center;gap:clamp(16px,3vw,28px);height:56px}
  .lyrics-post .lp-logo{flex:none;display:flex;align-items:center}
  .lyrics-post .lp-logo img{height:22px;width:auto}
  .lyrics-post .lp-nav{display:flex;align-items:center;gap:22px}
  .lyrics-post .lp-nav a{font-family:var(--lp-body);font-size:13px;font-weight:600;color:rgba(255,255,255,.85);position:relative;padding:4px 0;transition:color .15s;text-decoration:none}
  .lyrics-post .lp-nav a:hover{color:#fff}
  .lyrics-post .lp-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
  .lyrics-post .lp-nav a:hover::after{transform:scaleX(1)}
  .lyrics-post .lp-hdr-right{margin-left:auto;display:flex;align-items:center;gap:10px}
  .lyrics-post .lp-icon-btn{width:34px;height:34px;display:grid;place-items:center;border:1.5px solid rgba(255,255,255,.4);color:#fff;background:transparent;cursor:pointer;transition:background .14s,border-color .14s,color .14s}
  .lyrics-post .lp-icon-btn:hover{background:#fff;color:var(--lp-purple-deep);border-color:#fff}
  .lyrics-post .lp-burger{display:none}

  /* -- HERO (full-width vertical gradient) -- */
  .lyrics-post .lp-hero{margin-inline:calc(50% - 50vw);background:var(--lp-grad);color:#fff;position:relative;overflow:hidden;padding:clamp(26px,3.6vw,48px) 0 clamp(38px,5.4vw,66px)}
  .lyrics-post .lp-hero::after{content:"";position:absolute;inset:0;z-index:0;opacity:.12;pointer-events:none;background-image:radial-gradient(circle,rgba(255,255,255,.35) 0 1px,transparent 1px);background-size:5px 5px;mix-blend-mode:soft-light}
  .lyrics-post .lp-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) clamp(140px,20vw,240px);grid-template-areas:"copy art" "meta art";column-gap:clamp(24px,4vw,52px);row-gap:clamp(22px,3vw,30px);align-items:center}
  .lyrics-post .lp-hero-copy{grid-area:copy;min-width:0}
  .lyrics-post .lp-hero-art{grid-area:art;align-self:center;margin:0;width:100%}
  .lyrics-post .lp-title-link{color:inherit;text-decoration:none;cursor:pointer;transition:opacity .15s}
  .lyrics-post .lp-title-link:hover{opacity:.85}
  .lyrics-post .lp-title{font-family:var(--lp-disp);font-weight:500;color:#fff;font-size:36px;line-height:1.08;letter-spacing:-.02em;margin:0;text-decoration:none}
  .lyrics-post .lp-by{margin:8px 0 0;font-family:var(--lp-disp);font-size:18px;font-weight:300;line-height:1.2;letter-spacing:-.01em;color:#fff}
  .lyrics-post .lp-hero-meta{grid-area:meta;display:flex;flex-wrap:wrap;gap:18px 56px;margin:28px 0 0}
  .lyrics-post .lp-hero-meta dt{font-family:var(--lp-disp);font-size:13px;font-weight:600;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-indigo)}
  .lyrics-post .lp-hero-meta dd{margin:2px 0 0;font-family:var(--lp-disp);font-size:18px;font-weight:500;line-height:1.15;letter-spacing:-.01em;color:#fff}
  .lyrics-post .lp-by .lp-search-name,.lyrics-post .lp-hero-producer .lp-search-name{color:#fff;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:rgba(255,255,255,.48);transition:opacity .15s,text-decoration-color .15s}
  .lyrics-post .lp-by .lp-search-name:hover,.lyrics-post .lp-hero-producer .lp-search-name:hover:hover{opacity:.82;text-decoration-color:#fff}


  /* -- STREAMING PLAYER: compact horizontal waveform UI -- */
  .lyrics-post .lp-actions{padding:28px 0 6px}
  .lyrics-post .lp-player{
    position:relative;width:100%;min-height:86px;
    display:grid;grid-template-columns:minmax(150px,19%) minmax(240px,1fr) 122px;
    align-items:center;gap:clamp(16px,2.2vw,34px);
    padding:12px 18px 12px 20px;background:#160f26;border:0;color:#fff;overflow:visible
  }
  .lyrics-post .lp-player-track{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-width:0}
  .lyrics-post .lp-player-art{display:block;width:48px;height:48px;object-fit:cover;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.35)}
  .lyrics-post .lp-player-info{min-width:0}
  .lyrics-post .lp-player-title{margin:0;font-family:var(--lp-disp);font-size:12px;line-height:1.05;font-weight:700;letter-spacing:-.025em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .lyrics-post .lp-player-artist{margin:4px 0 0;font-family:var(--lp-disp);font-size:8px;line-height:1.15;font-weight:400;letter-spacing:-.015em;text-transform:none;color:rgba(255,255,255,.60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  /* Desktop: let controls and timeline occupy independent grid columns. */
  .lyrics-post .lp-player-center{display:contents}
  .lyrics-post .lp-player-controls{grid-column:3;grid-row:1;display:flex;align-items:center;justify-content:center;gap:12px;padding-top:4px}
  .lyrics-post .lp-player-skip,.lyrics-post .lp-player-play{display:grid;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;transition:opacity .15s ease,transform .15s ease}
  .lyrics-post .lp-player-skip{width:24px;height:24px}
  .lyrics-post .lp-player-skip svg{width:11px;height:11px;fill:currentColor;stroke:none}
  .lyrics-post .lp-player-play{width:30px;height:30px;border-radius:50%!important;background:#7022c9;box-shadow:0 0 0 1px rgba(255,255,255,.18) inset,0 3px 12px rgba(112,34,201,.22)}
  .lyrics-post .lp-player-play svg{width:13px;height:13px;fill:currentColor;stroke:none}
  .lyrics-post .lp-player-skip:hover,.lyrics-post .lp-player-play:hover{opacity:.78}
  .lyrics-post .lp-player-skip:active,.lyrics-post .lp-player-play:active{transform:scale(.92)}

  /* Long waveform-style progress line with time labels below its ends. */
  .lyrics-post .lp-player-timeline{
    grid-column:2;grid-row:1;width:100%;min-width:0;
    display:grid;grid-template-columns:1fr auto;grid-template-areas:"bar bar" "cur rem";
    align-items:center;gap:3px 0;padding-top:8px
  }
  .lyrics-post .lp-player-time{width:auto;min-width:0;font-family:var(--lp-disp);font-size:7px;line-height:1;color:rgba(255,255,255,.48);font-variant-numeric:tabular-nums;user-select:none}
  .lyrics-post #lp-player-cur{grid-area:cur;justify-self:start}
  .lyrics-post .lp-player-rem{grid-area:rem;justify-self:end;text-align:right}
  .lyrics-post .lp-player-progress-wrap{grid-area:bar;position:relative;min-width:80px;height:17px;display:flex;align-items:center;isolation:isolate}
  .lyrics-post .lp-player-progress-wrap::before{
    content:"";position:absolute;z-index:0;left:0;right:0;top:50%;height:10px;transform:translateY(-50%);opacity:.78;pointer-events:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 10' preserveAspectRatio='none'%3E%3Cpath d='M0 5 L4 4.6 7 5.4 10 4.3 13 5.6 16 4.8 19 5.2 22 3.7 25 6.1 28 4.7 31 5.4 34 4.6 37 5.1 40 2.9 43 6.8 46 4.1 49 5.8 52 4.6 55 5.3 58 3.4 61 6.4 64 4.4 67 5.5 70 4.7 73 5.1 76 3.9 79 6.0 82 4.8 85 5.2 88 4.4 91 5.7 94 3.1 97 6.6 100 4.5 103 5.4 106 4.7 109 5.2 112 3.7 115 6.1 118 4.3 121 5.7 124 4.9 127 5.2 130 3.5 133 6.3 136 4.6 139 5.5 142 4.2 145 5.9 148 4.7 151 5.3 154 4.5 157 5.4 160 5' fill='none' stroke='white' stroke-width='.8' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat:repeat-x;background-position:center;background-size:160px 10px
  }
  .lyrics-post .lp-player-progress{position:relative;z-index:2;width:100%;height:17px;margin:0;-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,rgba(255,255,255,.92) 0 var(--progress,0%),transparent var(--progress,0%) 100%) center/100% 2px no-repeat;cursor:pointer;outline:none}
  .lyrics-post .lp-player-progress::-webkit-slider-runnable-track{height:17px;background:transparent;border:0}
  .lyrics-post .lp-player-progress::-webkit-slider-thumb{width:13px;height:13px;margin-top:2px;-webkit-appearance:none;appearance:none;background:#d9d6dd;border:0;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.16);cursor:pointer}
  .lyrics-post .lp-player-progress::-moz-range-track{height:17px;background:transparent;border:0}
  .lyrics-post .lp-player-progress::-moz-range-progress{height:17px;background:transparent}
  .lyrics-post .lp-player-progress::-moz-range-thumb{width:13px;height:13px;background:#d9d6dd;border:0;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.16);cursor:pointer}

  /* Three-dot streaming menu sits in the top-right corner like the supplied reference. */
  .lyrics-post .lp-player-streams{position:absolute;right:8px;top:4px;z-index:20}
  .lyrics-post .lp-player-more{width:24px;height:20px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;transition:opacity .15s}
  .lyrics-post .lp-player-more:hover{opacity:.72}
  .lyrics-post .lp-player-more svg{width:16px;height:16px;fill:currentColor;stroke:none}
  .lyrics-post .lp-stream-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;width:220px;padding:14px;background:#fff;color:#160f26;border:1px solid rgba(22,15,38,.12);box-shadow:0 14px 34px rgba(14,9,24,.22)}
  .lyrics-post .lp-stream-menu[hidden]{display:none!important}
  .lyrics-post .lp-stream-menu-title{display:block;margin:0 0 10px;padding:0 4px 9px;border-bottom:1px solid #e7e2eb;font-family:var(--lp-disp);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#777181}
  .lyrics-post .lp-stream-links{display:grid;gap:2px}
  .lyrics-post .lp-stream-link{display:flex;align-items:center;gap:11px;padding:10px 8px;color:#160f26!important;text-decoration:none!important;font-family:var(--lp-disp);font-size:13px;font-weight:600;line-height:1.1;transition:background .12s}
  .lyrics-post .lp-stream-link:hover{background:#f4effa;color:#160f26!important}
  .lyrics-post .lp-stream-logo{width:20px;height:20px;flex:none;color:#7022c9}
  .lyrics-post .lp-stream-logo--spotify{color:#1ed760}
  .lyrics-post .lp-stream-logo--yt{color:#ff0033}
  .lyrics-post .lp-player.loading{opacity:.72}
  .lyrics-post .lp-player button:disabled{opacity:.35;cursor:not-allowed}

  @media (max-width:760px){
    .lyrics-post .lp-player{min-height:96px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"track controls" "timeline timeline";gap:9px 10px;padding:11px 12px 9px}
    .lyrics-post .lp-player-track{grid-area:track;display:block;min-width:0;padding-right:26px}
    .lyrics-post .lp-player-art{display:none!important}
    .lyrics-post .lp-player-info{display:block;min-width:0;white-space:normal;line-height:1.18}
    .lyrics-post .lp-player-title,.lyrics-post .lp-player-artist{display:inline;margin:0;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.18}
    .lyrics-post .lp-player-title{font-size:11.5px;font-weight:700;color:#fff}
    .lyrics-post .lp-player-title::after{content:" by";font-weight:700}
    .lyrics-post .lp-player-artist{font-size:10.5px;font-weight:400;color:rgba(255,255,255,.72)}
    .lyrics-post .lp-player-title + .lp-player-artist::before{content:" ";}
    .lyrics-post .lp-player-center{display:contents}
    .lyrics-post .lp-player-controls{grid-area:controls;grid-column:auto;grid-row:auto;justify-self:end;gap:7px;padding:0 16px 0 0}
    .lyrics-post .lp-player-skip{width:21px;height:21px}
    .lyrics-post .lp-player-play{width:28px;height:28px}
    .lyrics-post .lp-player-timeline{grid-area:timeline;grid-column:1/-1;grid-row:auto;width:100%;min-width:0;padding:0;margin:0}
    .lyrics-post .lp-player-progress-wrap{width:100%;min-width:0}
    .lyrics-post .lp-player-time{font-size:7px}
    .lyrics-post .lp-player-streams{right:5px;top:3px}
    .lyrics-post .lp-player-more{width:22px;height:18px}
    .lyrics-post .lp-stream-menu{right:0;width:min(220px,82vw)}
  }

  @media (max-width:480px){
    .lyrics-post .lp-player{min-height:92px;padding:10px 10px 8px;gap:8px 8px}
    .lyrics-post .lp-player-track{padding-right:20px}
    .lyrics-post .lp-player-title{font-size:11px}
    .lyrics-post .lp-player-artist{font-size:10px}
    .lyrics-post .lp-player-controls{gap:4px;padding-right:12px}
    .lyrics-post .lp-player-skip{width:19px;height:19px}
    .lyrics-post .lp-player-play{width:26px;height:26px}
    .lyrics-post .lp-player-play svg{width:11px;height:11px}
    .lyrics-post .lp-player-progress-wrap,.lyrics-post .lp-player-progress{height:15px}
    .lyrics-post .lp-player-progress-wrap::before{height:8px;background-size:145px 8px}
  }

  /* -- MAIN GRID -- */
  .lyrics-post .lp-main{display:grid;grid-template-columns:minmax(0,1fr) clamp(280px,30vw,380px);gap:clamp(36px,5vw,80px);padding:clamp(36px,5vw,64px) 0}
  .lyrics-post .lp-lyrics-wrap{min-width:0}
  .lyrics-post .lp-lyrics-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:clamp(22px,3vw,34px)}
  .lyrics-post .lp-lyrics-h{font-family:var(--lp-disp);font-weight:800;font-size:clamp(24px,2.6vw,30px);letter-spacing:-.03em;text-transform:uppercase;line-height:1;margin:0}
  .lyrics-post .lp-reading-tools{display:flex;align-items:center;gap:2px;border:1.5px solid var(--lp-line)}
  .lyrics-post .lp-reading-tools button{font-family:var(--lp-disp);font-weight:700;font-size:13px;color:var(--lp-ink);background:none;border:0;padding:8px 14px;cursor:pointer;transition:background .12s,color .12s}
  .lyrics-post .lp-reading-tools button:hover{background:var(--lp-ink);color:#fff}
  .lyrics-post .lp-tool-divider{width:1.5px;align-self:stretch;background:var(--lp-line)}

  .lyrics-post .lp-lyrics{max-width:52ch}
  .lyrics-post .lp-stanza{margin:0 0 clamp(28px,3.2vw,42px)}
  .lyrics-post .lp-stanza-i{display:none}
  .lyrics-post .lp-stanza p{margin:0;font-family:var(--lp-disp);font-size:var(--lp-lyric-size);font-weight:400;line-height:1.5;letter-spacing:-.005em;color:var(--lp-ink)}

  .lyrics-post .lp-lyrics-foot{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:clamp(30px,4vw,48px);padding-top:22px;border-top:1.5px solid var(--lp-border)}
  .lyrics-post .lp-act-feedback{font-size:12px;font-weight:600;color:var(--lp-purple);opacity:0;transform:translateY(2px);transition:opacity .2s,transform .2s;margin-left:auto}
  .lyrics-post .lp-act-feedback.is-on{opacity:1;transform:none}

  /* rail */
  .lyrics-post .lp-rail{min-width:0}
  .lyrics-post .lp-rail-sticky{position:sticky;top:76px;display:flex;flex-direction:column;gap:26px}
  .lyrics-post .lp-embed{aspect-ratio:16/9;border:1.5px solid var(--lp-border);background:var(--lp-indigo)}
  .lyrics-post .lp-embed iframe{width:100%;height:100%;display:block;border:0}
  .lyrics-post .lp-ymal-h{font-family:var(--lp-disp);font-weight:700;font-size:16px;letter-spacing:.02em;text-transform:uppercase;margin:0 0 4px;padding-bottom:12px;border-bottom:1.5px solid var(--lp-border)}
  .lyrics-post .lp-ymal-list{list-style:none;margin:0;padding:0}
  .lyrics-post .lp-ymal-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 4px;border-bottom:1px solid var(--lp-line);text-decoration:none;color:var(--lp-ink);transition:background .12s}
  .lyrics-post .lp-ymal-row:hover{background:var(--lp-paper-2)}
  .lyrics-post .lp-ymal-thumb{width:52px;aspect-ratio:1/1;overflow:hidden;background:var(--lp-paper-2)}
  .lyrics-post .lp-ymal-thumb img{width:100%;height:100%;object-fit:cover}
  .lyrics-post .lp-ymal-info{min-width:0}
  .lyrics-post .lp-ymal-title{display:block;font-family:var(--lp-disp);font-weight:700;font-size:15px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .lyrics-post .lp-ymal-row:hover .lp-ymal-title{color:var(--lp-purple)}
  .lyrics-post .lp-ymal-artist{display:block;margin-top:3px;font-size:12px;color:var(--lp-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .lyrics-post .lp-ymal-arrow{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--lp-line);color:var(--lp-ink)}
  .lyrics-post .lp-ymal-arrow svg{width:14px;height:14px}
  .lyrics-post .lp-ymal-row:hover .lp-ymal-arrow{background:var(--lp-ink);color:#fff;border-color:var(--lp-ink)}

  /* -- SONG INFORMATION (clean 2-column, no borders) -- */
  .lyrics-post .lp-credits{padding:clamp(44px,6vw,72px) 0;background:var(--lp-paper-2);border-top:1.5px solid var(--lp-line);border-bottom:1.5px solid var(--lp-line)}
  .lyrics-post .lp-credits .lp-sec-h{margin-bottom:30px;text-align:center;font-weight:800;font-size:clamp(24px,2.6vw,30px);letter-spacing:-.03em;text-transform:uppercase;line-height:1}
  .lyrics-post .lp-credit-wrap{position:relative;max-width:760px;margin:0 auto;overflow:hidden;max-height:252px;transition:max-height .4s ease}
  .lyrics-post .lp-credit-wrap.is-open{max-height:1600px}
  .lyrics-post .lp-credit-wrap::after{content:"";position:absolute;left:0;right:0;bottom:0;height:96px;background:linear-gradient(to bottom,rgba(247,246,248,0),var(--lp-paper-2));pointer-events:none;transition:opacity .3s}
  .lyrics-post .lp-credit-wrap.is-open::after{opacity:0}
  .lyrics-post .lp-credit-cols{display:grid;grid-template-columns:1fr 1fr;gap:26px clamp(28px,5vw,64px);margin:0;text-align:left}
  .lyrics-post .lp-credit-item dt{font-family:var(--lp-disp);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lp-muted)}
  .lyrics-post .lp-credit-item dd{margin:8px 0 0;font-family:var(--lp-disp);font-size:clamp(16px,1.7vw,18px);font-weight:600;letter-spacing:-.005em;color:var(--lp-ink);line-height:1.45}
  .lyrics-post .lp-credit-item dd a{color:var(--lp-ink);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;text-decoration-color:var(--lp-line);transition:color .15s,text-decoration-color .15s}
  .lyrics-post .lp-credit-item dd a:hover{color:var(--lp-ink);text-decoration-color:var(--lp-ink)}
  .lyrics-post .lp-credit-text--names{display:inline}.lyrics-post .lp-credit-text--names .lp-search-name{color:var(--lp-ink);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;text-decoration-color:var(--lp-line);transition:color .15s,text-decoration-color .15s}.lyrics-post .lp-credit-text--names .lp-search-name:hover{color:var(--lp-purple);text-decoration-color:var(--lp-purple)}
  .lyrics-post .lp-credit-item .lp-cms{color:var(--lp-muted);font-style:italic;font-weight:500}
  .lyrics-post .lp-credit-expand{display:flex;align-items:center;gap:8px;width:max-content;margin:24px auto 0;font-family:var(--lp-disp);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-ink);background:var(--lp-paper);border:1.5px solid var(--lp-border);border-radius:999px;padding:12px 26px;cursor:pointer;transition:background .15s,color .15s}
  .lyrics-post .lp-credit-expand:hover{background:var(--lp-ink);color:#fff}
  .lyrics-post .lp-credit-expand svg{width:15px;height:15px;transition:transform .25s ease}
  .lyrics-post .lp-credit-expand[aria-expanded="true"] svg{transform:rotate(180deg)}

  /* correction */
  .lyrics-post .lp-correction{margin:clamp(40px,5vw,60px) auto 0;max-width:640px;text-align:center}
  .lyrics-post .lp-correction-toggle{display:inline-flex;align-items:center;gap:9px;font-family:var(--lp-disp);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-ink);background:var(--lp-paper);border:1.5px solid var(--lp-border);padding:12px 20px;cursor:pointer;transition:background .15s,color .15s}
  .lyrics-post .lp-correction-toggle:hover{background:var(--lp-ink);color:#fff}
  .lyrics-post .lp-correction-toggle svg{width:14px;height:14px;transition:transform .2s ease}
  .lyrics-post .lp-correction-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
  .lyrics-post .lp-correction-form{margin:20px auto 0;display:grid;gap:16px;max-width:520px;text-align:left}
  .lyrics-post .lp-field{display:grid;gap:6px}
  .lyrics-post .lp-field span{font-family:var(--lp-disp);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-muted)}
  .lyrics-post .lp-field input,.lyrics-post .lp-field textarea{font-family:var(--lp-body);font-size:14px;color:var(--lp-ink);background:var(--lp-paper);border:1.5px solid var(--lp-line);padding:11px 13px;width:100%;resize:vertical}
  .lyrics-post .lp-field input:focus,.lyrics-post .lp-field textarea:focus{outline:none;border-color:var(--lp-purple)}
  .lyrics-post .lp-correction-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
  .lyrics-post .lp-correction-note{font-size:13px;font-weight:600;color:var(--lp-purple)}

  /* floating back-to-top */

  /* -- RESPONSIVE -- */
  @media (max-width:1024px){
    .lyrics-post .lp-main{grid-template-columns:minmax(0,1fr) 300px;gap:44px}
  }
  @media (max-width:860px){
    .lyrics-post .lp-nav{display:none}
    .lyrics-post .lp-burger{display:grid}
    .lyrics-post .lp-main{grid-template-columns:1fr;gap:40px}
    .lyrics-post .lp-rail-sticky{position:static;top:auto}
    .lyrics-post .lp-lyrics{max-width:none}
  }
  @media (max-width:768px){
    .lyrics-post .lp-title{font-size:24px}
    .lyrics-post .lp-by{font-size:15px;font-weight:300}
    .lyrics-post .lp-hero-meta dt{font-size:11px}
    .lyrics-post .lp-hero-meta dd{font-size:15px}
    .lyrics-post .lp-lyrics-h,.lyrics-post .lp-credits .lp-sec-h{font-size:24px}
  }
  @media (max-width:560px){
    .lyrics-post .lp-hero-inner{grid-template-columns:minmax(0,1fr) clamp(96px,30vw,150px);grid-template-areas:"copy art" "meta meta";column-gap:18px;row-gap:20px}
    .lyrics-post .lp-hero-meta{grid-area:meta;width:100%;justify-self:stretch;align-self:start}
    .lyrics-post .lp-credit-cols{gap:22px 30px}
    .lyrics-post .lp-lyrics-foot{gap:16px}
    .lyrics-post .lp-act-feedback{margin-left:0;width:100%;order:9}
  }
  @media (max-width:400px){
    .lyrics-post .lp-credit-cols{grid-template-columns:1fr}
  }
  @media (prefers-reduced-motion:reduce){
    .lyrics-post *{transition:none!important;animation:none!important}
  }

  /* clickable lyric lines */
  .lyrics-post .lp-line{display:block;cursor:pointer;padding:1px 6px;margin:0 -6px;transition:background .12s,color .12s;outline-offset:2px}
  .lyrics-post .lp-line:hover{background:rgba(139,102,222,.1);color:var(--lp-purple-deep)}
  .lyrics-post .lp-line:focus-visible{outline:2.5px solid var(--lp-purple)}

  /* hero artwork button */
  .lyrics-post .lp-hero-art-btn{display:block;width:100%;aspect-ratio:1/1;padding:0;border:1.5px solid rgba(255,255,255,.42);background:rgba(255,255,255,.06);cursor:pointer;position:relative;overflow:hidden}
  .lyrics-post .lp-hero-art-btn img{width:100%;height:100%;object-fit:cover;transition:filter .18s ease}
  .lyrics-post .lp-hero-art-btn:hover img,.lyrics-post .lp-hero-art-btn:focus-visible img{filter:brightness(.92)}
  .lyrics-post .lp-hero-art-hint{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-family:var(--lp-disp);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(22,15,38,.88);border:1px solid rgba(255,255,255,.34);opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,background .16s ease}
  .lyrics-post .lp-hero-art-hint svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
  .lyrics-post .lp-hero-art-btn:hover .lp-hero-art-hint,.lyrics-post .lp-hero-art-btn:focus-visible .lp-hero-art-hint{opacity:1;transform:none;background:var(--lp-indigo)}
  @media(hover:none){.lyrics-post .lp-hero-art-hint{width:34px;padding:0;justify-content:center;opacity:1;transform:none}.lyrics-post .lp-hero-art-hint span{display:none}}

  /* share row (below lyrics) */
  .lyrics-post .lp-lyrics-foot{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:clamp(30px,4vw,48px);padding-top:22px;border-top:1.5px solid var(--lp-border)}
  .lyrics-post .lp-share-label{font-family:var(--lp-disp);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lp-muted)}
  .lyrics-post .lp-share-row{display:flex;gap:8px}
  .lyrics-post .lp-share-btn{width:40px;height:40px;display:grid;place-items:center;border:1.5px solid var(--lp-line);background:var(--lp-paper);color:var(--lp-ink);cursor:pointer;transition:background .15s,color .15s,border-color .15s}
  .lyrics-post .lp-share-btn:hover{background:var(--lp-ink);color:#fff;border-color:var(--lp-ink)}
  .lyrics-post .lp-share-btn svg{width:17px;height:17px}
  .lyrics-post .lp-share-btn[data-share] svg{fill:currentColor;stroke:none}

  /* line popover */
  .lyrics-post .lp-linepop{position:fixed;z-index:140;display:flex;background:var(--lp-ink);border:1.5px solid var(--lp-ink);box-shadow:0 8px 24px rgba(0,0,0,.2)}
  .lyrics-post .lp-linepop-btn{display:inline-flex;align-items:center;gap:7px;font-family:var(--lp-disp);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:none;border:0;padding:11px 15px;cursor:pointer;transition:background .13s}
  .lyrics-post .lp-linepop-btn+.lp-linepop-btn{border-left:1px solid rgba(255,255,255,.2)}
  .lyrics-post .lp-linepop-btn:hover{background:var(--lp-purple)}
  .lyrics-post .lp-linepop-btn svg{width:14px;height:14px;fill:none;stroke:currentColor}

  /* modal + lightbox */
  .lyrics-post .lp-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}
  .lyrics-post .lp-modal-backdrop{position:absolute;inset:0;background:rgba(11,11,13,.66)}
  .lyrics-post .lp-modal-panel{position:relative;z-index:1;width:100%;max-width:520px;background:var(--lp-paper);border:1.5px solid var(--lp-border);padding:26px;max-height:90vh;overflow:auto}
  .lyrics-post .lp-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}
  .lyrics-post .lp-modal-head h2{font-family:var(--lp-disp);font-weight:800;font-size:20px;letter-spacing:-.02em;text-transform:uppercase;margin:0}
  .lyrics-post .lp-modal-close{width:36px;height:36px;flex:none;display:grid;place-items:center;border:1.5px solid var(--lp-line);background:var(--lp-paper);color:var(--lp-ink);cursor:pointer;transition:background .15s,color .15s}
  .lyrics-post .lp-modal-close:hover{background:var(--lp-ink);color:#fff;border-color:var(--lp-ink)}
  .lyrics-post .lp-modal-close svg{width:16px;height:16px;fill:none;stroke:currentColor}
  .lyrics-post .lp-modal .lp-correction-form{display:grid;gap:16px;max-width:none;margin:0;text-align:left}
  .lyrics-post .lp-corr-context{font-size:13px;color:var(--lp-purple-deep);font-style:italic;margin:0}
  .lyrics-post .lp-lightbox-panel{position:relative;z-index:1;width:100%;max-width:420px}
  .lyrics-post .lp-lightbox-panel img{width:100%;height:auto;border:1.5px solid var(--lp-border);display:block}
  .lyrics-post .lp-lightbox-desc{margin:14px 0 0;font-family:var(--lp-body);font-size:13px;line-height:1.5;color:rgba(255,255,255,.86);text-align:center}
  .lyrics-post .lp-lightbox-close{position:absolute;top:-15px;right:-15px;background:var(--lp-ink);color:#fff;border-color:var(--lp-ink)}

/* ============================================================
   V2.11 — Lyrics hero typography + searchable people links
   Exact overrides intentionally scoped to the Lyrics post only.
   ============================================================ */
.lyrics-post .lp-title,
.lyrics-post .lp-title-link,
.lyrics-post .lp-title-link:hover,
.lyrics-post .lp-title-link:focus,
.lyrics-post .lp-title-link:focus-visible {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Artist: 18px desktop, weight 300. */
.lyrics-post .lp-by {
  font-size: 18px !important;
  font-weight: 300 !important;
}

/* Artist + Producer use the same editorial underline language as credit links. */
.lyrics-post .lp-by .lp-search-name,
.lyrics-post .lp-hero-producer .lp-search-name {
  color: inherit !important;
  text-decoration: underline !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: rgba(255,255,255,.58) !important;
  cursor: pointer;
}
.lyrics-post .lp-by .lp-search-name:hover,
.lyrics-post .lp-by .lp-search-name:focus-visible,
.lyrics-post .lp-hero-producer .lp-search-name:hover,
.lyrics-post .lp-hero-producer .lp-search-name:focus-visible {
  color: inherit !important;
  text-decoration-color: #fff !important;
  opacity: .82;
}

@media (max-width: 560px) {
  .lyrics-post .lp-by {
    font-size: 15px !important;
    font-weight: 300 !important;
  }
}


/* ============================================================
   V2.12 — searchable credits, normalized separators, tighter hero metadata,
   and compact mobile streaming player.
   ============================================================ */
.lyrics-post .lp-hero-meta dt,
.lyrics-post .lp-credit-item dt {
  text-transform: uppercase !important;
}
.lyrics-post .lp-hero-meta dt {
  line-height: 1 !important;
  letter-spacing: .08em !important;
}
.lyrics-post .lp-hero-meta dd {
  margin-top: 2px !important;
  line-height: 1.15 !important;
}
.lyrics-post .lp-credit-item dd .lp-search-name {
  color: var(--lp-ink) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
  text-decoration-color: var(--lp-line) !important;
}
.lyrics-post .lp-credit-item dd .lp-search-name:hover,
.lyrics-post .lp-credit-item dd .lp-search-name:focus-visible {
  color: var(--lp-purple) !important;
  text-decoration-color: var(--lp-purple) !important;
}


/* ============================================================
   V2.13 — structured Lyrics song data / optional hero metadata
   ============================================================ */
.lyrics-post .lp-hero-meta{gap:10px 40px !important;margin-top:18px !important}
.lyrics-post .lp-hero-meta>div{display:grid;align-content:start;gap:3px}
.lyrics-post .lp-hero-meta dt{margin:0 !important;line-height:1 !important;text-transform:uppercase !important}
.lyrics-post .lp-hero-meta dd{margin:0 !important;line-height:1.08 !important}
.lyrics-post .lp-hero-meta .lp-search-name{color:#fff;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;text-decoration-color:rgba(255,255,255,.58)}
.lyrics-post .lp-hero-meta .lp-search-name:hover,.lyrics-post .lp-hero-meta .lp-search-name:focus-visible{text-decoration-color:#fff;opacity:.82}
@media(max-width:560px){.lyrics-post .lp-hero-meta{margin-top:0 !important;gap:10px 28px !important}.lyrics-post .lp-hero-meta>div{gap:2px}}

/* ============================================================
   V2.14 — multi-line lyrics selection, PK share cards, link tooltips,
   and unified Purp Kulture purple hover language.
   ============================================================ */
.lyrics-post .lp-select-hint{
  margin:-12px 0 24px;
  font-family:var(--lp-disp);
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:.04em;
  color:var(--lp-muted);
}

/* Lyrics can be selected one line at a time or as a Shift-click range. */
.lyrics-post .lp-line{
  position:relative;
  border-left:3px solid transparent;
  padding:2px 8px;
  margin-left:-11px;
  margin-right:-8px;
  user-select:text;
  -webkit-user-select:text;
}
.lyrics-post .lp-line:hover:not(.is-selected){
  background:rgba(139,102,222,.08);
  color:var(--lp-purple) !important;
}
.lyrics-post .lp-line.is-selected{
  background:rgba(139,102,222,.14);
  border-left-color:var(--lp-purple);
  color:var(--lp-purple-deep);
}
.lyrics-post .lp-line.is-selected:hover{
  background:rgba(139,102,222,.19);
  color:var(--lp-purple-deep) !important;
}

/* Floating multi-selection toolbar. */
.lyrics-post .lp-selectionbar{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:180;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:4px;
  min-height:52px;
  max-width:calc(100vw - 28px);
  padding:6px;
  background:var(--lp-indigo);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 44px rgba(22,15,38,.28);
}
.lyrics-post .lp-selection-count{
  padding:0 12px;
  font-family:var(--lp-disp);
  font-size:11px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  color:rgba(255,255,255,.72);
}
.lyrics-post .lp-selection-divider{width:1px;align-self:stretch;background:rgba(255,255,255,.17)}
.lyrics-post .lp-selection-action,
.lyrics-post .lp-selection-clear{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 12px;
  border:0;
  background:transparent;
  color:#fff;
  font-family:var(--lp-disp);
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .15s ease,color .15s ease;
}
.lyrics-post .lp-selection-clear{width:38px;padding:0}
.lyrics-post .lp-selection-action:hover,
.lyrics-post .lp-selection-action:focus-visible,
.lyrics-post .lp-selection-clear:hover,
.lyrics-post .lp-selection-clear:focus-visible{
  background:var(--lp-purple);
  color:#fff;
}
.lyrics-post .lp-selection-action svg,
.lyrics-post .lp-selection-clear svg{width:14px;height:14px}
.lyrics-post .lp-selection-action .lp-action-icon{
  width:15px;
  height:15px;
  display:block;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  flex:0 0 15px;
}

/* Share-card modal — square, editorial, and aligned to the PK DS. */
.lyrics-post .lp-share-panel{
  position:relative;
  z-index:1;
  width:min(100%,560px);
  max-height:92vh;
  overflow:auto;
  padding:24px;
  background:var(--lp-paper);
  color:var(--lp-ink);
  border:1.5px solid var(--lp-border);
}
.lyrics-post .lp-share-panel .lp-modal-head{margin-bottom:18px}
.lyrics-post .lp-share-kicker{
  display:block;
  margin:0 0 6px;
  color:var(--lp-purple);
  font-family:var(--lp-disp);
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.lyrics-post .lp-share-panel h2{
  margin:0;
  font-family:var(--lp-disp);
  font-size:20px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.lyrics-post .lp-share-card-stage{
  width:min(100%,410px);
  margin:0 auto;
  padding:8px;
  background:var(--lp-paper-2);
  border:1px solid var(--lp-line);
}
.lyrics-post .lp-share-card-stage canvas{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  background:var(--lp-purple);
}
.lyrics-post .lp-share-card-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.lyrics-post .lp-btn--light{
  background:var(--lp-paper);
  color:var(--lp-ink);
}
.lyrics-post .lp-btn--light:hover,
.lyrics-post .lp-btn--light:focus-visible{
  background:var(--lp-purple);
  border-color:var(--lp-purple);
  color:#fff;
}
.lyrics-post .lp-share-note{
  min-height:18px;
  margin:12px 0 0;
  text-align:center;
  color:var(--lp-muted);
  font-size:12px;
  font-weight:600;
}

/* PK-design-system link tooltip. */
.lyrics-post .lp-link-tooltip{
  position:fixed;
  z-index:500;
  max-width:min(280px,calc(100vw - 16px));
  padding:9px 11px 9px 14px;
  background:var(--lp-indigo);
  color:#fff;
  border-left:4px solid var(--lp-purple);
  box-shadow:7px 7px 0 rgba(139,102,222,.16);
  pointer-events:none;
  font-family:var(--lp-disp);
  font-size:11px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:.01em;
}
.lyrics-post .lp-link-tooltip::after{
  content:"";
  position:absolute;
  left:10px;
  bottom:-4px;
  width:18px;
  height:4px;
  background:var(--teal,#77D3CC);
}

/* Unified interactive hover colour on light Lyrics surfaces. */
.lyrics-post .lp-ymal-row:hover .lp-ymal-title,
.lyrics-post .lp-ymal-row:focus-visible .lp-ymal-title,
.lyrics-post .lp-textlink:hover,
.lyrics-post .lp-textlink:focus-visible{
  color:var(--lp-purple) !important;
  text-decoration-color:var(--lp-purple) !important;
}
.lyrics-post .lp-ymal-row:hover .lp-ymal-arrow,
.lyrics-post .lp-ymal-row:focus-visible .lp-ymal-arrow,
.lyrics-post .lp-share-btn:hover,
.lyrics-post .lp-share-btn:focus-visible,
.lyrics-post .lp-reading-tools button:hover,
.lyrics-post .lp-reading-tools button:focus-visible,
.lyrics-post .lp-credit-expand:hover,
.lyrics-post .lp-credit-expand:focus-visible,
.lyrics-post .lp-modal-close:hover,
.lyrics-post .lp-modal-close:focus-visible{
  background:var(--lp-purple) !important;
  border-color:var(--lp-purple) !important;
  color:#fff !important;
}

@media(max-width:600px){
  .lyrics-post .lp-select-hint{margin:-10px 0 20px;font-size:10.5px}
  .lyrics-post .lp-selectionbar{
    bottom:12px;
    width:calc(100vw - 20px);
    justify-content:stretch;
    min-height:50px;
    padding:5px;
  }
  .lyrics-post .lp-selection-count{font-size:10px;padding:0 8px}
  .lyrics-post .lp-selection-action{flex:1;padding:0 8px;font-size:10px}
  .lyrics-post .lp-selection-clear{flex:0 0 36px}
  .lyrics-post .lp-share-panel{padding:18px}
  .lyrics-post .lp-share-card-actions{align-items:stretch}
  .lyrics-post .lp-share-card-actions .lp-btn{flex:1;justify-content:center;padding-inline:12px}
  .lyrics-post .lp-share-card-actions .lp-textlink{width:100%;justify-content:center}
}


/* ============================================================
   V2.15 — approved Lyrics share flows + desktop/mobile hero polish.
   ============================================================ */
.lyrics-post .lp-select-hint{display:none!important}
.lyrics-post .lp-selection-action[hidden]{display:none!important}

/* The share action only appears for 1–3 selected lines; correction remains available for any count. */
.lyrics-post .lp-selectionbar{transition:width .15s ease}

/* Share rendering is entirely off-screen; there is intentionally no share/save preview modal. */
.lyrics-post #lp-share-canvas[hidden]{display:none!important}

/* Hero sizing/layout intentionally falls back to the original supplied Lyrics template.
   Elementor controls may override it per widget when explicitly configured. */

/* ============================================================
   V2.17 — Lyrics widget style API + normalized mark removal.
   Elementor controls set the variables/properties below only inside
   the PK Lyrics Post widget, keeping Header/Home/Footer CSS isolated.
   ============================================================ */
.lyrics-post{
  --lp-hero-start:#8B66DE;
  --lp-hero-mid:#7350C8;
  --lp-hero-end:#592796;
  --lp-hero-angle:180deg;
}

/* The cropped P mark is intentionally removed from both the live hero
   and generated share cards. The Purp Kulture wordmark remains. */
.lyrics-post .lp-hero-watermark{display:none!important}
.lyrics-post .lp-hero{
  background:linear-gradient(var(--lp-hero-angle),var(--lp-hero-start) 0%,var(--lp-hero-mid) 46%,var(--lp-hero-end) 100%)!important;
}

/* Let Elementor's responsive controls own these properties cleanly. */
.elementor-widget-pke-lyrics-post .lyrics-post,
.elementor-widget-pke-lyrics-post .lyrics-post *{
  box-sizing:border-box;
}

/* Keep user-selected colors on searchable names rather than reverting to
   the global hover purple from the base template. */
.elementor-widget-pke-lyrics-post .lyrics-post .lp-by .lp-search-name,
.elementor-widget-pke-lyrics-post .lyrics-post .lp-hero-meta .lp-search-name,
.elementor-widget-pke-lyrics-post .lyrics-post .lp-credit-item dd .lp-search-name{
  transition:color .15s,text-decoration-color .15s,opacity .15s,background .15s;
}

/* Range accent fallback for browsers that support accent-color. */
.elementor-widget-pke-lyrics-post .lyrics-post .lp-player-progress{
  accent-color:var(--lp-purple);
}


/* ============================================================
   V2.18 — original hero height + neutral credits + artwork metadata UI.
   ============================================================ */
.lyrics-post .lp-lightbox-caption{margin:14px 0 0;font-family:var(--lp-disp);font-size:13px;font-weight:600;line-height:1.4;color:#fff;text-align:center}
.lyrics-post .lp-lightbox-caption + .lp-lightbox-desc{margin-top:6px}
.lyrics-post .lp-credit-item dd .lp-search-name:hover,
.lyrics-post .lp-credit-item dd .lp-search-name:focus-visible{
  color:inherit;
  text-decoration-color:currentColor;
}

/* ============================================================
   V2.20 — restore approved Producer / Album / Year presentation.
   This intentionally changes ONLY the metadata presentation; the
   compact pre-watermark hero height remains untouched.
   ============================================================ */
.lyrics-post .lp-hero-meta{
  width:min(100%,700px)!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px 40px!important;
  margin-top:18px!important;
  align-self:start!important;
}
.lyrics-post .lp-hero-meta>div{
  display:grid!important;
  align-content:start!important;
  gap:4px!important;
  min-width:0!important;
}
.lyrics-post .lp-hero-meta dt{
  margin:0!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  color:rgba(255,255,255,.7)!important;
}
.lyrics-post .lp-hero-meta dd{
  margin:0!important;
  font-size:18px!important;
  font-weight:300!important;
  line-height:1.08!important;
  letter-spacing:-.01em!important;
  color:#fff!important;
  min-width:0!important;
}
.lyrics-post .lp-hero-meta .lp-search-name{color:inherit!important}

@media(max-width:560px){
  .lyrics-post .lp-hero-meta{
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px 12px!important;
    margin-top:0!important;
  }
  .lyrics-post .lp-hero-meta>div{gap:3px!important}
  .lyrics-post .lp-hero-meta dt{font-size:10px!important}
  .lyrics-post .lp-hero-meta dd{font-size:15px!important}
}

/* v2.22 — artwork stays clean: no manual hover overlay. */
.lyrics-post .lp-hero-art-hint{display:none!important}
.lyrics-post .lp-hero-art-btn:hover img,.lyrics-post .lp-hero-art-btn:focus-visible img{filter:none!important;opacity:1!important}

/* v2.29 — artwork is display-only: no click overlay/lightbox. */
.lyrics-post .lp-hero-art>img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border:1.5px solid rgba(255,255,255,.68)}
.lyrics-post .lp-lightbox,.lyrics-post .lp-hero-art-btn{display:none!important}

/* v2.30 — prevent Elementor/theme wrapper spacing from creating a blank strip below the global footer on Lyrics singles. */
body.single-pk_lyrics{margin-bottom:0!important;padding-bottom:0!important}
body.single-pk_lyrics .elementor-location-footer,body.single-pk_lyrics .pk-footer-widget,body.single-pk_lyrics .pk-footer-widget footer.ftr{margin-bottom:0!important}
body.single-pk_lyrics .elementor-location-footer>.elementor-element:last-child,body.single-pk_lyrics .pk-footer-widget:last-child{padding-bottom:0!important}

.lyrics-post.lp-no-rail .lp-main{grid-template-columns:minmax(0,1fr)!important}.lyrics-post.lp-no-rail .lp-lyrics{max-width:62ch}

/* ============================================================
   V2.31 — client-reference hero/player arrangement.
   Player becomes the compact white control strip from Frame 53;
   mobile hero becomes artwork -> title/artist -> 3-column metadata.
   ============================================================ */
.lyrics-post .lp-actions{padding:0!important}
.lyrics-post .lp-player{
  min-height:62px!important;
  height:62px!important;
  max-height:62px!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 28px!important;
  align-items:center!important;
  gap:12px!important;
  padding:8px 14px!important;
  background:#fff!important;
  border:0!important;
  color:#160f26!important;
  overflow:visible!important;
}
.lyrics-post .lp-player-track{display:none!important}
.lyrics-post .lp-player-center{display:contents!important}
.lyrics-post .lp-player-controls{
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  padding:0!important;
}
.lyrics-post .lp-player-skip{display:none!important}
.lyrics-post .lp-player-play{
  width:28px!important;
  height:28px!important;
  color:#fff!important;
  background:#7022c9!important;
  box-shadow:0 0 0 1px rgba(112,34,201,.22),0 2px 7px rgba(112,34,201,.18)!important;
}
.lyrics-post .lp-player-play svg{width:12px!important;height:12px!important}
.lyrics-post .lp-player-timeline{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  grid-template-areas:"bar bar" "cur rem"!important;
  align-items:center!important;
  gap:3px 0!important;
  padding:0!important;
  margin:0!important;
}
.lyrics-post .lp-player-progress-wrap{
  grid-area:bar!important;
  width:100%!important;
  min-width:0!important;
  height:18px!important;
}
.lyrics-post .lp-player-progress-wrap::before{
  height:12px!important;
  opacity:1!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 12' preserveAspectRatio='none'%3E%3Cpath d='M0 6V5 M3 6V4 M6 6V3 M9 6V5 M12 6V2 M15 6V4 M18 6V1 M21 6V5 M24 6V3 M27 6V4 M30 6V2 M33 6V5 M36 6V1 M39 6V3 M42 6V4 M45 6V2 M48 6V5 M51 6V3 M54 6V1 M57 6V4 M60 6V2 M63 6V5 M66 6V3 M69 6V4 M72 6V1 M75 6V5 M78 6V2 M81 6V4 M84 6V3 M87 6V5 M90 6V1 M93 6V4 M96 6V2 M99 6V5 M102 6V3 M105 6V1 M108 6V4 M111 6V2 M114 6V5 M117 6V3 M120 6V4 M123 6V1 M126 6V5 M129 6V2 M132 6V4 M135 6V3 M138 6V5 M141 6V1 M144 6V4 M147 6V2 M150 6V5 M153 6V3 M156 6V4 M159 6V2' fill='none' stroke='%23aaa6af' stroke-width='1.15'/%3E%3C/svg%3E")!important;
  background-repeat:repeat-x!important;
  background-position:center!important;
  background-size:160px 12px!important;
}
.lyrics-post .lp-player-progress{
  height:18px!important;
  background:linear-gradient(90deg,#7022c9 0 var(--progress,0%),transparent var(--progress,0%) 100%) center/100% 2px no-repeat!important;
}
.lyrics-post .lp-player-progress::-webkit-slider-thumb{
  width:10px!important;height:10px!important;margin-top:4px!important;
  background:#9a969f!important;border:0!important;box-shadow:none!important;
}
.lyrics-post .lp-player-progress::-moz-range-thumb{
  width:10px!important;height:10px!important;background:#9a969f!important;border:0!important;box-shadow:none!important;
}
.lyrics-post .lp-player-time{
  font-size:7px!important;
  font-weight:500!important;
  color:#77717d!important;
}
.lyrics-post .lp-player-streams{
  position:static!important;
  grid-column:3!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
}
.lyrics-post .lp-player-more{
  width:24px!important;height:24px!important;
  color:#160f26!important;
}
.lyrics-post .lp-player-more:hover{opacity:.62!important}
.lyrics-post .lp-player.loading{opacity:1!important}

/* All three hero metadata fields are part of the approved layout. */
.lyrics-post .lp-hero-meta{display:grid!important}
.lyrics-post .lp-hero-meta .is-unknown{color:#fff!important;text-decoration:none!important}

@media(max-width:560px){
  .lyrics-post .lp-hero{
    padding:12px 0 16px!important;
  }
  .lyrics-post .lp-hero-inner{
    grid-template-columns:1fr!important;
    grid-template-areas:"art" "copy" "meta"!important;
    column-gap:0!important;
    row-gap:6px!important;
    align-items:start!important;
  }
  .lyrics-post .lp-hero-art{
    grid-area:art!important;
    justify-self:center!important;
    align-self:start!important;
    width:clamp(118px,43vw,168px)!important;
    margin:0 auto!important;
  }
  .lyrics-post .lp-hero-art>img{
    width:100%!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    border:1.5px solid rgba(255,255,255,.76)!important;
  }
  .lyrics-post .lp-hero-copy{
    grid-area:copy!important;
    width:100%!important;
    text-align:center!important;
    padding-top:1px!important;
  }
  .lyrics-post .lp-title{
    margin:0!important;
    font-size:20px!important;
    font-weight:500!important;
    line-height:1.03!important;
    letter-spacing:-.025em!important;
  }
  .lyrics-post .lp-title-link{
    text-decoration:underline!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:2px!important;
  }
  .lyrics-post .lp-by{
    margin:5px 0 0!important;
    font-size:13px!important;
    font-weight:300!important;
    line-height:1.1!important;
  }
  .lyrics-post .lp-by .lp-search-name{
    text-decoration:none!important;
  }
  .lyrics-post .lp-hero-meta{
    grid-area:meta!important;
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px 12px!important;
    margin:18px 0 0!important;
    align-self:end!important;
  }
  .lyrics-post .lp-hero-meta>div{
    display:grid!important;
    gap:3px!important;
    min-width:0!important;
    text-align:left!important;
  }
  .lyrics-post .lp-hero-meta dt{
    font-size:7px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.02em!important;
    color:rgba(255,255,255,.64)!important;
  }
  .lyrics-post .lp-hero-meta dd{
    font-size:11px!important;
    font-weight:300!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .lyrics-post .lp-hero-meta .lp-search-name{
    text-decoration:underline!important;
    text-decoration-thickness:1px!important;
    text-underline-offset:2px!important;
    text-decoration-color:rgba(255,255,255,.65)!important;
  }
  .lyrics-post .lp-hero-meta .is-unknown{
    text-decoration:none!important;
  }

  .lyrics-post .lp-player{
    min-height:60px!important;
    height:60px!important;
    max-height:60px!important;
    grid-template-columns:34px minmax(0,1fr) 26px!important;
    gap:8px!important;
    padding:7px 10px!important;
  }
  .lyrics-post .lp-player-play{width:26px!important;height:26px!important}
  .lyrics-post .lp-player-timeline{width:100%!important}
  .lyrics-post .lp-player-progress-wrap,.lyrics-post .lp-player-progress{height:17px!important}
  .lyrics-post .lp-player-progress-wrap::before{height:10px!important;background-size:145px 10px!important}
  .lyrics-post .lp-player-progress::-webkit-slider-thumb{width:9px!important;height:9px!important;margin-top:4px!important}
  .lyrics-post .lp-player-progress::-moz-range-thumb{width:9px!important;height:9px!important}
  .lyrics-post .lp-player-time{font-size:6.5px!important}
  .lyrics-post .lp-player-more{width:22px!important;height:22px!important}
}

.lyrics-post .lp-correction-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

/* v2.32 — standard sound-wave timeline with a clean played-progress line. */
.lyrics-post .lp-player-progress-wrap::before{
  height:20px!important;
  opacity:1!important;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox='0%200%20160%2020'%20preserveAspectRatio='none'%3E%3Cg%20fill='%23aaa6af'%3E%3Crect%20x='0'%20y='8'%20width='1.5'%20height='4'%20rx='.75'%2F%3E%3Crect%20x='4'%20y='6'%20width='1.5'%20height='8'%20rx='.75'%2F%3E%3Crect%20x='8'%20y='4'%20width='1.5'%20height='12'%20rx='.75'%2F%3E%3Crect%20x='12'%20y='6.5'%20width='1.5'%20height='7'%20rx='.75'%2F%3E%3Crect%20x='16'%20y='2.5'%20width='1.5'%20height='15'%20rx='.75'%2F%3E%3Crect%20x='20'%20y='5'%20width='1.5'%20height='10'%20rx='.75'%2F%3E%3Crect%20x='24'%20y='7'%20width='1.5'%20height='6'%20rx='.75'%2F%3E%3Crect%20x='28'%20y='3.5'%20width='1.5'%20height='13'%20rx='.75'%2F%3E%3Crect%20x='32'%20y='1.5'%20width='1.5'%20height='17'%20rx='.75'%2F%3E%3Crect%20x='36'%20y='5.5'%20width='1.5'%20height='9'%20rx='.75'%2F%3E%3Crect%20x='40'%20y='7.5'%20width='1.5'%20height='5'%20rx='.75'%2F%3E%3Crect%20x='44'%20y='4.5'%20width='1.5'%20height='11'%20rx='.75'%2F%3E%3Crect%20x='48'%20y='3'%20width='1.5'%20height='14'%20rx='.75'%2F%3E%3Crect%20x='52'%20y='6'%20width='1.5'%20height='8'%20rx='.75'%2F%3E%3Crect%20x='56'%20y='1'%20width='1.5'%20height='18'%20rx='.75'%2F%3E%3Crect%20x='60'%20y='4'%20width='1.5'%20height='12'%20rx='.75'%2F%3E%3Crect%20x='64'%20y='7'%20width='1.5'%20height='6'%20rx='.75'%2F%3E%3Crect%20x='68'%20y='5'%20width='1.5'%20height='10'%20rx='.75'%2F%3E%3Crect%20x='72'%20y='2'%20width='1.5'%20height='16'%20rx='.75'%2F%3E%3Crect%20x='76'%20y='6.5'%20width='1.5'%20height='7'%20rx='.75'%2F%3E%3Crect%20x='80'%20y='3.5'%20width='1.5'%20height='13'%20rx='.75'%2F%3E%3Crect%20x='84'%20y='5.5'%20width='1.5'%20height='9'%20rx='.75'%2F%3E%3Crect%20x='88'%20y='7.5'%20width='1.5'%20height='5'%20rx='.75'%2F%3E%3Crect%20x='92'%20y='2.5'%20width='1.5'%20height='15'%20rx='.75'%2F%3E%3Crect%20x='96'%20y='4.5'%20width='1.5'%20height='11'%20rx='.75'%2F%3E%3Crect%20x='100'%20y='6.5'%20width='1.5'%20height='7'%20rx='.75'%2F%3E%3Crect%20x='104'%20y='1.5'%20width='1.5'%20height='17'%20rx='.75'%2F%3E%3Crect%20x='108'%20y='5'%20width='1.5'%20height='10'%20rx='.75'%2F%3E%3Crect%20x='112'%20y='7'%20width='1.5'%20height='6'%20rx='.75'%2F%3E%3Crect%20x='116'%20y='3'%20width='1.5'%20height='14'%20rx='.75'%2F%3E%3Crect%20x='120'%20y='6'%20width='1.5'%20height='8'%20rx='.75'%2F%3E%3Crect%20x='124'%20y='4'%20width='1.5'%20height='12'%20rx='.75'%2F%3E%3Crect%20x='128'%20y='2'%20width='1.5'%20height='16'%20rx='.75'%2F%3E%3Crect%20x='132'%20y='5.5'%20width='1.5'%20height='9'%20rx='.75'%2F%3E%3Crect%20x='136'%20y='7.5'%20width='1.5'%20height='5'%20rx='.75'%2F%3E%3Crect%20x='140'%20y='3.5'%20width='1.5'%20height='13'%20rx='.75'%2F%3E%3Crect%20x='144'%20y='1'%20width='1.5'%20height='18'%20rx='.75'%2F%3E%3Crect%20x='148'%20y='5'%20width='1.5'%20height='10'%20rx='.75'%2F%3E%3Crect%20x='152'%20y='6.5'%20width='1.5'%20height='7'%20rx='.75'%2F%3E%3Crect%20x='156'%20y='2.5'%20width='1.5'%20height='15'%20rx='.75'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")!important;
  background-repeat:repeat-x!important;
  background-position:center!important;
  background-size:160px 20px!important;
}
.lyrics-post .lp-player-progress{
  height:20px!important;
  background:linear-gradient(90deg,#7022c9 0 var(--progress,0%),transparent var(--progress,0%) 100%) center/100% 2px no-repeat!important;
}
.lyrics-post .lp-player-progress::-webkit-slider-runnable-track{height:20px!important;background:transparent!important;border:0!important}
.lyrics-post .lp-player-progress::-moz-range-track{height:20px!important;background:transparent!important;border:0!important}
.lyrics-post .lp-player-progress::-moz-range-progress{height:2px!important;background:#7022c9!important}
.lyrics-post .lp-player-progress::-webkit-slider-thumb{width:9px!important;height:9px!important;margin-top:5.5px!important;background:#8b8790!important}
.lyrics-post .lp-player-progress::-moz-range-thumb{width:9px!important;height:9px!important;background:#8b8790!important}
@media(max-width:560px){
  .lyrics-post .lp-player-progress-wrap::before{height:18px!important;background-size:144px 18px!important}
  .lyrics-post .lp-player-progress,.lyrics-post .lp-player-progress::-webkit-slider-runnable-track,.lyrics-post .lp-player-progress::-moz-range-track{height:18px!important}
  .lyrics-post .lp-player-progress::-webkit-slider-thumb{margin-top:4.5px!important}
}
