.saved-searches-dropdown {
    min-width: 240px;
}
.saved-searches-toggle {
    min-width: 240px;
    border-radius: 10px;
    border: 1px solid #dfe3e8;
    background: #f7f9fb;
    color: #4b5563;
    font-weight: 600;
    padding: 0.55rem 0.9rem;
}
.saved-searches-toggle:focus {
    box-shadow: none;
}
.saved-searches-menu {
    min-width: 260px;
    border-radius: 12px;
    padding: 0.5rem 0;
    border: 1px solid #dfe3e8;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.saved-searches-filter {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}
.saved-searches-filter:focus {
    border-color: #d1d5db;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}
.saved-searches-menu .dropdown-item {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.saved-searches-item {
    padding: 0.5rem 1rem;
    border-radius: 0;
}
.saved-searches-link {
    color: #111827;
    text-decoration: none;
}
.saved-searches-link.active {
    font-weight: 700;
}
.saved-searches-subtitle {
    color: #6b7280;
    font-size: 0.8rem;
    padding: 0.25rem 1rem 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.icon-action img {
    opacity: 0.75;
}
.icon-action:hover img {
    opacity: 1;
}
