/* Addons Clear All Link Styling */

.addons-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.addons-header h3,
.addons-header h4 {
    margin: 0;
    flex: 1;
}

#clear-all-addons {
    color: #1da599;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
    margin-left: 15px;
}

#clear-all-addons:hover {
    color: #158a81;
    text-decoration: underline;
}

#clear-all-addons:active {
    color: #0d6b64;
}
