[data-cms-market-survey][data-cms-market-pill].cms-pill-selected {
    background: #b32d2e !important;
    border-color: #b32d2e !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

[data-cms-market-survey][data-cms-market-pill].cms-pill-selected::after {
    content: "  ✓";
    font-weight: 700;
}

[data-cms-market-survey][data-cms-market-pill].cms-pill-sending {
    cursor: progress !important;
}

.cms-market-survey-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cms-market-survey-option {
    appearance: none;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0.5rem 0.85rem;
}
