/* MUSIC FM — GLOBAL FINAL SAFE PATCH
   תיקונים קטנים שמונעים דריסה של כפתורים/קרוסלות בלי לשנות את כל האתר */

button,
a,
[role="button"]{
    -webkit-tap-highlight-color: transparent;
}

.mf-news-section button,
.mf-news-section a,
.mf-clips-page button,
.mf-clips-page a{
    font-family: inherit;
}

.mf-news-section .mf-news-arrow,
.mf-clips-page .mf-clips-submit,
.mf-clips-page .mf-clips-reset,
.mf-clips-page .mf-clip-actions a,
.mf-clips-page .mf-clip-actions span{
    text-decoration:none !important;
}

.mf-news-section .mf-news-arrow i,
.mf-clips-page i{
    line-height:1 !important;
}
