
.planish-dd-panel {
    background: var(--bs-body-bg, #ffffff) !important;
    border: 1px solid var(--bs-border-color-translucent, var(--bs-border-color, #e2e8f0)) !important;
    border-radius: 0.75rem !important;
    box-shadow:
        0 0.35rem 1rem rgba(15, 23, 42, 0.08),
        0 0.15rem 0.35rem rgba(15, 23, 42, 0.04) !important;
    padding: 0.875rem 1rem !important;
    box-sizing: border-box;
}

html[data-bs-theme='dark'] .planish-dd-panel {
    box-shadow: 0 0.5rem 1.35rem rgba(0, 0, 0, 0.38) !important;
    border-color: var(--bs-border-color, #3b4352) !important;
}

.planish-dd-search-wrap {
    margin-bottom: 0.7rem;
}

.planish-dd-search-input {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 9999px !important;
    padding: 0.45rem 0.95rem;
    border: 1px solid var(--bs-border-color, #ced4da);
    background-color: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #212529);
    font-size: 0.875rem;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.planish-dd-search-input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.2);
    outline: 0;
}

.planish-dd-scroller {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    max-height: 12rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(148, 163, 184, 0.65) transparent;
}

.planish-dd-scroller::-webkit-scrollbar {
    width: 6px;
}

.planish-dd-scroller::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.55);
    border-radius: 4px;
}


button.planish-dd-option,
.planish-dd-option {
    border: 0;
    background: transparent;
    text-align: left;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.5rem 0.55rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--bs-body-color, #334155);
    cursor: pointer;
    transition: background-color 0.12s ease;
}

button.planish-dd-option:hover,
button.planish-dd-option:focus-visible,
.planish-dd-option:hover,
.planish-dd-option:focus-visible {
    background: rgba(34, 197, 94, 0.1);
    outline: none;
}

button.planish-dd-option.is-selected,
button.planish-dd-option.active,
.planish-dd-option.is-selected,
.planish-dd-option.active {
    background: rgba(34, 197, 94, 0.16);
    color: #15803d;
    font-weight: 600;
}

html[data-bs-theme='dark'] button.planish-dd-option:hover,
html[data-bs-theme='dark'] .planish-dd-option:hover {
    background: rgba(34, 197, 94, 0.2);
}

.planish-dd-trigger[aria-expanded='true'] {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 0.15rem rgba(34, 197, 94, 0.16) !important;
}
