.rp-tabs { font-family: sans-serif; margin: 2em 0; }
.rp-tab-buttons { display: flex; gap: 10px; margin-bottom: 10px; list-style: none; padding: 0; }
.rp-tab-btn { padding: 10px 15px; background: #ddd; cursor: pointer; border-radius: 5px; }
.rp-tab-btn.active { background: #0073aa; color: white; }

.rp-tab-content { display: none; }
.rp-tab-content.active { display: block; }

.rp-programma {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.rp-programma img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; }
.rp-programma.current { border: 2px solid #0073aa; background: #e6f4ff; }