/* Feature Requests page — only the bits that aren't covered by the
   shared shell live here. Page container / content shell / list wrap
   come from css/shared/page-shell.css; the view filter and "Suggest"
   button are rendered into the PLO drawer (.plo-select-wrap +
   .plo-button-wrap), so this sheet has no toolbar / filter rules. */

/* Expansion-panel list — same idea card treatment as Notifications:
   no shadow on the list, light divider per panel. */
.fr-panels .mud-expand-panel {
    border-radius: 10px !important;
    margin-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none !important;
}

.fr-panel-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 32px;
}

.fr-panel-title-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.fr-panel-title {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
}

.fr-panel-meta {
    font-size: 0.72rem;
    color: #999;
}

.fr-body {
    padding: 10px 0 12px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #444;
}

.fr-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 8px;
}

.fr-vote-row {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
