.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#clarityModelDropdown {
    color: #6c757d;
    transition: color 0.15s ease-in-out;
}

#clarityModelDropdown:hover {
    color: #000;
    text-decoration: none;
}

.dropdown-item {
    cursor: pointer;
    padding: 0.75rem 1rem;
    transition: background-color 0.15s ease-in-out;
}

.dropdown-item:hover {
    background-color: rgba(84, 105, 212, 0.05);
}

.model-check-icon {
    color: #5469D4;
}

.dropdown-menu {
    min-width: 280px;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

Settings Box Styles
.settings-box {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem;
}

.settings-label {
    color: #212529;
    font-size: 0.875rem;
}

.settings-description {
    margin-top: 0.25rem;
    color: #6c757d;
    font-size: 0.75rem;
}