.ae-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ae-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.ae-list-item:last-child {
    border-bottom: none;
}

.ae-list-item i {
    color: #007bff;
    font-size: 18px;
}

.ae-list-item a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.ae-list-item:hover {
    padding-left: 10px;
    color: #007bff;
}
