.ff-state-combo {
    position: relative;
    width: 100%;
}

.ff-state-combo__native,
.ff-state-combo__value {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ff-state-combo__input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: text;
}

.ff-state-combo__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    z-index: 10060;
    max-height: 240px;
    overflow-y: auto;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.ff-state-combo__opt,
.ff-state-combo__empty {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.3;
    color: #111827;
}

.ff-state-combo__opt {
    cursor: pointer;
}

.ff-state-combo__opt.is-active,
.ff-state-combo__opt:hover {
    background: #eff6ff;
}

.ff-state-combo__empty {
    color: #6b7280;
    cursor: default;
}

.ecc-form-group .ff-state-combo__input {
    min-height: 38px;
}
