.mrrs-most-read-container { font-family: inherit; max-width: 100%; margin: 20px 0; direction: rtl; text-align: right; }
        .mrrs-header { padding: 10px 15px; font-weight: bold; border-radius: 5px 5px 0 0; margin-bottom: 15px; }
        .mrrs-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
        .mrrs-tab { border: none; padding: 8px 18px; border-radius: 5px; cursor: pointer; transition: 0.2s; font-weight: bold; }
        .mrrs-tab:hover { opacity: 0.8; }
        .mrrs-posts-list { margin-top: 10px; }
        .mrrs-post-item { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
        .mrrs-post-image { flex-shrink: 0; }
        .mrrs-post-image img { width: 100%; border-radius: 6px; display: block; }
        .mrrs-post-content { flex-grow: 1; }
        .mrrs-post-title { margin: 0 0 5px; font-size: 1.1em; }
        .mrrs-post-title a { text-decoration: none; color: inherit; }
        .mrrs-post-date { font-size: 0.85em; opacity: 0.7; }
        .mrrs-no-posts { text-align: center; padding: 20px; background: #f5f5f5; border-radius: 6px; }