/* Dropdown Styles - Additional */

.dropdown-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
}

.dropdown-header strong {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.3;
}

.dropdown-header small {
    display: block;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu {
    min-width: 220px;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: background 0.2s;
}

.dropdown-menu a i {
    margin-right: 10px;
    width: 16px;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
}

.dropdown-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 4px 0;
    border: none;
}