.community-competition-details,
.community-competition-flagship {
    border-radius: 1rem;
}

.comp-show-overview {
    background: linear-gradient(135deg, #fff8e1 0%, #fff3e0 45%, #ffffff 100%);
    border: 1px solid rgba(249, 168, 37, 0.25);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.comp-show-overview__kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e65100;
}

.comp-show-overview__tagline {
    color: #5d4037;
}

.comp-show-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.82rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
}

.comp-show-chip--highlight {
    background: #f9a825;
    border-color: #f57f17;
    color: #1a1a1a;
    font-weight: 600;
}

.comp-capability-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    margin-bottom: 1.5rem;
}

.comp-capability-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.85rem;
    padding: 0.85rem;
    background: #fff;
    text-align: center;
    min-height: 92px;
}

.comp-capability-card.is-enabled {
    border-color: rgba(249, 168, 37, 0.45);
    background: #fffdf5;
}

.comp-capability-card__icon {
    color: #ef6c00;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.comp-capability-card__label {
    font-size: 0.78rem;
    line-height: 1.3;
    color: #444;
}

.comp-section-panel {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.95rem;
    padding: 1rem 1.15rem;
    background: #fff;
    margin-bottom: 1rem;
}

.comp-section-panel__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 0.65rem;
}

.comp-deadline-banner {
    background: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 0.95rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
}

.comp-deadline-banner strong {
    color: #e65100;
}
