/* =========================================================
   Music FM — Dedications Premium V2 2026 — Square UI
========================================================= */

.dedications-page-v2{
    direction:rtl;
    padding-top:22px;
    padding-bottom:92px;
}

.dedications-page-v2,
.dedications-page-v2 *{
    box-sizing:border-box;
}

.dedications-page-v2 a{
    text-decoration:none;
}

.dedications-hero-v2{
    position:relative;
    min-height:350px;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0,1fr) 300px;
    align-items:center;
    gap:34px;
    margin:0 0 18px;
    padding:46px 54px;
    border:1px solid rgba(90,170,255,.18);
    border-radius:4px;
    background:
        radial-gradient(circle at 18% 22%,rgba(89,199,255,.22),transparent 31%),
        radial-gradient(circle at 86% 22%,rgba(20,124,255,.22),transparent 34%),
        linear-gradient(135deg,#03101f 0%,#071c3a 42%,#092f6a 100%);
    color:#fff;
    box-shadow:0 22px 55px rgba(15,35,70,.18);
    isolation:isolate;
}

.dedications-hero-v2::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    background:
        linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.03) 45%,rgba(0,0,0,.20)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 120px);
}

.dedications-hero-v2::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.22;
    background:
        radial-gradient(circle at 56% 30%,transparent 0 34px,rgba(255,255,255,.18) 35px 37px,transparent 38px),
        radial-gradient(circle at 70% 60%,transparent 0 22px,rgba(255,255,255,.14) 23px 25px,transparent 26px),
        radial-gradient(circle at 38% 68%,transparent 0 16px,rgba(255,255,255,.12) 17px 19px,transparent 20px);
}

.dedications-hero-shapes-v2{
    position:absolute;
    inset:0;
    pointer-events:none;
    color:rgba(255,255,255,.09);
    font-size:38px;
}

.dedications-hero-shapes-v2 i{
    position:absolute;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.dedications-hero-shapes-v2 i:nth-child(1){top:20%;left:42%;font-size:78px;transform:rotate(-12deg)}
.dedications-hero-shapes-v2 i:nth-child(2){top:52%;left:56%;font-size:58px;transform:rotate(18deg)}
.dedications-hero-shapes-v2 i:nth-child(3){top:32%;left:28%;font-size:48px;transform:rotate(-8deg)}
.dedications-hero-shapes-v2 i:nth-child(4){top:66%;left:76%;font-size:26px;transform:rotate(16deg)}

.dedications-hero-content-v2,
.dedications-hero-stat-v2{
    position:relative;
    z-index:2;
}

.dedications-kicker-v2{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 15px;
    margin-bottom:18px;
    border-radius:4px;
    background:linear-gradient(135deg,#147cff,#2f8fff);
    color:#fff;
    font-size:13px;
    font-weight:950;
    box-shadow:0 12px 26px rgba(20,124,255,.28);
}

.dedications-hero-v2 h1{
    margin:0 0 14px;
    color:#fff;
    font-size:56px;
    line-height:1.02;
    font-weight:950;
    letter-spacing:-1.5px;
}

.dedications-hero-v2 p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.8;
    font-weight:800;
}

.dedications-actions-v2{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}

.dedications-actions-v2 a{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 22px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:4px;
    background:rgba(255,255,255,.085);
    color:#fff;
    font-size:15px;
    font-weight:950;
    transition:.18s ease;
}

.dedications-actions-v2 a.is-primary{
    border-color:rgba(20,124,255,.88);
    background:linear-gradient(135deg,#147cff,#2689ff);
    box-shadow:0 16px 30px rgba(20,124,255,.28);
}

.dedications-actions-v2 a:hover{
    transform:translateY(-2px);
    border-color:rgba(89,199,255,.52);
}

.dedications-hero-stat-v2{
    min-height:232px;
    display:grid;
    place-items:center;
    align-content:center;
    gap:12px;
    padding:30px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:4px;
    background:rgba(255,255,255,.075);
    text-align:center;
    box-shadow:0 22px 48px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.dedications-hero-stat-v2 i{
    color:#59c7ff;
    font-size:48px;
    line-height:1;
    filter:drop-shadow(0 0 14px rgba(89,199,255,.40));
}

.dedications-hero-stat-v2 strong{
    color:#fff;
    font-size:66px;
    font-weight:950;
    line-height:.95;
}

.dedications-hero-stat-v2 small{
    color:#59c7ff;
    font-size:16px;
    font-weight:950;
}

.dedications-alert-v2{
    margin:0 0 14px;
    padding:13px 16px;
    border-radius:4px;
    font-weight:900;
    border:1px solid transparent;
    background:#fff;
}

.dedications-alert-v2.is-success{
    color:#047857;
    border-color:#bbf7d0;
    background:#f0fdf4;
}

.dedications-alert-v2.is-error{
    color:#be123c;
    border-color:#fecdd3;
    background:#fff1f2;
}

.dedications-filter-v2{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin:0 20px 18px;
    padding:18px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:rgba(255,255,255,.96);
    box-shadow:0 14px 36px rgba(15,35,70,.06);
}

.dedications-count-v2{
    display:flex;
    align-items:baseline;
    gap:7px;
    color:#667085;
    font-size:14px;
    font-weight:850;
}

.dedications-count-v2 strong{
    color:#111827;
    font-size:22px;
    font-weight:950;
}

.dedications-filter-form-v2{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.dedications-filter-form-v2 label{
    min-width:185px;
    height:46px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 12px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
}

.dedications-filter-form-v2 span{
    color:#667085;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
}

.dedications-filter-form-v2 select{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#111827;
    font:inherit;
    font-size:14px;
    font-weight:950;
}

.dedication-send-panel-v2{
    display:grid;
    grid-template-columns:58px minmax(0,1fr) auto;
    align-items:center;
    gap:16px;
    margin:0 20px 24px;
    padding:22px 26px;
    border:1px solid rgba(20,124,255,.22);
    border-radius:4px;
    background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    box-shadow:0 14px 36px rgba(15,35,70,.06);
}

.dedication-send-icon-v2{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#eef6ff;
    color:#147cff;
    font-size:24px;
    box-shadow:inset 0 0 0 1px rgba(20,124,255,.10);
}

.dedication-send-copy-v2 strong{
    display:block;
    color:#111827;
    font-size:22px;
    font-weight:950;
    line-height:1.2;
}

.dedication-send-copy-v2 span{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:14px;
    font-weight:850;
    line-height:1.6;
}

.dedication-auth-actions-v2{
    display:flex;
    gap:10px;
}

.dedication-auth-actions-v2 a{
    min-width:108px;
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    border:1px solid #147cff;
    border-radius:4px;
    background:#fff;
    color:#147cff;
    font-size:15px;
    font-weight:950;
}

.dedication-auth-actions-v2 a.is-primary{
    background:linear-gradient(135deg,#147cff,#2689ff);
    color:#fff !important;
    box-shadow:0 12px 24px rgba(20,124,255,.20);
}

.dedication-send-form-v2{
    display:grid;
    grid-template-columns:190px minmax(260px,1fr) 112px;
    gap:10px;
    align-items:center;
}

.dedication-send-form-v2 input{
    width:100%;
    height:46px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    color:#111827;
    padding:0 14px;
    outline:0;
    font-size:14px;
    font-weight:850;
}

.dedication-send-form-v2 input:focus{
    border-color:#147cff;
    box-shadow:0 0 0 4px rgba(20,124,255,.10);
}

.dedication-send-form-v2 button{
    height:46px;
    border:0;
    border-radius:4px;
    background:linear-gradient(135deg,#147cff,#2689ff);
    color:#fff;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:14px;
    font-weight:950;
    box-shadow:0 12px 24px rgba(20,124,255,.20);
}

.dedications-grid-v2{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    margin:0 20px 24px;
}

.dedication-card-v2{
    min-width:0;
    min-height:286px;
    display:grid;
    grid-template-rows:auto auto 1fr auto;
    gap:13px;
    padding:22px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 14px 34px rgba(15,35,70,.07);
    transition:.18s ease;
}

.dedication-card-v2:hover{
    transform:translateY(-3px);
    border-color:rgba(20,124,255,.32);
    box-shadow:0 20px 42px rgba(15,35,70,.10);
}

.dedication-head-v2{
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    gap:12px;
    align-items:center;
}

.dedication-avatar-v2{
    width:54px;
    height:54px;
    display:block;
    border-radius:50%;
    overflow:hidden;
    background:#eef6ff;
    border:1px solid #dfe7f3;
    flex:0 0 auto;
}

.dedication-avatar-v2 img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.dedication-head-v2 strong,
.dedication-author-v2{
    display:block;
    max-width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#147cff;
    font-size:16px;
    font-weight:950;
}

.dedication-author-v2:hover{
    color:#005bea;
}

.dedication-head-v2 small{
    display:block;
    margin-top:4px;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.dedication-card-v2 h3{
    margin:0;
    color:#111827;
    font-size:18px;
    line-height:1.35;
    font-weight:950;
}

.dedication-card-v2 p{
    margin:0;
    color:#1f2937;
    font-size:15px;
    line-height:1.75;
    font-weight:760;
}

.dedication-footer-v2{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding-top:14px;
    border-top:1px solid #e7eef8;
}

.dedication-like-form-v2{
    margin:0;
}

.dedication-like-v2{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 2px;
    border:0;
    background:transparent;
    color:#667085;
    cursor:pointer;
    font-size:15px;
    font-weight:950;
    transition:.16s ease;
}

.dedication-like-v2 i{
    font-size:22px;
}

.dedication-like-v2:hover,
.dedication-like-v2.is-liked{
    color:#f43f5e;
}

.dedication-like-v2.is-locked{
    cursor:pointer;
}

.dedication-profile-link-v2{
    color:#147cff;
    font-size:14px;
    font-weight:950;
}

.dedication-profile-link-v2:hover{
    color:#005bea;
}

.dedication-empty-v2{
    grid-column:1/-1;
    display:grid;
    justify-items:center;
    gap:10px;
    padding:50px 24px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    text-align:center;
    box-shadow:0 14px 34px rgba(15,35,70,.07);
}

.dedication-empty-v2 i{
    color:#147cff;
    font-size:42px;
}

.dedication-empty-v2 h2{
    margin:0;
    color:#111827;
    font-size:28px;
    font-weight:950;
}

.dedication-empty-v2 p{
    margin:0;
    color:#667085;
    font-weight:850;
}

.dedication-empty-v2 a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:8px;
    padding:0 18px;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    font-weight:950;
}

@media(max-width:1280px){
    .dedications-grid-v2{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .dedication-send-panel-v2{
        grid-template-columns:58px minmax(0,1fr);
    }

    .dedication-send-form-v2,
    .dedication-auth-actions-v2{
        grid-column:1/-1;
    }
}

@media(max-width:980px){
    .dedications-hero-v2{
        grid-template-columns:1fr;
        padding:36px 28px;
    }

    .dedications-hero-stat-v2{
        min-height:170px;
    }

    .dedications-grid-v2{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .dedication-send-form-v2{
        grid-template-columns:1fr;
    }
}

@media(max-width:720px){
    .dedications-page-v2{
        padding-top:12px;
    }

    .dedications-hero-v2{
        min-height:auto;
        margin-inline:-9px;
        padding:30px 22px;
        border-radius:0 0 4px 4px;
    }

    .dedications-hero-v2 h1{
        font-size:38px;
        letter-spacing:-.8px;
    }

    .dedications-hero-v2 p{
        font-size:15px;
        line-height:1.75;
    }

    .dedications-actions-v2 a,
    .dedication-auth-actions-v2 a{
        width:100%;
    }

    .dedications-hero-stat-v2 strong{
        font-size:52px;
    }

    .dedications-filter-v2,
    .dedication-send-panel-v2,
    .dedications-grid-v2{
        margin-inline:0;
    }

    .dedications-filter-v2{
        display:grid;
    }

    .dedications-filter-form-v2,
    .dedications-filter-form-v2 label{
        width:100%;
    }

    .dedication-send-panel-v2{
        grid-template-columns:1fr;
        padding:20px;
        text-align:center;
        justify-items:center;
    }

    .dedication-send-copy-v2 strong{
        font-size:20px;
    }

    .dedication-auth-actions-v2{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .dedications-grid-v2{
        grid-template-columns:1fr;
        gap:16px;
    }

    .dedication-card-v2{
        min-height:auto;
    }
}


/* Auth buttons fix — compact + correct colors */
.dedication-auth-actions-v2{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    width:auto;
}

.dedication-auth-actions-v2 a{
    width:auto !important;
    min-width:92px;
    min-height:38px;
    padding:0 14px;
    border-radius:4px;
    text-decoration:none;
    line-height:1;
}

.dedication-auth-actions-v2 a.is-primary,
.dedication-auth-actions-v2 a.is-primary:visited,
.dedication-auth-actions-v2 a.is-primary:hover,
.dedication-auth-actions-v2 a.is-primary:focus{
    color:#fff !important;
}

.dedication-auth-actions-v2 a:not(.is-primary),
.dedication-auth-actions-v2 a:not(.is-primary):visited{
    color:#147cff !important;
}

@media(max-width:720px){
    .dedication-auth-actions-v2{
        width:auto !important;
        display:inline-flex !important;
        grid-template-columns:none !important;
        justify-content:center;
    }

    .dedication-auth-actions-v2 a{
        width:auto !important;
        min-width:92px;
        min-height:38px;
    }
}

/* =========================================================
   Dedications Step 2 — live action buttons
========================================================= */
.dedications-page{
    direction:rtl;
}

.dedication-card-live{
    position:relative;
    overflow:hidden;
}

.dedication-card-live::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:3px;
    background:linear-gradient(90deg,#147cff,#59c7ff);
    opacity:0;
    transition:.18s ease;
}

.dedication-card-live:hover::before{
    opacity:1;
}

.dedication-actions-row{
    display:grid;
    grid-template-columns:auto auto auto auto 1fr;
    align-items:center;
    gap:10px;
}

.dedication-like-v2,
.dedication-action-btn{
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 10px;
    border:1px solid #e4ebf5;
    border-radius:4px;
    background:#fff;
    color:#667085;
    cursor:pointer;
    font-size:14px;
    font-weight:950;
    transition:.16s ease;
}

.dedication-like-v2 i,
.dedication-action-btn i{
    font-size:16px;
    line-height:1;
}

.dedication-like-v2 b,
.dedication-action-btn b{
    font-size:13px;
    line-height:1;
}

.dedication-like-v2:hover,
.dedication-like-v2.liked,
.dedication-like-v2.is-liked{
    border-color:rgba(244,63,94,.24);
    background:#fff1f3;
    color:#f43f5e;
}

.dedication-like-v2.loading{
    pointer-events:none;
    opacity:.65;
}

.dedication-like-v2.pop i{
    animation:dedicationHeartPop .34s ease both;
}

@keyframes dedicationHeartPop{
    0%{transform:scale(1)}
    45%{transform:scale(1.45)}
    100%{transform:scale(1)}
}

.dedication-action-btn:hover{
    border-color:rgba(20,124,255,.24);
    background:#eef6ff;
    color:#147cff;
}

.dedication-action-btn.is-view{
    cursor:default;
}

.dedication-action-btn.is-view:hover{
    border-color:#e4ebf5;
    background:#fff;
    color:#667085;
}

.share-dedication.copied{
    border-color:#bbf7d0;
    background:#f0fdf4;
    color:#047857;
}

.dedication-profile-link-v2{
    justify-self:end;
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 10px;
    border:1px solid rgba(20,124,255,.18);
    border-radius:4px;
    background:#f7fbff;
}

.dedications-load-more-wrap{
    display:flex;
    justify-content:center;
    margin:4px 20px 34px;
}

.load-more{
    min-height:44px;
    min-width:170px;
    border:1px solid #147cff;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:950;
    box-shadow:0 12px 24px rgba(20,124,255,.16);
    transition:.16s ease;
}

.load-more:hover{
    transform:translateY(-1px);
    background:#005bea;
}

.load-more:disabled{
    opacity:.65;
    cursor:wait;
    transform:none;
}

.dedications-filter-form-v2 input[type="search"]{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#111827;
    font:inherit;
    font-size:14px;
    font-weight:950;
}

.dedications-filter-form-v2 button[type="submit"]{
    min-width:92px;
    height:46px;
    border:0;
    border-radius:4px;
    background:#147cff;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:950;
}

@media(max-width:720px){
    .dedication-actions-row{
        grid-template-columns:repeat(4,auto);
        justify-content:space-between;
    }

    .dedication-profile-link-v2{
        grid-column:1/-1;
        justify-self:stretch;
    }

    .dedications-filter-form-v2 button[type="submit"]{
        width:100%;
    }
}

/* =========================================================
   Dedications Cards — post style refinement
========================================================= */
.dedication-card-live::before{
    display:none !important;
}

.dedication-card-v2{
    position:relative;
    overflow:hidden;
    gap:12px;
    border-color:#e5eaf3;
    box-shadow:0 12px 30px rgba(15,35,70,.055);
}

.dedication-card-v2:hover{
    transform:translateY(-2px);
    border-color:rgba(20,124,255,.24);
    box-shadow:0 18px 40px rgba(15,35,70,.095);
}

.dedication-head-v2{
    grid-template-columns:60px minmax(0,1fr);
    gap:13px;
}

.dedication-avatar-v2{
    width:60px;
    height:60px;
    border:2px solid #eef2f7;
    transition:.18s ease;
}

.dedication-card-v2:hover .dedication-avatar-v2{
    transform:scale(1.035);
}

.dedication-head-v2 strong,
.dedication-author-v2{
    color:#111827;
    font-size:16px;
    font-weight:950;
}

.dedication-author-v2:hover{
    color:#147cff;
}

.dedication-target-v2,
.dedication-card-v2 h3.dedication-target-v2{
    display:flex;
    align-items:center;
    gap:6px;
    margin:2px 0 0;
    color:#667085;
    font-size:14px;
    line-height:1.35;
    font-weight:900;
}

.dedication-target-v2 span{
    color:#667085;
    font-weight:900;
}

.dedication-target-v2 b{
    color:#111827;
    font-size:15px;
    font-weight:950;
}

.dedication-message-v2,
.dedication-card-v2 p.dedication-message-v2{
    color:#1f2937;
    font-size:16px;
    line-height:1.8;
    font-weight:780;
}

.dedication-actions-row{
    grid-template-columns:auto auto auto auto 1fr;
    gap:8px;
}

.dedication-like-v2,
.dedication-action-btn{
    min-height:36px;
    min-width:44px;
    border-color:#e5eaf3;
    background:#fff;
    color:#667085;
    box-shadow:none;
}

.dedication-like-v2:hover,
.dedication-action-btn:hover{
    border-color:rgba(20,124,255,.22);
    background:#f7fbff;
    color:#147cff;
}

.dedication-like-v2.liked,
.dedication-like-v2.is-liked{
    border-color:rgba(244,63,94,.24);
    background:#fff1f3;
    color:#f43f5e;
}

.dedication-like-v2:not(.liked):not(.is-liked):hover{
    border-color:rgba(20,124,255,.22);
    background:#f7fbff;
    color:#147cff;
}

.dedication-action-btn.is-view:hover{
    border-color:#e5eaf3;
    background:#fff;
    color:#667085;
}

.dedication-profile-link-v2{
    color:#147cff;
    background:#fff;
    border-color:#e5eaf3;
}

.dedication-profile-link-v2:hover{
    color:#005bea;
    border-color:rgba(20,124,255,.24);
    background:#f7fbff;
}

.dedication-badge-popular{
    position:absolute;
    top:14px;
    left:14px;
    min-height:28px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:0 9px;
    border:1px solid #fed7aa;
    border-radius:4px;
    background:#fff7ed;
    color:#ea580c;
    font-size:12px;
    font-weight:950;
    box-shadow:0 10px 22px rgba(234,88,12,.08);
}

@media(max-width:720px){
    .dedication-head-v2{
        grid-template-columns:56px minmax(0,1fr);
    }

    .dedication-avatar-v2{
        width:56px;
        height:56px;
    }

    .dedication-badge-popular{
        position:static;
        width:max-content;
    }
}

/* =========================================================
   Dedications Step 3 — comments, share modal, featured card
========================================================= */
.dedications-featured{
    margin:0 20px 24px;
    padding:18px;
    border:1px solid rgba(20,124,255,.18);
    border-radius:4px;
    background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    box-shadow:0 14px 36px rgba(15,35,70,.06);
}

.dedications-featured-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:14px;
}

.dedications-featured-title > i{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:4px;
    background:#fff1f2;
    color:#f43f5e;
    font-size:18px;
}

.dedications-featured-title strong{
    display:block;
    color:#111827;
    font-size:20px;
    font-weight:950;
}

.dedications-featured-title span{
    display:block;
    margin-top:2px;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.dedications-featured-card .dedication-card-v2{
    margin:0;
    min-height:auto;
    border-color:rgba(20,124,255,.22);
    box-shadow:0 16px 38px rgba(15,35,70,.08);
}

.dedication-comments-panel{
    margin-top:2px;
    padding-top:14px;
    border-top:1px solid #e7eef8;
}

.dedication-comments-list{
    display:grid;
    gap:10px;
    margin-bottom:12px;
}

.dedication-comments-loading,
.dedication-comment-empty{
    display:block;
    padding:10px 12px;
    border:1px solid #e7eef8;
    border-radius:4px;
    background:#f8fafc;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.dedication-comment{
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
    padding:10px;
    border:1px solid #e7eef8;
    border-radius:4px;
    background:#fbfdff;
}

.dedication-comment img{
    width:36px;
    height:36px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #e5e7eb;
    background:#eef6ff;
}

.dedication-comment strong{
    display:inline-block;
    color:#111827;
    font-size:13px;
    font-weight:950;
    margin-inline-end:6px;
}

.dedication-comment small{
    color:#98a2b3;
    font-size:11px;
    font-weight:850;
}

.dedication-comment p{
    margin:4px 0 0;
    color:#344054;
    font-size:13px;
    line-height:1.55;
    font-weight:760;
}

.dedication-comment-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) 72px;
    gap:8px;
}

.dedication-comment-form input{
    height:38px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    color:#111827;
    outline:0;
    padding:0 12px;
    font-size:13px;
    font-weight:850;
}

.dedication-comment-form input:focus{
    border-color:#147cff;
    box-shadow:0 0 0 3px rgba(20,124,255,.10);
}

.dedication-comment-form button,
.dedication-comments-login{
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:4px;
    background:#147cff;
    color:#fff !important;
    font-size:13px;
    font-weight:950;
    cursor:pointer;
    text-decoration:none;
}

.dedication-comment-form button:disabled{
    opacity:.65;
    cursor:wait;
}

.dedications-toast{
    position:fixed;
    z-index:99999;
    left:24px;
    bottom:24px;
    min-height:42px;
    display:flex;
    align-items:center;
    padding:0 16px;
    border-radius:4px;
    background:#071832;
    color:#fff;
    font-size:14px;
    font-weight:950;
    box-shadow:0 18px 40px rgba(0,0,0,.22);
    transform:translateY(16px);
    opacity:0;
    pointer-events:none;
    transition:.18s ease;
}

.dedications-toast.show{
    transform:translateY(0);
    opacity:1;
}

.dedications-share-modal{
    position:fixed;
    z-index:99998;
    inset:0;
    display:grid;
    place-items:center;
    padding:22px;
    background:rgba(3,16,31,.42);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.dedications-share-box{
    position:relative;
    width:min(420px,100%);
    padding:24px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 24px 70px rgba(0,0,0,.22);
    text-align:right;
}

.dedications-share-close{
    position:absolute;
    top:12px;
    left:12px;
    width:34px;
    height:34px;
    border:1px solid #e7eef8;
    border-radius:4px;
    background:#fff;
    color:#667085;
    cursor:pointer;
}

.dedications-share-box > strong{
    display:block;
    color:#111827;
    font-size:24px;
    font-weight:950;
}

.dedications-share-box > span{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:13px;
    font-weight:850;
}

.dedications-share-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}

.dedications-share-grid a,
.dedications-share-grid button{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #e4ebf5;
    border-radius:4px;
    background:#fff;
    color:#111827;
    cursor:pointer;
    font-size:14px;
    font-weight:950;
    text-decoration:none;
    transition:.16s ease;
}

.dedications-share-grid a:hover,
.dedications-share-grid button:hover{
    border-color:rgba(20,124,255,.22);
    background:#eef6ff;
    color:#147cff;
}

@media(max-width:720px){
    .dedications-featured{
        margin-inline:0;
        padding:14px;
    }

    .dedication-comment-form{
        grid-template-columns:1fr;
    }

    .dedications-toast{
        left:14px;
        right:14px;
        bottom:14px;
        justify-content:center;
    }
}

/* =========================================================
   Dedications Voice Messages
========================================================= */
.dedication-voice-recorder{
    min-height:46px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:5px;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
}

.dedication-record-btn,
.dedication-record-stop,
.dedication-record-clear{
    height:36px;
    border:0;
    border-radius:4px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    cursor:pointer;
    font-size:13px;
    font-weight:950;
    transition:.16s ease;
}

.dedication-record-btn{
    min-width:92px;
    padding:0 12px;
    background:#eef6ff;
    color:#147cff;
}

.dedication-record-btn:hover{
    background:#e0efff;
}

.dedication-record-stop{
    min-width:82px;
    padding:0 12px;
    background:#fff1f3;
    color:#e11d48;
}

.dedication-record-clear{
    width:36px;
    background:#f8fafc;
    color:#667085;
    border:1px solid #e4ebf5;
}

.dedication-record-timer{
    min-width:38px;
    color:#667085;
    font-size:13px;
    font-weight:950;
    direction:ltr;
    text-align:center;
}

.dedication-record-preview{
    height:36px;
    width:180px;
    max-width:100%;
}

.dedication-voice-recorder.is-recording{
    border-color:rgba(225,29,72,.30);
    box-shadow:0 0 0 4px rgba(225,29,72,.07);
}

.dedication-voice-recorder.is-recording .dedication-record-timer{
    color:#e11d48;
}

.dedication-voice-player{
    display:grid;
    gap:8px;
    margin-top:2px;
    padding:12px;
    border:1px solid #e4ebf5;
    border-radius:4px;
    background:linear-gradient(135deg,#fbfdff 0%,#f7fbff 100%);
}

.dedication-voice-player span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#111827;
    font-size:13px;
    font-weight:950;
}

.dedication-voice-player span i{
    color:#147cff;
}

.dedication-voice-player audio{
    width:100%;
    height:38px;
}

@media(max-width:1280px){
    .dedication-voice-recorder{
        grid-column:1/-1;
        flex-wrap:wrap;
    }
}

@media(max-width:720px){
    .dedication-voice-recorder{
        width:100%;
        justify-content:center;
    }

    .dedication-record-preview{
        width:100%;
    }
}

@media(min-width:1281px){
    .dedication-send-form-v2{
        grid-template-columns:190px minmax(260px,1fr) minmax(260px,360px) 112px;
    }
}


/* =========================================================
   Music FM — Dedications initials exactly like BLOCKS
========================================================= */

.dedication-avatar-v2{
    display:grid !important;
    place-items:center !important;
    background:#eef6ff !important;
    color:#147cff !important;
}

.dedication-avatar-v2 img{
    grid-area:1 / 1;
}

.dedication-avatar-initials{
    grid-area:1 / 1;
    width:100%;
    height:100%;
    place-items:center;
    color:#147cff;
    font-family:'Heebo',Arial,sans-serif;
    font-size:15px;
    line-height:1;
    font-weight:950;
    direction:rtl;
    unicode-bidi:isolate;
    white-space:nowrap;
    overflow:visible;
    letter-spacing:-.05em;
}


/* =========================================================
   Music FM — Dedications initials centered fix
========================================================= */

.dedication-avatar-v2{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    text-decoration:none !important;
}

.dedication-avatar-v2 img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:50% !important;
    z-index:2 !important;
}

.dedication-avatar-initials{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    color:#147cff !important;
    font-family:'Heebo',Arial,sans-serif !important;
    font-size:15px !important;
    line-height:1 !important;
    font-weight:950 !important;
    direction:rtl !important;
    unicode-bidi:isolate !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-align:center !important;
    letter-spacing:-.04em !important;
}

