.bbos-market-mismatch-ack-field {
    display: none;
    margin-top: 8px !important;
    padding: 14px 16px;
    border: 1px solid #f6b94f;
    border-radius: 12px;
    background: #fff8e8;
}

.bbos-market-mismatch-ack-field label {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
    font-weight: 700;
    line-height: 1.45;
    color: #713f12;
}

.bbos-market-mismatch-ack-field input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 4px !important;
}

.bbos-city-market-status {
    margin-top: 9px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.bbos-city-market-status.is-match {
    color: #166534;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
}

.bbos-city-market-status.is-warning {
    color: #713f12;
    border: 1px solid #fde68a;
    background: #fffbeb;
}

.bbos-city-market-status.is-neutral {
    color: #475569;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}
