/* Portal custom layer
   Keep this intentionally light and page-scoped.
*/

.feature-request-search {
    min-width: 260px;
}

.feature-request-filter {
    min-width: 180px;
}

.feature-vote-rail,
.feature-vote-panel {
    min-width: 64px;
}

.feature-vote-count {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0.5rem 0;
}

.feature-kanban {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.feature-kanban-column {
    min-width: 280px;
    flex: 0 0 280px;
    background: #f8f9fc;
    border-radius: 0.5rem;
    padding: 1rem;
}

.feature-kanban-header {
    margin-bottom: 1rem;
}

.feature-kanban-list {
    min-height: 120px;
}

.feature-kanban-card {
    cursor: move;
}

.lock-screen-overlay {
    background: rgba(0, 0, 0, 0.45);
}
