/* Contest Marketplace - Page Feature Guard */

.cm-feature-locked-card {
    max-width: 920px;
    margin: 44px auto;
    border-left: 8px solid #ffd000;
}

.cm-feature-locked-card h1 {
    margin-top: 8px;
    font-size: clamp(34px, 4vw, 62px);
    line-height: .95;
}

.cm-feature-matrix-scroll {
    width: 100%;
    overflow-x: auto;
}

.cm-feature-matrix-table th,
.cm-feature-matrix-table td {
    min-width: 150px;
}

.cm-feature-matrix-table th:first-child,
.cm-feature-matrix-table td:first-child {
    min-width: 260px;
}

.cm-feature-matrix-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cm-feature-matrix-pill.enabled {
    background: #dcfce7;
    color: #166534;
}

.cm-feature-matrix-pill.disabled {
    background: #fee2e2;
    color: #991b1b;
}
