.cc-size-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.cc-size-row--card {
    margin-top: 8px;
}

.cc-size-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.02);
    color: #111;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.cc-size-pill:hover {
    background: rgba(0, 0, 0, 0.05);
}

.cc-size-pill:focus {
    outline: 2px solid rgba(0, 0, 0, 0.25);
    outline-offset: 2px;
}

.cc-size-pill--more {
    background: rgba(0, 0, 0, 0.06);
    font-weight: 600;
}
