.osa-grid2{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

@media (max-width:1024px){
    .osa-grid2{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .osa-grid2{
        grid-template-columns:1fr;
    }
}

/* العناوين */


/* البطاقات */
/* مربعات السنة 2026 */
.osa-home-year .osa-song-card{
    background:#f2f2f2;
}

/* مربعات جديد كلمات الأغاني */
.osa-home-latest .osa-song-card {
    background: #e8f3f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}



.osa-title{
    font-weight:600;
    font-size:15px;
}

.osa-artist{
    font-size:13px;
    color:#afa698;
}

.osa-title a,
.osa-artist a{
    text-decoration:none;
}


/* تكبير الأيقونات */
.osa-icon{
    width:22px;
    height:22px;
    min-width:22px;
    min-height:22px;
    display:inline-block;
    margin-left:8px;
    fill:#8a8175;
    vertical-align:middle;
}


.osa-home-card svg{
    width:20px;
    height:20px;
    flex-shrink:0;
    display:inline-block;
}

.osa-home-card{
    overflow:visible;
}
/* أيقونات بلوك 2026 */
.osa-home-year svg {
    fill: #887b66;
    color: #afa698;
}

/* أيقونات بلوك الجديد */
.osa-home-latest svg {
    fill: #20a8c4;
    color: #5e8e98;
}
.osa-home-card .icon-mic{
    width:22px;
    height:22px;
}



.osa-home-year .osa-artist a {
    color: #b86027;
    font-weight: 500;
}

.osa-home-year .osa-artist a:hover{
    color:#6e665c;
}
.osa-home-latest .osa-artist a {
    color: #16757d;
    font-weight: 500;
}

.osa-home-latest .osa-artist a:hover{
    color:#1f5f69;
}
.osa-home-year .osa-title a{
    color:#716553;
}

.osa-home-year .osa-title a:hover{
    color:#bc924f;
}
.osa-home-latest .osa-title a{
    color:#2a7b8a;
}

.osa-home-latest .osa-title a:hover{
    color:#163b42;
}
.osa-home-year h2{
    color:#676767;
    text-align:center;
}

/* عنوان بلوك جديد كلمات الأغاني */
.osa-home-latest h2{
    color:#2e7c88;
    text-align:center;
}
.osa-section-head{
    text-align:center;
    margin-bottom:25px;
}

.osa-main-title {
    font-size: 28px;
    font-weight: 700;
    margin: 35px 0 0 0;
}

.osa-sub-title{
    font-size:14px;
    color:#7a7a7a;
}

.osa-year-link{
    color:#6e6e6e;
    text-decoration:none;
    font-weight:600;
}

.osa-year-link:hover{
    color:#444;
}
.osa-year-link{
    background:#ececec;
    padding:4px 10px;
    border-radius:20px;
}

.osa-duet-label {
    background: #5c959c;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px 4px 9px;
    border-radius: 50px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: default;
    font-weight: 400;
}


.osa-home-year .osa-song-card span.osa-duet-label {
    background: #bd826e;
    color: #ffffff;
}





/* ===== قسم الأكثر مشاهدة (معزول بالكامل) ===== */

.osa-home-popular {

}

/* العنوان */
.osa-home-popular .osa-main-title {

}

/* الوصف */
.osa-home-popular .osa-sub-title {
 
}

.osa-home-popular h2.osa-main-title {
    color: #2e7c88;
}
.osa-home-popular .osa-song-card {
    background: #e8f3f5;
}

.osa-home-popular .osa-title {
    color: #2a7b8a;
}
.osa-home-popular .osa-title a:hover{
    color:#20a8c4;
}
.osa-home-popular .osa-artist {
    color: #1c4549;
}

.osa-home-popular svg {
    fill: #20a8c4;
}